Skip to content

Commit e5d7fbc

Browse files
committed
We moved from time to chrono
1 parent 060998e commit e5d7fbc

File tree

2 files changed

+3
-25
lines changed

2 files changed

+3
-25
lines changed

fuzz/Cargo.lock

Lines changed: 2 additions & 24 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
@@ -10,7 +10,7 @@ cargo-fuzz = true
1010
rand = "0.8.5"
1111
libfuzzer-sys = "0.4"
1212
regex = "1.8.3"
13-
time = "0.3.20"
13+
chrono = "0.4"
1414

1515
[dependencies.humantime_to_duration]
1616
path = "../"

0 commit comments

Comments
 (0)