Skip to content

Commit d8cec22

Browse files
committed
Update humantime to 2.0
1 parent 68a1700 commit d8cec22

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
@@ -23,7 +23,7 @@ members = [
2323
log = { version = "0.4.8", features = ["std"] }
2424
regex = { version = "1.0.3", optional = true }
2525
termcolor = { version = "1.0.2", optional = true }
26-
humantime = { version = "1.3", optional = true }
26+
humantime = { version = "2.0.0", optional = true }
2727
atty = { version = "0.2.5", optional = true }
2828

2929
[[test]]

0 commit comments

Comments
 (0)