Skip to content

Commit deb8a7f

Browse files
Update regex requirement from =1.7.1 to =1.10.2
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] <[email protected]>
1 parent c636928 commit deb8a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cc = "=1.0.78"
2020
jobserver = "=0.1.25"
2121
log = "=0.4.17"
2222
rayon-core = "=1.10.0"
23-
regex = "=1.7.1"
23+
regex = "=1.10.2"
2424
regex-syntax = "=0.6.28"
2525
thread_local = "=1.1.4"
2626
tracing-subscriber = "=0.3.17"

0 commit comments

Comments
 (0)