Bump clap from 2.33.3 to 2.34.0 (#900)

Bumps [clap](https://github.com/clap-rs/clap) from 2.33.3 to 2.34.0.
- [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/commits)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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] 2021-12-01 13:58:05 -07:00 committed by GitHub
parent 5fbfdfadb8
commit 8772708aa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 16 deletions

19
Cargo.lock generated
View File

@ -11,15 +11,6 @@ dependencies = [
"memchr",
]
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
dependencies = [
"winapi",
]
[[package]]
name = "ansi_term"
version = "0.12.1"
@ -94,11 +85,11 @@ dependencies = [
[[package]]
name = "clap"
version = "2.33.3"
version = "2.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
dependencies = [
"ansi_term 0.11.0",
"ansi_term",
"atty",
"bitflags",
"strsim",
@ -159,7 +150,7 @@ dependencies = [
name = "fd-find"
version = "8.3.0"
dependencies = [
"ansi_term 0.12.1",
"ansi_term",
"anyhow",
"atty",
"chrono",
@ -321,7 +312,7 @@ version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dd58d8727f3035fa6d5272f16b519741fd4875936b99d8a7cde21291b7d9174"
dependencies = [
"ansi_term 0.12.1",
"ansi_term",
]
[[package]]

View File

@ -30,7 +30,7 @@ name = "fd"
path = "src/main.rs"
[build-dependencies]
clap = "2.31.2"
clap = "2.34.0"
version_check = "0.9"
[dependencies]
@ -51,7 +51,7 @@ chrono = "0.4"
once_cell = "1.8.0"
[dependencies.clap]
version = "2.31.3"
version = "2.34.0"
features = ["suggestions", "color", "wrap_help"]
[target.'cfg(unix)'.dependencies]