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:
dependabot[bot] 2022-09-23 04:00:28 +00:00 committed by GitHub
parent 9c649ff316
commit 6928dd63dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View file

@ -267,9 +267,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "3.2.21" version = "3.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ed5341b2301a26ab80be5cbdced622e80ed808483c52e45e3310a877d3b37d7" checksum = "86447ad904c7fb335a790c9d7fe3d0d971dc523b8ccd1561a520de9a85302750"
dependencies = [ dependencies = [
"atty", "atty",
"bitflags", "bitflags",
@ -1881,9 +1881,9 @@ dependencies = [
[[package]] [[package]]
name = "textwrap" name = "textwrap"
version = "0.15.0" version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" checksum = "949517c0cf1bf4ee812e2e07e08ab448e3ae0d23472aee8a06c985f0c8815b16"
dependencies = [ dependencies = [
"smawk", "smawk",
"unicode-linebreak", "unicode-linebreak",

View file

@ -23,7 +23,7 @@ pkg-fmt = "zip"
[dependencies] [dependencies]
binstalk = { path = "../binstalk", version = "0.2.0" } 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 } crates_io_api = { version = "0.8.1", default-features = false }
dirs = "4.0.0" dirs = "4.0.0"
log = "0.4.17" log = "0.4.17"

View file

@ -14,7 +14,7 @@ async-trait = "0.1.57"
bytes = "1.2.1" bytes = "1.2.1"
bzip2 = "0.4.3" bzip2 = "0.4.3"
cargo_toml = "0.11.5" 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"] } compact_str = { version = "0.6.0", features = ["serde"] }
crates_io_api = { version = "0.8.1", default-features = false } crates_io_api = { version = "0.8.1", default-features = false }
detect-targets = { version = "0.1.2", path = "../detect-targets" } detect-targets = { version = "0.1.2", path = "../detect-targets" }