diff --git a/Cargo.lock b/Cargo.lock index 9e36c90..6865c2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -625,9 +625,9 @@ dependencies = [ [[package]] name = "human_bytes" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc178557b4a227ff4d9c51fbbf17f29607c32a96be106c97bb8499e075db0de2" +checksum = "88a0d4dc39ec942e44c1c306aa196da67f2bd6a30dc7b4a475465c13ccf28817" [[package]] name = "hyper" diff --git a/aer/Cargo.toml b/aer/Cargo.toml index 4f94a5a..5e4afaa 100644 --- a/aer/Cargo.toml +++ b/aer/Cargo.toml @@ -18,7 +18,7 @@ aer_upd = { path = "../aer_upd" } chrono = "0.4.19" fern = "0.6.0" human-panic = { git = "https://github.com/WormieCorp/human-panic", branch = "additional-info", optional = true } -human_bytes = { version = "0.3.0", optional = true } +human_bytes = { version = "0.3.1", optional = true } lazy_static = "1.4.0" log = "0.4.14" md-5 = "0.9.1"