From 12957058b7efff00827f3187802c3d1e1ea1fe34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Nov 2021 14:57:17 +0000 Subject: [PATCH] Bump byte-unit from 4.0.12 to 4.0.13 Bumps [byte-unit](https://github.com/magiclen/byte-unit) from 4.0.12 to 4.0.13. - [Release notes](https://github.com/magiclen/byte-unit/releases) - [Commits](https://github.com/magiclen/byte-unit/compare/v4.0.12...v4.0.13) --- 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 7e0e95e89..f4f25fe54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -166,9 +166,9 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" [[package]] name = "byte-unit" -version = "4.0.12" +version = "4.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063197e6eb4b775b64160dedde7a0986bb2836cce140e9492e9e96f28e18bcd8" +checksum = "956ffc5b0ec7d7a6949e3f21fd63ba5af4cffdc2ba1e0b7bf62b481458c4ae7f" dependencies = [ "utf8-width", ] diff --git a/Cargo.toml b/Cargo.toml index cf60314c4..8bbac9536 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ section = "utility" [dependencies] anyhow = "1.0" askalono = "0.4.3" -byte-unit = "4.0.12" +byte-unit = "4.0.13" bytecount = "0.6.2" time-humanize = { version="0.1.2", features = ["time"] } time = { version = "0.3.5", features = ["formatting"] }