chore(deps): Bump clap from 3.2.10 to 3.2.11

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.10 to 3.2.11.
- [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.10...v3.2.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/24376/head
dependabot[bot] 2022-07-14 01:21:09 +00:00 committed by GitHub
parent 45cd4eb504
commit 8179f113b9
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

@ -662,9 +662,9 @@ dependencies = [
[[package]]
name = "clap"
version = "3.2.10"
version = "3.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69c5a7f9997be616e47f0577ee38c91decb33392c5be4866494f34cdf329a9aa"
checksum = "d646c7ade5eb07c4aa20e907a922750df0c448892513714fd3e4acbc7130829f"
dependencies = [
"atty",
"bitflags",
@ -681,7 +681,7 @@ dependencies = [
name = "clap_blocks"
version = "0.1.0"
dependencies = [
"clap 3.2.10",
"clap 3.2.11",
"data_types",
"futures",
"humantime",
@ -2056,7 +2056,7 @@ dependencies = [
"assert_cmd",
"backtrace",
"bytes",
"clap 3.2.10",
"clap 3.2.11",
"clap_blocks",
"console-subscriber",
"data_types",
@ -2295,7 +2295,7 @@ version = "0.1.0"
dependencies = [
"chrono",
"chrono-english",
"clap 3.2.10",
"clap 3.2.11",
"criterion",
"futures",
"handlebars",
@ -2321,7 +2321,7 @@ version = "0.1.0"
dependencies = [
"chrono",
"chrono-english",
"clap 3.2.10",
"clap 3.2.11",
"clap_blocks",
"data_types",
"filetime",
@ -2408,7 +2408,7 @@ dependencies = [
"async-trait",
"bytes",
"chrono",
"clap 3.2.10",
"clap 3.2.11",
"clap_blocks",
"data_types",
"dml",
@ -2550,7 +2550,7 @@ name = "ioxd_test"
version = "0.1.0"
dependencies = [
"async-trait",
"clap 3.2.10",
"clap 3.2.11",
"hyper",
"ioxd_common",
"metric",
@ -5623,7 +5623,7 @@ version = "0.1.0"
dependencies = [
"async-trait",
"chrono",
"clap 3.2.10",
"clap 3.2.11",
"futures",
"observability_deps",
"snafu",
@ -5760,7 +5760,7 @@ dependencies = [
name = "trogging"
version = "0.1.0"
dependencies = [
"clap 3.2.10",
"clap 3.2.11",
"logfmt",
"observability_deps",
"regex",