From f63ed14844cb62d91dffaf976ba2737502c27843 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 11:42:05 +0000 Subject: [PATCH] Bump regex from 1.10.3 to 1.10.4 in /clashtui Bumps [regex](https://github.com/rust-lang/regex) from 1.10.3 to 1.10.4. - [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.10.3...1.10.4) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- clashtui/Cargo.lock | 4 ++-- clashtui/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clashtui/Cargo.lock b/clashtui/Cargo.lock index 1131031..f86899f 100644 --- a/clashtui/Cargo.lock +++ b/clashtui/Cargo.lock @@ -575,9 +575,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.3" +version = "1.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" +checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" dependencies = [ "aho-corasick", "memchr", diff --git a/clashtui/Cargo.toml b/clashtui/Cargo.toml index 59c134a..7c8f5d6 100644 --- a/clashtui/Cargo.toml +++ b/clashtui/Cargo.toml @@ -30,7 +30,7 @@ log = "0.4" log4rs = {version = "1.3", default-features = false, features = ["pattern_encoder", "file_appender"]} enumflags2 = "0.7.9" nix = {version = "0.28.0", features = ["fs", "user"]} -regex = {version = "1.10.3", default-features = false, features = ["std", "unicode-perl"]} +regex = {version = "1.10.4", default-features = false, features = ["std", "unicode-perl"]} chrono = "0.4.35" [workspace]