From d239c99c4844dbecb6508a450684a94920f98e00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 15:06:51 +0000 Subject: [PATCH] fix(deps): update rust crate human_bytes to 0.4.1 --- Cargo.lock | 4 ++-- aer/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9e36c90..8ec2d93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -625,9 +625,9 @@ dependencies = [ [[package]] name = "human_bytes" -version = "0.3.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc178557b4a227ff4d9c51fbbf17f29607c32a96be106c97bb8499e075db0de2" +checksum = "39b528196c838e8b3da8b665e08c30958a6f2ede91d79f2ffcd0d4664b9c64eb" [[package]] name = "hyper" diff --git a/aer/Cargo.toml b/aer/Cargo.toml index 4f94a5a..703b672 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.1", optional = true } lazy_static = "1.4.0" log = "0.4.14" md-5 = "0.9.1"