From 2989e8278a9e9e8d75a689cc7c63ab115fbd5129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Apr 2025 01:05:49 +0000 Subject: [PATCH] build(deps): bump the deps group with 2 updates Bumps the deps group with 2 updates: [clap](https://github.com/clap-rs/clap) and [rc-zip-sync](https://github.com/fasterthanlime/rc-zip). Updates `clap` from 4.5.36 to 4.5.37 - [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.36...clap_complete-v4.5.37) Updates `rc-zip-sync` from 4.2.6 to 4.3.0 - [Release notes](https://github.com/fasterthanlime/rc-zip/releases) - [Changelog](https://github.com/bearcove/rc-zip/blob/main/CHANGELOG.md) - [Commits](https://github.com/fasterthanlime/rc-zip/compare/rc-zip-sync-v4.2.6...rc-zip-sync-v4.3.0) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.37 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: rc-zip-sync dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ crates/bin/Cargo.toml | 2 +- crates/binstalk-downloader/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c19a45dd..747dd3d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -684,9 +684,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.36" +version = "4.5.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2df961d8c8a0d08aa9945718ccf584145eee3f3aa06cddbeac12933781102e04" +checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071" dependencies = [ "clap_builder", "clap_derive", @@ -704,9 +704,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.36" +version = "4.5.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "132dbda40fb6753878316a489d5a1242a8ef2f0d9e47ba01c951ea8aa7d013a5" +checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2" dependencies = [ "anstream", "anstyle", @@ -3573,9 +3573,9 @@ dependencies = [ [[package]] name = "rc-zip-sync" -version = "4.2.6" +version = "4.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdd21d17384a7da18df6b70f49bc2daa84d15e0fa0929bc635541383b3827190" +checksum = "dc9658d8ace392ab7f2b149ae6c40bea7a3d70ebc39aaa6c7076ddc3f11c9c32" dependencies = [ "oval", "positioned-io", diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index fd5c42b3..46b01b02 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -25,7 +25,7 @@ pkg-fmt = "zip" atomic-file-install = { version = "1.0.11", path = "../atomic-file-install" } binstalk = { path = "../binstalk", version = "0.28.31", default-features = false } binstalk-manifests = { path = "../binstalk-manifests", version = "0.15.28" } -clap = { version = "4.5.3", features = ["derive", "env", "wrap_help"] } +clap = { version = "4.5.37", features = ["derive", "env", "wrap_help"] } clap-cargo = "0.15.2" compact_str = "0.9.0" dirs = "6.0.0" diff --git a/crates/binstalk-downloader/Cargo.toml b/crates/binstalk-downloader/Cargo.toml index c89c539e..68611bf6 100644 --- a/crates/binstalk-downloader/Cargo.toml +++ b/crates/binstalk-downloader/Cargo.toml @@ -29,7 +29,7 @@ flate2 = { version = "1.0.28", default-features = false } futures-util = "0.3.30" futures-io = "0.3.30" httpdate = "1.0.2" -rc-zip-sync = { version = "4.2.6", features = [ +rc-zip-sync = { version = "4.3.0", features = [ "deflate", "bzip2", "deflate64",