From 3e9ae7ed654826825d2278bab9798d0a96735597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 02:31:51 +0000 Subject: [PATCH] Bump bytesize from 1.3.2 to 2.0.0 Bumps [bytesize](https://github.com/bytesize-rs/bytesize) from 1.3.2 to 2.0.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/commits) --- updated-dependencies: - dependency-name: bytesize dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a35e69cac3..9561bc30b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -352,9 +352,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytesize" -version = "1.3.2" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d2c12f985c78475a6b8d629afd0c360260ef34cfef52efccdcfd31972f81c2e" +checksum = "ce3dbc6ab70a821f3e9c36084d4c1a96f50006fd41697123d3fe0a5f03d5912c" [[package]] name = "cassowary" diff --git a/Cargo.toml b/Cargo.toml index abccf0cddd..c510a62b01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ backtrace = "0.3" bitflags = "2.8" bugreport = "0.5.1" bwrap = { version = "1.3", features = ["use_std"] } -bytesize = { version = "1.3", default-features = false } +bytesize = { version = "2.0", default-features = false } chrono = { version = "0.4", default-features = false, features = ["clock"] } clap = { version = "4.5", features = ["env", "cargo"] } crossbeam-channel = "0.5"