Skip to content

Commit

Permalink
Update regex requirement from =1.7.1 to =1.10.2
Browse files Browse the repository at this point in the history
Updates the requirements on [regex](https://github.com/rust-lang/regex) to permit the latest version.
- [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.7.1...1.7.1)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2023
1 parent c636928 commit deb8a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cc = "=1.0.78"
jobserver = "=0.1.25"
log = "=0.4.17"
rayon-core = "=1.10.0"
regex = "=1.7.1"
regex = "=1.10.2"
regex-syntax = "=0.6.28"
thread_local = "=1.1.4"
tracing-subscriber = "=0.3.17"
Expand Down

0 comments on commit deb8a7f

Please sign in to comment.