From 842488f9e7301753fdd493db3758784cfd56b4ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:37:09 +0000 Subject: [PATCH] build(deps): update rust crate regex to 1.11.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9fcf6ff8..796f6e84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2433,9 +2433,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8" +checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" dependencies = [ "aho-corasick", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 882302c3..89418390 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ process_control = "5.0.0" quick-xml = "0.36.2" rand = "0.8.5" rayon = "1.10.0" -regex = { version = "1.11.0", default-features = false, features = ["perf", "std", "unicode-perl"] } +regex = { version = "1.11.1", default-features = false, features = ["perf", "std", "unicode-perl"] } rust-ini = "0.21.1" semver = "1.0.23" serde = { version = "1.0.213", features = ["derive"] }