Skip to content

Commit

Permalink
Bump regex from 1.9.5 to 1.10.0
Browse files Browse the repository at this point in the history
Bumps [regex](https://github.com/rust-lang/regex) from 1.9.5 to 1.10.0.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.9.5...1.10.0)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 11, 2023
1 parent 1a21fdd commit 1a3ac48
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 7 deletions.
25 changes: 21 additions & 4 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 @@ -290,7 +290,7 @@ ratatui = "0.23.0"
rayon = "1.7"
rcgen = "0.10.0"
ref-cast = "1.0"
regex = "1.9.5"
regex = "1.10.0"
regress = "0.7.1"
reqwest = { version = "0.11", default-features = false }
ring = "0.16"
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ ppv-lite86 = { version = "0.2.17", default-features = false, features = ["simd",
predicates = { version = "3.0.3" }
rand = { version = "0.8.5", features = ["min_const_gen", "small_rng"] }
rand_chacha = { version = "0.3.1" }
regex = { version = "1.9.5" }
regex = { version = "1.10.0" }
regex-automata = { version = "0.3.8", default-features = false, features = ["dfa-onepass", "dfa-search", "hybrid", "meta", "nfa-backtrack", "perf-inline", "perf-literal", "unicode"] }
regex-syntax = { version = "0.7.5" }
reqwest = { version = "0.11.20", features = ["blocking", "json", "rustls-tls", "stream"] }
Expand Down Expand Up @@ -174,7 +174,7 @@ ppv-lite86 = { version = "0.2.17", default-features = false, features = ["simd",
predicates = { version = "3.0.3" }
rand = { version = "0.8.5", features = ["min_const_gen", "small_rng"] }
rand_chacha = { version = "0.3.1" }
regex = { version = "1.9.5" }
regex = { version = "1.10.0" }
regex-automata = { version = "0.3.8", default-features = false, features = ["dfa-onepass", "dfa-search", "hybrid", "meta", "nfa-backtrack", "perf-inline", "perf-literal", "unicode"] }
regex-syntax = { version = "0.7.5" }
reqwest = { version = "0.11.20", features = ["blocking", "json", "rustls-tls", "stream"] }
Expand Down

0 comments on commit 1a3ac48

Please sign in to comment.