Skip to content

Commit dc0d8a3

Browse files
Update Rust crate regex to 1.9.4
1 parent b615eff commit dc0d8a3

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)