chore(deps): Bump clap from 3.2.5 to 3.2.6 (#4920)

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.5 to 3.2.6.
- [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.5...v3.2.6)

---
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>
pull/24376/head
dependabot[bot] 2022-06-22 10:28:44 +00:00 committed by GitHub
parent 50ffca791a
commit f7d83ea581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 11 deletions

22
Cargo.lock generated
View File

@ -662,9 +662,9 @@ dependencies = [
[[package]]
name = "clap"
version = "3.2.5"
version = "3.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53da17d37dba964b9b3ecb5c5a1f193a2762c700e6829201e645b9381c99dc7"
checksum = "9f1fe12880bae935d142c8702d500c63a4e8634b6c3c57ad72bf978fc7b6249a"
dependencies = [
"atty",
"bitflags",
@ -681,7 +681,7 @@ dependencies = [
name = "clap_blocks"
version = "0.1.0"
dependencies = [
"clap 3.2.5",
"clap 3.2.6",
"futures",
"humantime",
"iox_catalog",
@ -701,9 +701,9 @@ dependencies = [
[[package]]
name = "clap_derive"
version = "3.2.5"
version = "3.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c11d40217d16aee8508cc8e5fde8b4ff24639758608e5374e731b53f85749fb9"
checksum = "ed6db9e867166a43a53f7199b5e4d1f522a1e5bd626654be263c999ce59df39a"
dependencies = [
"heck",
"proc-macro-error",
@ -2057,7 +2057,7 @@ dependencies = [
"assert_cmd",
"backtrace",
"bytes",
"clap 3.2.5",
"clap 3.2.6",
"clap_blocks",
"console-subscriber",
"data_types",
@ -2295,7 +2295,7 @@ version = "0.1.0"
dependencies = [
"chrono",
"chrono-english",
"clap 3.2.5",
"clap 3.2.6",
"criterion",
"futures",
"handlebars",
@ -2383,7 +2383,7 @@ dependencies = [
"async-trait",
"bytes",
"chrono",
"clap 3.2.5",
"clap 3.2.6",
"clap_blocks",
"data_types",
"dml",
@ -2525,7 +2525,7 @@ name = "ioxd_test"
version = "0.1.0"
dependencies = [
"async-trait",
"clap 3.2.5",
"clap 3.2.6",
"hyper",
"ioxd_common",
"metric",
@ -5627,7 +5627,7 @@ version = "0.1.0"
dependencies = [
"async-trait",
"chrono",
"clap 3.2.5",
"clap 3.2.6",
"futures",
"observability_deps",
"snafu",
@ -5764,7 +5764,7 @@ dependencies = [
name = "trogging"
version = "0.1.0"
dependencies = [
"clap 3.2.5",
"clap 3.2.6",
"logfmt",
"observability_deps",
"regex",