chore(deps): Bump clap from 3.2.13 to 3.2.14 (#5167)

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.13 to 3.2.14.
- [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.2.13...v3.2.14)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
pull/24376/head
dependabot[bot] 2022-07-21 06:01:10 +00:00 committed by GitHub
parent 4e4c37d68c
commit d7838e357f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 10 deletions

20
Cargo.lock generated
View File

@ -664,9 +664,9 @@ dependencies = [
[[package]]
name = "clap"
version = "3.2.13"
version = "3.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac2bd7a1eb07da9ac757c923f69373deb7bc2ba5efc951b873bcb5e693992dca"
checksum = "54635806b078b7925d6e36810b1755f2a4b5b4d57560432c1ecf60bcbe10602b"
dependencies = [
"atty",
"bitflags",
@ -683,7 +683,7 @@ dependencies = [
name = "clap_blocks"
version = "0.1.0"
dependencies = [
"clap 3.2.13",
"clap 3.2.14",
"data_types",
"futures",
"humantime",
@ -2041,7 +2041,7 @@ dependencies = [
"assert_cmd",
"backtrace",
"bytes",
"clap 3.2.13",
"clap 3.2.14",
"clap_blocks",
"console-subscriber",
"data_types",
@ -2280,7 +2280,7 @@ version = "0.1.0"
dependencies = [
"chrono",
"chrono-english",
"clap 3.2.13",
"clap 3.2.14",
"criterion",
"futures",
"handlebars",
@ -2306,7 +2306,7 @@ version = "0.1.0"
dependencies = [
"chrono",
"chrono-english",
"clap 3.2.13",
"clap 3.2.14",
"clap_blocks",
"data_types",
"filetime",
@ -2392,7 +2392,7 @@ dependencies = [
"async-trait",
"bytes",
"chrono",
"clap 3.2.13",
"clap 3.2.14",
"clap_blocks",
"data_types",
"dml",
@ -2551,7 +2551,7 @@ name = "ioxd_test"
version = "0.1.0"
dependencies = [
"async-trait",
"clap 3.2.13",
"clap 3.2.14",
"hyper",
"ioxd_common",
"metric",
@ -5596,7 +5596,7 @@ version = "0.1.0"
dependencies = [
"async-trait",
"chrono",
"clap 3.2.13",
"clap 3.2.14",
"futures",
"observability_deps",
"snafu",
@ -5734,7 +5734,7 @@ dependencies = [
name = "trogging"
version = "0.1.0"
dependencies = [
"clap 3.2.13",
"clap 3.2.14",
"logfmt",
"observability_deps",
"regex",