Skip to content

Commit d0d913e

Browse files
authored
Merge pull request #16 from uutils/renovate/regex-1.x
Update Rust crate regex to 1.8.4
2 parents 03c8e81 + c784a72 commit d0d913e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fuzz/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cargo-fuzz = true
99
[dependencies]
1010
rand = "0.8.5"
1111
libfuzzer-sys = "0.4"
12-
regex = "1.8.3"
12+
regex = "1.8.4"
1313
chrono = "0.4"
1414

1515
[dependencies.humantime_to_duration]

0 commit comments

Comments
 (0)