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"