From 71d96ed5a9fcd267fe476844c67f30d739a499be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:17:38 +0000 Subject: [PATCH] Bump byte-unit from 5.1.2 to 5.1.4 Bumps [byte-unit](https://github.com/magiclen/byte-unit) from 5.1.2 to 5.1.4. - [Commits](https://github.com/magiclen/byte-unit/compare/v5.1.2...v5.1.4) --- updated-dependencies: - dependency-name: byte-unit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5daf72492..19b6f0a73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -309,9 +309,9 @@ checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" [[package]] name = "byte-unit" -version = "5.1.2" +version = "5.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d405b41420a161b4e1dd5a52e3349f41b4dae9a39be02aff1d67fe53256430ac" +checksum = "33ac19bdf0b2665407c39d82dbc937e951e7e2001609f0fb32edd0af45a2d63e" dependencies = [ "rust_decimal", "serde", diff --git a/Cargo.toml b/Cargo.toml index ed9aa685c..152f25f08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ rust-version = "1.74.1" [dependencies] anyhow.workspace = true askalono = "0.4.6" -byte-unit = "5.1.2" +byte-unit = "5.1.4" bytecount = "0.6.7" clap.workspace = true clap_complete = "4.5.1"