Skip to content

Commit

Permalink
Update Rust crate regex to 1.10.4 (#5387)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Apr 3, 2024
1 parent 7e22cdb commit 8022bda
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 @@ -352,7 +352,7 @@ rayon = "1.9"
rcgen = "0.12.1"
reedline = "0.30.0"
ref-cast = "1.0"
regex = "1.10.3"
regex = "1.10.4"
regress = "0.9.0"
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 @@ -83,7 +83,7 @@ predicates = { version = "3.1.0" }
proc-macro2 = { version = "1.0.78" }
rand = { version = "0.8.5" }
rand_chacha = { version = "0.3.1", default-features = false, features = ["std"] }
regex = { version = "1.10.3" }
regex = { version = "1.10.4" }
regex-automata = { version = "0.4.5", default-features = false, features = ["dfa-onepass", "dfa-search", "hybrid", "meta", "nfa-backtrack", "perf-inline", "perf-literal", "unicode"] }
regex-syntax = { version = "0.8.2" }
reqwest = { version = "0.11.24", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
Expand Down Expand Up @@ -189,7 +189,7 @@ predicates = { version = "3.1.0" }
proc-macro2 = { version = "1.0.78" }
rand = { version = "0.8.5" }
rand_chacha = { version = "0.3.1", default-features = false, features = ["std"] }
regex = { version = "1.10.3" }
regex = { version = "1.10.4" }
regex-automata = { version = "0.4.5", default-features = false, features = ["dfa-onepass", "dfa-search", "hybrid", "meta", "nfa-backtrack", "perf-inline", "perf-literal", "unicode"] }
regex-syntax = { version = "0.8.2" }
reqwest = { version = "0.11.24", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
Expand Down

0 comments on commit 8022bda

Please sign in to comment.