Bump clap from 3.1.14 to 3.1.15

Bumps [clap](https://github.com/clap-rs/clap) from 3.1.14 to 3.1.15.
- [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/v3.1.14...v3.1.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-05-03 04:15:54 +00:00 committed by GitHub
parent 02a8f277f2
commit 3df29ba47e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View File

@ -543,9 +543,9 @@ dependencies = [
[[package]]
name = "clap"
version = "3.1.14"
version = "3.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "535434c063ced786eb04aaf529308092c5ab60889e8fe24275d15de07b01fa97"
checksum = "85a35a599b11c089a7f49105658d089b8f2cf0882993c17daf6de15285c2c35d"
dependencies = [
"atty",
"bitflags",
@ -565,7 +565,7 @@ version = "3.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d7ca9141e27e6ebc52e3c378b0c07f3cea52db46ed1cc5861735fb697b56356"
dependencies = [
"clap 3.1.14",
"clap 3.1.15",
]
[[package]]
@ -596,7 +596,7 @@ version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2ff85c3fa1e7c1a4229f7b4221f769757c3982e2afd3e6d9381d59db2c7e61"
dependencies = [
"clap 3.1.14",
"clap 3.1.15",
"roff",
]
@ -1401,7 +1401,7 @@ dependencies = [
"bytesize",
"chrono",
"chrono-humanize",
"clap 3.1.14",
"clap 3.1.15",
"clap_complete",
"clap_mangen",
"futures",

View File

@ -29,7 +29,7 @@ port_check = "0.1"
bytesize = "1"
nanoid = "0.4"
alphanumeric-sort = "1"
clap = { version = "3.1.14", features = ["derive", "cargo", "wrap_help"] }
clap = { version = "3.1.15", features = ["derive", "cargo", "wrap_help"] }
clap_complete = "3.1.3"
clap_mangen = "0.1"
chrono = "0.4"