chore(deps): Bump clap from 4.1.8 to 4.1.9 (#7247)

Bumps [clap](https://github.com/clap-rs/clap) from 4.1.8 to 4.1.9.
- [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.1.8...v4.1.9)

---
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] 2023-03-17 09:46:58 +00:00 committed by GitHub
parent 20ec47b00b
commit cc7f4201ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 12 deletions

24
Cargo.lock generated
View File

@ -814,9 +814,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.1.8"
version = "4.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3d7ae14b20b94cb02149ed21a86c423859cbe18dc7ed69845cace50e52b40a5"
checksum = "9a9d6ada83c1edcce028902ea27dd929069c70df4c7600b131b4d9a1ad2879cc"
dependencies = [
"bitflags",
"clap_derive",
@ -831,7 +831,7 @@ dependencies = [
name = "clap_blocks"
version = "0.1.0"
dependencies = [
"clap 4.1.8",
"clap 4.1.9",
"data_types",
"futures",
"http",
@ -856,9 +856,9 @@ dependencies = [
[[package]]
name = "clap_derive"
version = "4.1.8"
version = "4.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44bec8e5c9d09e439c4335b1af0abaab56dcf3b94999a936e1bb47b9134288f0"
checksum = "fddf67631444a3a3e3e5ac51c36a5e01335302de677bd78759eaa90ab1f46644"
dependencies = [
"heck",
"proc-macro-error",
@ -1983,7 +1983,7 @@ version = "0.1.0"
dependencies = [
"chrono",
"chrono-english",
"clap 4.1.8",
"clap 4.1.9",
"clap_blocks",
"data_types",
"filetime",
@ -2500,7 +2500,7 @@ dependencies = [
"async-trait",
"backtrace",
"bytes",
"clap 4.1.8",
"clap 4.1.9",
"clap_blocks",
"comfy-table",
"compactor",
@ -2888,7 +2888,7 @@ dependencies = [
"bytes",
"chrono",
"chrono-english",
"clap 4.1.8",
"clap 4.1.9",
"criterion",
"datafusion_util",
"futures",
@ -3016,7 +3016,7 @@ dependencies = [
"async-trait",
"bytes",
"chrono",
"clap 4.1.8",
"clap 4.1.9",
"clap_blocks",
"data_types",
"flate2",
@ -3240,7 +3240,7 @@ name = "ioxd_test"
version = "0.1.0"
dependencies = [
"async-trait",
"clap 4.1.8",
"clap 4.1.9",
"hyper",
"ioxd_common",
"metric",
@ -6074,7 +6074,7 @@ version = "0.1.0"
dependencies = [
"async-trait",
"chrono",
"clap 4.1.8",
"clap 4.1.9",
"futures",
"iox_time",
"observability_deps",
@ -6213,7 +6213,7 @@ dependencies = [
name = "trogging"
version = "0.1.0"
dependencies = [
"clap 4.1.8",
"clap 4.1.9",
"is-terminal",
"logfmt",
"observability_deps",