From e525cfc1d38374d9c6d8db46bc3a300c5f74b36d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 04:26:21 +0000 Subject: [PATCH] Bump bytesize from 1.3.0 to 1.3.2 in the cargo group across 1 directory Bumps the cargo group with 1 update in the / directory: [bytesize](https://github.com/bytesize-rs/bytesize). Updates `bytesize` from 1.3.0 to 1.3.2 - [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.0...v1.3.2) --- updated-dependencies: - dependency-name: bytesize dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- flac-tracksplit/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 75cf407..ae6a525 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -126,9 +126,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytesize" -version = "1.3.0" +version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc" +checksum = "2d2c12f985c78475a6b8d629afd0c360260ef34cfef52efccdcfd31972f81c2e" dependencies = [ "serde", ] diff --git a/flac-tracksplit/Cargo.toml b/flac-tracksplit/Cargo.toml index 2379214..63e55d5 100644 --- a/flac-tracksplit/Cargo.toml +++ b/flac-tracksplit/Cargo.toml @@ -18,7 +18,7 @@ maintenance = { status = "passively-maintained" } [dependencies] anyhow = "1.0.89" -bytesize = { version = "1.3.0", features = ["serde"] } +bytesize = { version = "1.3.2", features = ["serde"] } clap = { version = "4.5.20", features = ["derive"] } int-conv = "0.1.4" metaflac = "0.2.7"