From 9e91ea9490479b1eafb5ae33ab110ec863cc4184 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 15:05:53 +0000 Subject: [PATCH] fix(deps): update rust crate human_bytes to 0.3.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..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"