From a4bda25bd202158fa5ce6c5b5d1301c2178bab17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 20:07:46 +0000 Subject: [PATCH] Bump byte-unit from 4.0.9 to 4.0.18 Bumps [byte-unit](https://github.com/magiclen/byte-unit) from 4.0.9 to 4.0.18. - [Release notes](https://github.com/magiclen/byte-unit/releases) - [Commits](https://github.com/magiclen/byte-unit/compare/v4.0.9...v4.0.18) --- updated-dependencies: - dependency-name: byte-unit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 +++++-- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9e3d712a6..794c1957e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "addr2line" version = "0.14.1" @@ -180,10 +182,11 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" [[package]] name = "byte-unit" -version = "4.0.9" +version = "4.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c8758c32833faaae35b24a73d332e62d0528e89076ae841c63940e37008b153" +checksum = "3348673602e04848647fffaa8e9a861e7b5d5cae6570727b41bde0f722514484" dependencies = [ + "serde", "utf8-width", ] diff --git a/Cargo.toml b/Cargo.toml index 7c82087d6..79b8d44e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ serde_yaml = "0.8" chrono = "0.4" chrono-humanize = "0.1.1" -byte-unit = "4.0.9" +byte-unit = "4.0.18" [target.'cfg(windows)'.dependencies] ansi_term = "0.12"