diff --git a/Cargo.lock b/Cargo.lock index f7a6c0e9b5..e12474f18c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -767,9 +767,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" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 57af623134..88411380c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -143,7 +143,7 @@ bootstrap-agent-client = { path = "bootstrap-agent-client" } buf-list = { version = "1.0.3", features = ["tokio1"] } byteorder = "1.4.3" bytes = "1.4.0" -bytesize = "1.2.0" +bytesize = "1.3.0" camino = "1.1" camino-tempfile = "1.0.2" cancel-safe-futures = "0.1.2"