From 5cb1a39bdfea298be0ce43f0cebe8edf1e05f2f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 08:44:06 +0000 Subject: [PATCH] Bump regex from 1.4.4 to 1.4.5 in /i3_notify_bar Bumps [regex](https://github.com/rust-lang/regex) from 1.4.4 to 1.4.5. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.4.4...1.4.5) Signed-off-by: dependabot[bot] --- i3_notify_bar/Cargo.lock | 4 ++-- i3_notify_bar/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/i3_notify_bar/Cargo.lock b/i3_notify_bar/Cargo.lock index 7a35e61..849ff58 100644 --- a/i3_notify_bar/Cargo.lock +++ b/i3_notify_bar/Cargo.lock @@ -604,9 +604,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.4.4" +version = "1.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54fd1046a3107eb58f42de31d656fee6853e5d276c455fd943742dce89fc3dd3" +checksum = "957056ecddbeba1b26965114e191d2e8589ce74db242b6ea25fc4062427a5c19" dependencies = [ "aho-corasick", "memchr", diff --git a/i3_notify_bar/Cargo.toml b/i3_notify_bar/Cargo.toml index 9dff46a..dd2dfd3 100644 --- a/i3_notify_bar/Cargo.toml +++ b/i3_notify_bar/Cargo.toml @@ -13,7 +13,7 @@ serde = { version = "1.0", features = ["derive"] } simplelog = "0.9.0" log = "0.4.14" clap = "3.0.0-beta.2" -regex = "1.4.4" +regex = "1.4.5" [features] fa_icons = []