From 40a33e8e047793d2730c8be026d2d4275e9a9cb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 10:47:14 +0000 Subject: [PATCH] fix(deps): update rust crate human_bytes to 0.4.2 --- Cargo.lock | 4 ++-- aer/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9e36c90..17db3b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -625,9 +625,9 @@ dependencies = [ [[package]] name = "human_bytes" -version = "0.3.0" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc178557b4a227ff4d9c51fbbf17f29607c32a96be106c97bb8499e075db0de2" +checksum = "27e2b089f28ad15597b48d8c0a8fe94eeb1c1cb26ca99b6f66ac9582ae10c5e6" [[package]] name = "hyper" diff --git a/aer/Cargo.toml b/aer/Cargo.toml index 4f94a5a..4d166ef 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.4.2", optional = true } lazy_static = "1.4.0" log = "0.4.14" md-5 = "0.9.1"