From b0b56dde7b3840c4b051870107c4b43f2b328107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 07:47:13 +0000 Subject: [PATCH] Update bytesize requirement from 1.0 to 2.0 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.0.1) --- updated-dependencies: - dependency-name: bytesize dependency-version: 2.0.1 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..de02779 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.0" 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" }