diff --git a/Cargo.lock b/Cargo.lock index 49351cd053..dded6aed21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7736,9 +7736,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.4" +version = "1.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" +checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" dependencies = [ "aho-corasick", "memchr", diff --git a/Cargo.toml b/Cargo.toml index b69dfe82ac..987455de36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -422,7 +422,7 @@ rayon = "1.10" rcgen = "0.12.1" reedline = "0.31.0" ref-cast = "1.0" -regex = "1.10.4" +regex = "1.10.5" regress = "0.9.1" reqwest = { version = "0.11", default-features = false } ring = "0.17.8" diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index 87ac8b9307..977936d653 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -84,7 +84,7 @@ petgraph = { version = "0.6.5", features = ["serde-1"] } postgres-types = { version = "0.2.6", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] } predicates = { version = "3.1.0" } proc-macro2 = { version = "1.0.86" } -regex = { version = "1.10.4" } +regex = { version = "1.10.5" } regex-automata = { version = "0.4.6", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] } regex-syntax = { version = "0.8.3" } reqwest = { version = "0.11.27", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] } @@ -188,7 +188,7 @@ petgraph = { version = "0.6.5", features = ["serde-1"] } postgres-types = { version = "0.2.6", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] } predicates = { version = "3.1.0" } proc-macro2 = { version = "1.0.86" } -regex = { version = "1.10.4" } +regex = { version = "1.10.5" } regex-automata = { version = "0.4.6", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] } regex-syntax = { version = "0.8.3" } reqwest = { version = "0.11.27", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }