From 6be66cf0f8499ce81d8eb28f06b2b29be5dd565a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 19:03:30 +0000 Subject: [PATCH] build(deps): bump regex from 1.11.3 to 1.12.2 Bumps [regex](https://github.com/rust-lang/regex) from 1.11.3 to 1.12.2. - [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.11.3...1.12.2) --- updated-dependencies: - dependency-name: regex dependency-version: 1.12.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- z2/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9787928cd..7f8bb79d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7354,9 +7354,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.11.3" +version = "1.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b5288124840bee7b386bc413c487869b360b2b4ec421ea56425128692f2a82c" +checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" dependencies = [ "aho-corasick", "memchr", @@ -7366,9 +7366,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.11" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad" +checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" dependencies = [ "aho-corasick", "memchr", diff --git a/z2/Cargo.toml b/z2/Cargo.toml index 68e027291..07c9b5d6c 100644 --- a/z2/Cargo.toml +++ b/z2/Cargo.toml @@ -51,7 +51,7 @@ parking_lot = "0.12.5" primitive-types = "0.12.2" prost = "0.14.1" rand = "0.8.5" -regex = "1.11.3" +regex = "1.12.2" reqwest = { version = "0.12.15", features = [ "json", "rustls-tls",