chore(deps): Bump clap from 3.2.19 to 3.2.20 (#5539)

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.19 to 3.2.20.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.20/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.19...v3.2.20)

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

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

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-09-02 08:23:18 +00:00 committed by GitHub
parent d84b062a69
commit b5c4576c8a
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

@ -560,9 +560,9 @@ dependencies = [
[[package]]
name = "clap"
version = "3.2.19"
version = "3.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68d43934757334b5c0519ff882e1ab9647ac0258b47c24c4f490d78e42697fd5"
checksum = "23b71c3ce99b7611011217b366d923f1d0a7e07a92bb2dbf1e84508c673ca3bd"
dependencies = [
"atty",
"bitflags",
@ -579,7 +579,7 @@ dependencies = [
name = "clap_blocks"
version = "0.1.0"
dependencies = [
"clap 3.2.19",
"clap 3.2.20",
"data_types",
"futures",
"humantime",
@ -1529,7 +1529,7 @@ version = "0.1.0"
dependencies = [
"chrono",
"chrono-english",
"clap 3.2.19",
"clap 3.2.20",
"clap_blocks",
"data_types",
"filetime",
@ -2002,7 +2002,7 @@ dependencies = [
"assert_cmd",
"backtrace",
"bytes",
"clap 3.2.19",
"clap 3.2.20",
"clap_blocks",
"compactor",
"console-subscriber",
@ -2246,7 +2246,7 @@ version = "0.1.0"
dependencies = [
"chrono",
"chrono-english",
"clap 3.2.19",
"clap 3.2.20",
"criterion",
"futures",
"handlebars",
@ -2336,7 +2336,7 @@ dependencies = [
"async-trait",
"bytes",
"chrono",
"clap 3.2.19",
"clap 3.2.20",
"clap_blocks",
"data_types",
"dml",
@ -2496,7 +2496,7 @@ name = "ioxd_test"
version = "0.1.0"
dependencies = [
"async-trait",
"clap 3.2.19",
"clap 3.2.20",
"hyper",
"ioxd_common",
"metric",
@ -5380,7 +5380,7 @@ version = "0.1.0"
dependencies = [
"async-trait",
"chrono",
"clap 3.2.19",
"clap 3.2.20",
"futures",
"observability_deps",
"snafu",
@ -5518,7 +5518,7 @@ dependencies = [
name = "trogging"
version = "0.1.0"
dependencies = [
"clap 3.2.19",
"clap 3.2.20",
"logfmt",
"observability_deps",
"regex",