From fa91fa0945aa967639939583e5513a567355f80c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 02:05:49 +0000 Subject: [PATCH] :arrow_up: Bump bytesize from 2.2.0 to 2.3.0 Bumps [bytesize](https://github.com/bytesize-rs/bytesize) from 2.2.0 to 2.3.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.2.0...bytesize-v2.3.0) --- updated-dependencies: - dependency-name: bytesize dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b4f894a4..8a5416e7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -281,9 +281,9 @@ checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" [[package]] name = "bytesize" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c99fa31e08a43eaa5913ef68d7e01c37a2bdce6ed648168239ad33b7d30a9cd8" +checksum = "00f4369ba008f82b968b1acbe31715ec37bd45236fa0726605a36cc3060ea256" [[package]] name = "camellia" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index af9ec351b..68e877bcf 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -16,7 +16,7 @@ base64 = "0.22.1" bitflags = "2.10.0" bstr = "1.12.1" bugreport = { version = "0.5.1", default-features = false, features = ["collector_operating_system", "format_markdown"] } -bytesize = "2.2.0" +bytesize = "2.3.0" chrono = "0.4.42" clap = { version = "4.5.53", features = ["derive"] } clap_complete = "4.5.61"