From 77166b41a303e283617446800462fa100455dff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 16:24:58 +0000 Subject: [PATCH] chore(deps): bump bytesize from 2.0.0 to 2.0.1 Bumps [bytesize](https://github.com/bytesize-rs/bytesize) from 2.0.0 to 2.0.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/commits/bytesize-v2.0.1) --- updated-dependencies: - dependency-name: bytesize dependency-type: direct:production update-type: version-update:semver-patch ... 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 6fe50a6..96e1324 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -260,9 +260,9 @@ checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9" [[package]] name = "bytesize" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce3dbc6ab70a821f3e9c36084d4c1a96f50006fd41697123d3fe0a5f03d5912c" +checksum = "a3c8f83209414aacf0eeae3cf730b18d6981697fba62f200fcfb92b9f082acba" [[package]] name = "calloop" diff --git a/Cargo.toml b/Cargo.toml index de7ed16..6ce5457 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ chrono = "0.4.40" atoi = "2.0.0" num-traits = "0.2.19" clap_complete = "4.5.46" -bytesize = "2.0.0" +bytesize = "2.0.1" io-arg = "0.2.1" tempfile = "3.17.1"