From 0cce6907a2c4b7d342938a4478b4f39a4cdd3da2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 18:17:17 -0300 Subject: [PATCH] Bump bytesize from 2.1.0 to 2.2.0 in the cargo-minor group (#2779) Bumps the cargo-minor group with 1 update: [bytesize](https://github.com/bytesize-rs/bytesize). Updates `bytesize` from 2.1.0 to 2.2.0 - [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/bytesize-v2.1.0...bytesize-v2.2.0) --- updated-dependencies: - dependency-name: bytesize dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: extrawurst <776816+extrawurst@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 da03ce57..5085b82b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -334,9 +334,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytesize" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5c434ae3cf0089ca203e9019ebe529c47ff45cefe8af7c85ecb734ef541822f" +checksum = "c99fa31e08a43eaa5913ef68d7e01c37a2bdce6ed648168239ad33b7d30a9cd8" [[package]] name = "cassowary" diff --git a/Cargo.toml b/Cargo.toml index 5687b8f7..49b728b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ base64 = "0.22" bitflags = "2.10" bugreport = "0.5.1" bwrap = { version = "1.3", features = ["use_std"] } -bytesize = { version = "2.1", default-features = false } +bytesize = { version = "2.2", default-features = false } chrono = { version = "0.4", default-features = false, features = ["clock"] } clap = { version = "4.5", features = ["env", "cargo"] } crossbeam-channel = "0.5"