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"] }