Use upstream human_format

This commit is contained in:
Bill Thiede 2024-04-06 16:24:21 -07:00
parent 48d92f6b67
commit d44c4da72f
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -245,8 +245,9 @@ dependencies = [
[[package]] [[package]]
name = "human_format" name = "human_format"
version = "1.0.2" version = "1.1.0"
source = "git+https://github.com/wathiede/human-format-rs#c5f59f0b0e4d92e649d415a8509bc46e92413356" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c3b1f728c459d27b12448862017b96ad4767b1ec2ec5e6434e99f1577f085b8"
[[package]] [[package]]
name = "humantime" name = "humantime"

View File

@ -9,7 +9,7 @@ edition = "2018"
[dependencies] [dependencies]
failure = "0.1" failure = "0.1"
glob = "0.3" glob = "0.3"
human_format = { git ="https://github.com/wathiede/human-format-rs" } human_format = "1.1.0"
humantime = "1" humantime = "1"
lazy_static = "1.4" lazy_static = "1.4"
log = "0.4" log = "0.4"