diff --git a/Cargo.lock b/Cargo.lock index 1ccbfa5b5..853469b1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6439,9 +6439,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.11.2" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912" +checksum = "4a52d8d02cacdb176ef4678de6c052efb4b3da14b78e4db683a4252762be5433" dependencies = [ "aho-corasick", "memchr", @@ -6451,9 +6451,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.10" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b9458fa0bfeeac22b5ca447c63aaf45f28439a709ccd244698632f9aa6394d6" +checksum = "722166aa0d7438abbaa4d5cc2c649dac844e8c56d82fb3d33e9c34b5cd268fc6" dependencies = [ "aho-corasick", "memchr", diff --git a/Cargo.toml b/Cargo.toml index e392464bb..a1ba82c8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,7 +102,7 @@ postgres-types = { git = "https://github.com/Mooncake-Labs/rust-postgres.git", r prost = "0.14" prost-types = "0.14" rand = "0.9" -regex = "1.11" +regex = "1.12" reqwest = { version = "0.12", features = ["json"] } roaring = "0.11" rstest = "0.26"