From 49b0a7b4da8a3f541246b544cbc91f1d03254b43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 15:23:22 +0000 Subject: [PATCH] deps(deps): bump regex from 1.12.2 to 1.12.3 Bumps [regex](https://github.com/rust-lang/regex) from 1.12.2 to 1.12.3. - [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.12.2...1.12.3) --- updated-dependencies: - dependency-name: regex dependency-version: 1.12.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 Cargo.lock mode change 100755 => 100644 Cargo.toml diff --git a/Cargo.lock b/Cargo.lock old mode 100755 new mode 100644 index 5366fe04..2354fb59 --- a/Cargo.lock +++ b/Cargo.lock @@ -6672,9 +6672,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.12.2" +version = "1.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" +checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" dependencies = [ "aho-corasick", "memchr", diff --git a/Cargo.toml b/Cargo.toml old mode 100755 new mode 100644 index 52109c6c..cb035cbd --- a/Cargo.toml +++ b/Cargo.toml @@ -101,7 +101,7 @@ crc32fast = "1.4" # For replication checksums blake3 = { version = "1.5", default-features = false } unicode-normalization = { version = "0.1", default-features = false } # Note: regex is expensive - consider using simpler string matching where possible -regex = { version = "1.10", default-features = false, features = ["std", "unicode-perl"] } +regex = { version = "1.12", default-features = false, features = ["std", "unicode-perl"] } # OpenSSL vendored for musl cross-compilation (hf-hub uses native-tls) openssl = { version = "0.10", features = ["vendored"], optional = true }