From 836a31e34d9ed72c7ad8410d89d8610d72d8dd98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 13:11:33 -0400 Subject: [PATCH] chore(deps): Bump bytesize from 1.2.0 to 1.3.0 (#18367) Bumps [bytesize](https://github.com/hyunsik/bytesize) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/hyunsik/bytesize/releases) - [Commits](https://github.com/hyunsik/bytesize/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: bytesize dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b667bdef53814..b6527c8999cd0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1825,9 +1825,9 @@ dependencies = [ [[package]] name = "bytesize" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38fcc2979eff34a4b84e1cf9a1e3da42a7d44b3b690a40cdcb23e3d556cfb2e5" +checksum = "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc" [[package]] name = "cache-padded" diff --git a/Cargo.toml b/Cargo.toml index 7aa6d1c978991..4b9968c0ce52b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -252,7 +252,7 @@ base64 = { version = "0.21.2", default-features = false, optional = true } bloomy = { version = "1.2.0", default-features = false, optional = true } bollard = { version = "0.14.0", default-features = false, features = ["ssl", "chrono"], optional = true } bytes = { version = "1.4.0", default-features = false, features = ["serde"] } -bytesize = { version = "1.2.0", default-features = false } +bytesize = { version = "1.3.0", default-features = false } chrono = { version = "0.4.26", default-features = false, features = ["serde"] } cidr-utils = { version = "0.5.10", default-features = false } clap = { version = "4.3.24", default-features = false, features = ["derive", "error-context", "env", "help", "std", "string", "usage", "wrap_help"] }