From 4fa6145804422b3bbd0c5c6ff1e8bac1b47cedf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 10:09:31 +0000 Subject: [PATCH] chore(deps): bump bytesize from 1.3.3 to 2.3.1 Bumps [bytesize](https://github.com/bytesize-rs/bytesize) from 1.3.3 to 2.3.1. - [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/v1.3.3...bytesize-v2.3.1) --- updated-dependencies: - dependency-name: bytesize dependency-version: 2.3.1 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 91eb2f5..0147cb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -638,9 +638,9 @@ dependencies = [ [[package]] name = "bytesize" -version = "1.3.3" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e93abca9e28e0a1b9877922aacb20576e05d4679ffa78c3d6dc22a26a216659" +checksum = "6bd91ee7b2422bcb158d90ef4d14f75ef67f340943fc4149891dcce8f8b972a3" [[package]] name = "bzip2-sys" diff --git a/Cargo.toml b/Cargo.toml index 01b6d9a..e4a09a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ indicatif = "0.17" console = "0.16" dialoguer = "0.11" tabled = "0.15" -bytesize = "1.3" +bytesize = "2.3" # Storage sled = "0.34"