mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Bump clap from 3.2.21 to 3.2.22 (#409)
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.21 to 3.2.22. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/v3.2.22/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.2.21...v3.2.22) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
9c649ff316
commit
6928dd63dc
3 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@ pkg-fmt = "zip"
|
|||
|
||||
[dependencies]
|
||||
binstalk = { path = "../binstalk", version = "0.2.0" }
|
||||
clap = { version = "3.2.21", features = ["derive"] }
|
||||
clap = { version = "3.2.22", features = ["derive"] }
|
||||
crates_io_api = { version = "0.8.1", default-features = false }
|
||||
dirs = "4.0.0"
|
||||
log = "0.4.17"
|
||||
|
|
|
@ -14,7 +14,7 @@ async-trait = "0.1.57"
|
|||
bytes = "1.2.1"
|
||||
bzip2 = "0.4.3"
|
||||
cargo_toml = "0.11.5"
|
||||
clap = { version = "3.2.21", features = ["derive"] }
|
||||
clap = { version = "3.2.22", features = ["derive"] }
|
||||
compact_str = { version = "0.6.0", features = ["serde"] }
|
||||
crates_io_api = { version = "0.8.1", default-features = false }
|
||||
detect-targets = { version = "0.1.2", path = "../detect-targets" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue