chore(deps): Bump clap from 4.0.31 to 4.0.32 (#6466)

Bumps [clap](https://github.com/clap-rs/clap) from 4.0.31 to 4.0.32.
- [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/v4.0.31...v4.0.32)

---
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>
pull/24376/head
dependabot[bot] 2023-01-02 10:14:23 +00:00 committed by GitHub
parent 7279b9597a
commit febaf3c737
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

@ -764,9 +764,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.0.31"
version = "4.0.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cab512b39872b48c5ecf6b3bef2efb56dc0b986630d9da71a21a8c8f6878c334"
checksum = "a7db700bc935f9e43e88d00b0850dae18a63773cfbec6d8e070fccf7fef89a39"
dependencies = [
"bitflags",
"clap_derive",
@ -781,7 +781,7 @@ dependencies = [
name = "clap_blocks"
version = "0.1.0"
dependencies = [
"clap 4.0.31",
"clap 4.0.32",
"data_types",
"futures",
"humantime",
@ -1817,7 +1817,7 @@ version = "0.1.0"
dependencies = [
"chrono",
"chrono-english",
"clap 4.0.31",
"clap 4.0.32",
"clap_blocks",
"data_types",
"filetime",
@ -2326,7 +2326,7 @@ dependencies = [
"assert_cmd",
"backtrace",
"bytes",
"clap 4.0.31",
"clap 4.0.32",
"clap_blocks",
"comfy-table",
"compactor",
@ -2665,7 +2665,7 @@ dependencies = [
"bytes",
"chrono",
"chrono-english",
"clap 4.0.31",
"clap 4.0.32",
"criterion",
"datafusion_util",
"futures",
@ -2765,7 +2765,7 @@ dependencies = [
"async-trait",
"bytes",
"chrono",
"clap 4.0.31",
"clap 4.0.32",
"clap_blocks",
"data_types",
"flate2",
@ -2941,7 +2941,7 @@ name = "ioxd_test"
version = "0.1.0"
dependencies = [
"async-trait",
"clap 4.0.31",
"clap 4.0.32",
"hyper",
"ioxd_common",
"metric",
@ -5833,7 +5833,7 @@ version = "0.1.0"
dependencies = [
"async-trait",
"chrono",
"clap 4.0.31",
"clap 4.0.32",
"futures",
"iox_time",
"observability_deps",
@ -5973,7 +5973,7 @@ name = "trogging"
version = "0.1.0"
dependencies = [
"atty",
"clap 4.0.31",
"clap 4.0.32",
"logfmt",
"observability_deps",
"regex",