Skip to content

Commit

Permalink
Update Rust crate regex to 1.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Aug 6, 2024
1 parent 9e1344e commit 2f13344
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 @@ -470,7 +470,7 @@ rayon = "1.10"
rcgen = "0.12.1"
reedline = "0.31.0"
ref-cast = "1.0"
regex = "1.10.5"
regex = "1.10.6"
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 @@ -85,7 +85,7 @@ petgraph = { version = "0.6.5", features = ["serde-1"] }
postgres-types = { version = "0.2.7", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
predicates = { version = "3.1.2" }
proc-macro2 = { version = "1.0.86" }
regex = { version = "1.10.5" }
regex = { version = "1.10.6" }
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 @@ -190,7 +190,7 @@ petgraph = { version = "0.6.5", features = ["serde-1"] }
postgres-types = { version = "0.2.7", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
predicates = { version = "3.1.2" }
proc-macro2 = { version = "1.0.86" }
regex = { version = "1.10.5" }
regex = { version = "1.10.6" }
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 2f13344

Please sign in to comment.