mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-14 14:46:37 +00:00
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] <support@github.com>
This commit is contained in:
parent
a803508dbf
commit
2989e8278a
3 changed files with 8 additions and 8 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue