diff --git a/Cargo.lock b/Cargo.lock index f4823f279e..d72136dd07 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 5687b8f748..49b728b4ad 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"