Skip to content

Commit ff0f99b

Browse files
authored
Merge pull request #35 from uutils/renovate/regex-1.x
Update Rust crate regex to 1.9.4
2 parents b615eff + dc0d8a3 commit ff0f99b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

fuzz/Cargo.lock

Lines changed: 6 additions & 6 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.9.3"
12+
regex = "1.9.4"
1313
chrono = "0.4"
1414

1515
[dependencies.parse_datetime]

0 commit comments

Comments
 (0)