Skip to content

Commit

Permalink
Update Rust crate regex to 1.11.0 (#6849)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Oct 14, 2024
1 parent ed31d32 commit 002bac3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
28 changes: 14 additions & 14 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 @@ -529,7 +529,7 @@ rayon = "1.10"
rcgen = "0.12.1"
reedline = "0.35.0"
ref-cast = "1.0"
regex = "1.10.6"
regex = "1.11.0"
regress = "0.9.1"
reqwest = { version = "0.12", default-features = false }
ring = "0.17.8"
Expand Down
12 changes: 6 additions & 6 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ predicates = { version = "3.1.2" }
proc-macro2 = { version = "1.0.87" }
qorb = { git = "https://github.com/oxidecomputer/qorb", branch = "master", features = ["qtop"] }
quote = { version = "1.0.37" }
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.4" }
regex = { version = "1.11.0" }
regex-automata = { version = "0.4.8", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
regex-syntax = { version = "0.8.5" }
reqwest = { version = "0.12.8", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
ring = { version = "0.17.8", features = ["std"] }
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
Expand Down Expand Up @@ -201,9 +201,9 @@ predicates = { version = "3.1.2" }
proc-macro2 = { version = "1.0.87" }
qorb = { git = "https://github.com/oxidecomputer/qorb", branch = "master", features = ["qtop"] }
quote = { version = "1.0.37" }
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.4" }
regex = { version = "1.11.0" }
regex-automata = { version = "0.4.8", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
regex-syntax = { version = "0.8.5" }
reqwest = { version = "0.12.8", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
ring = { version = "0.17.8", features = ["std"] }
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
Expand Down

0 comments on commit 002bac3

Please sign in to comment.