diff --git a/Cargo.lock b/Cargo.lock index 4695562..5769ea9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -245,8 +245,9 @@ dependencies = [ [[package]] name = "human_format" -version = "1.0.2" -source = "git+https://github.com/wathiede/human-format-rs#c5f59f0b0e4d92e649d415a8509bc46e92413356" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c3b1f728c459d27b12448862017b96ad4767b1ec2ec5e6434e99f1577f085b8" [[package]] name = "humantime" diff --git a/Cargo.toml b/Cargo.toml index 1fdba4f..2661b8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" [dependencies] failure = "0.1" glob = "0.3" -human_format = { git ="https://github.com/wathiede/human-format-rs" } +human_format = "1.1.0" humantime = "1" lazy_static = "1.4" log = "0.4"