Skip to content

Commit

Permalink
Update Rust crate regex to 1.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed Jul 6, 2024
1 parent 3cb1d1d commit 9c9ad99
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down Expand Up @@ -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"] }
Expand Down

0 comments on commit 9c9ad99

Please sign in to comment.