From dc0e6dade034608882b3cc5e832b741b4531acae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 09:02:46 +0000 Subject: [PATCH] Bump the all group with 4 updates Bumps the all group with 4 updates: [bzip2](https://github.com/trifectatechfoundation/bzip2-rs), [clap](https://github.com/clap-rs/clap), [flate2](https://github.com/rust-lang/flate2-rs) and [indicatif](https://github.com/console-rs/indicatif). Updates `bzip2` from 0.6.0 to 0.6.1 - [Release notes](https://github.com/trifectatechfoundation/bzip2-rs/releases) - [Commits](https://github.com/trifectatechfoundation/bzip2-rs/compare/v0.6.0...v0.6.1) Updates `clap` from 4.5.49 to 4.5.51 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.49...clap_complete-v4.5.51) Updates `flate2` from 1.1.4 to 1.1.5 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](https://github.com/rust-lang/flate2-rs/compare/1.1.4...1.1.5) Updates `indicatif` from 0.18.0 to 0.18.2 - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/commits) --- updated-dependencies: - dependency-name: bzip2 dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: clap dependency-version: 4.5.51 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: flate2 dependency-version: 1.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: indicatif dependency-version: 0.18.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 08325c3..0a626f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -158,9 +158,9 @@ checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" [[package]] name = "bzip2" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bea8dcd42434048e4f7a304411d9273a411f647446c1234a65ce0554923f4cff" +checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c" dependencies = [ "libbz2-rs-sys", ] @@ -200,9 +200,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.49" +version = "4.5.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f" +checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5" dependencies = [ "clap_builder", "clap_derive", @@ -210,9 +210,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.49" +version = "4.5.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730" +checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a" dependencies = [ "anstream", "anstyle", @@ -417,9 +417,9 @@ dependencies = [ [[package]] name = "flate2" -version = "1.1.4" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc5a4e564e38c699f2880d3fda590bedc2e69f3f84cd48b457bd892ce61d0aa9" +checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb" dependencies = [ "crc32fast", "libz-rs-sys", @@ -823,9 +823,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.18.0" +version = "0.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70a646d946d06bedbbc4cac4c218acf4bbf2d87757a784857025f4d447e4e1cd" +checksum = "ade6dfcba0dfb62ad59e59e7241ec8912af34fd29e0e743e3db992bd278e8b65" dependencies = [ "console", "portable-atomic", diff --git a/Cargo.toml b/Cargo.toml index 5031975..54e0aab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,12 +10,12 @@ edition = "2021" [dependencies] anyhow = "1.0.100" base64 = "0.22.1" -bzip2 = "0.6.0" -clap = { version = "4.5.49", features = ["derive"] } +bzip2 = "0.6.1" +clap = { version = "4.5.51", features = ["derive"] } directories = "6.0.0" -flate2 = { version = "1.1.4", features = ["zlib-rs"], default-features = false } +flate2 = { version = "1.1.5", features = ["zlib-rs"], default-features = false } fs4 = { version = "0.13.0", features = ["sync"] } -indicatif = { version = "0.18.0", features = ["improved_unicode"] } +indicatif = { version = "0.18.2", features = ["improved_unicode"] } once_cell = "1.21.3" os_pipe = "1.2.3" reqwest = { version = "0.12.24", features = ["blocking", "rustls-tls"], default-features = false } @@ -26,7 +26,7 @@ zstd = "0.13.2" [build-dependencies] base64 = "0.22.1" -flate2 = { version = "1.1.4", features = ["zlib-rs"], default-features = false } +flate2 = { version = "1.1.5", features = ["zlib-rs"], default-features = false } highway = "1.3.0" rand = "0.9.2" regex = "1.12.2"