diff --git a/Cargo.lock b/Cargo.lock index 6a72b0bf165..7e277100fa6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4977,9 +4977,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.11.3" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b5288124840bee7b386bc413c487869b360b2b4ec421ea56425128692f2a82c" +checksum = "4a52d8d02cacdb176ef4678de6c052efb4b3da14b78e4db683a4252762be5433" dependencies = [ "aho-corasick", "memchr", @@ -4989,9 +4989,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.11" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad" +checksum = "722166aa0d7438abbaa4d5cc2c649dac844e8c56d82fb3d33e9c34b5cd268fc6" dependencies = [ "aho-corasick", "memchr", diff --git a/Cargo.toml b/Cargo.toml index fafdd2660fc..301cce476cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -157,7 +157,7 @@ googletest = "=0.14.2" insta = { version = "=1.43.2", features = ["glob", "json", "redactions"] } jsonwebtoken = "=9.3.1" quoted_printable = "=0.5.1" -regex = "=1.11.3" +regex = "=1.12.1" sentry = { version = "=0.45.0", features = ["test"] } tokio = "=1.47.1" zip = { version = "=6.0.0", default-features = false, features = ["deflate"] } diff --git a/crates/crates_io_trustpub/Cargo.toml b/crates/crates_io_trustpub/Cargo.toml index 0a9db21c132..5e91529dec9 100644 --- a/crates/crates_io_trustpub/Cargo.toml +++ b/crates/crates_io_trustpub/Cargo.toml @@ -19,7 +19,7 @@ jsonwebtoken = "=9.3.1" mockall = { version = "=0.13.1", optional = true } rand = "=0.9.2" reqwest = { version = "=0.12.23", features = ["gzip", "json"] } -regex = "=1.11.3" +regex = "=1.12.1" secrecy = "=0.10.3" serde = { version = "=1.0.228", features = ["derive"] } serde_json = { version = "=1.0.145", optional = true }