Use upstream human_format
This commit is contained in:
parent
48d92f6b67
commit
d44c4da72f
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -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"
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user