Skip to content

Commit 5271e78

Browse files
committed
Use humantime instead of chrono
1 parent 013bf59 commit 5271e78

3 files changed

Lines changed: 135 additions & 157 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ keywords = ["logging", "log", "logger"]
1717
log = { version = "0.4.0", features = ["std"] }
1818
regex = { version = "0.2", optional = true }
1919
termcolor = "0.3"
20-
chrono = "0.4"
20+
humantime = "1.1.0"
2121
atty = "0.2"
2222

2323
[[test]]

0 commit comments

Comments
 (0)