From 171ca52c89301eedcbd187be9cee31870c421814 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 01:18:28 +0000 Subject: [PATCH] Update bytesize requirement from 1.0 to 2.1 Updates the requirements on [bytesize](https://github.com/bytesize-rs/bytesize) to permit the latest version. - [Release notes](https://github.com/bytesize-rs/bytesize/releases) - [Changelog](https://github.com/bytesize-rs/bytesize/blob/master/CHANGELOG.md) - [Commits](https://github.com/bytesize-rs/bytesize/compare/release-1.0.0...bytesize-v2.1.0) --- updated-dependencies: - dependency-name: bytesize dependency-version: 2.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 20dfd54..fae7c98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ path = "src/cargo/lib.rs" [dependencies] atty = "0.2" -bytesize = "1.0" +bytesize = "2.1" cargo-platform = { path = "crates/cargo-platform", version = "0.1.2" } cargo-util = { path = "crates/cargo-util", version = "0.1.2" } crates-io = { path = "crates/crates-io", version = "0.33.1" }