chore(deps): Bump clap from 4.0.23 to 4.0.24 (#6139)

Bumps [clap](https://github.com/clap-rs/clap) from 4.0.23 to 4.0.24.
- [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.23...v4.0.24)

---
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] 2022-11-15 11:09:39 +00:00 committed by GitHub
parent e4de0635ad
commit 1bb19e2137
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

@ -647,9 +647,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.0.23"
version = "4.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eb41c13df48950b20eb4cd0eefa618819469df1bffc49d11e8487c4ba0037e5"
checksum = "60494cedb60cb47462c0ff7be53de32c0e42a6fc2c772184554fa12bd9489c03"
dependencies = [
"atty",
"bitflags",
@ -664,7 +664,7 @@ dependencies = [
name = "clap_blocks"
version = "0.1.0"
dependencies = [
"clap 4.0.23",
"clap 4.0.24",
"data_types",
"futures",
"humantime",
@ -1673,7 +1673,7 @@ version = "0.1.0"
dependencies = [
"chrono",
"chrono-english",
"clap 4.0.23",
"clap 4.0.24",
"clap_blocks",
"data_types",
"filetime",
@ -2171,7 +2171,7 @@ dependencies = [
"assert_cmd",
"backtrace",
"bytes",
"clap 4.0.23",
"clap 4.0.24",
"clap_blocks",
"comfy-table",
"compactor",
@ -2437,7 +2437,7 @@ dependencies = [
"bytes",
"chrono",
"chrono-english",
"clap 4.0.23",
"clap 4.0.24",
"criterion",
"datafusion_util",
"futures",
@ -2535,7 +2535,7 @@ dependencies = [
"async-trait",
"bytes",
"chrono",
"clap 4.0.23",
"clap 4.0.24",
"clap_blocks",
"data_types",
"flate2",
@ -2691,7 +2691,7 @@ name = "ioxd_test"
version = "0.1.0"
dependencies = [
"async-trait",
"clap 4.0.23",
"clap 4.0.24",
"hyper",
"ioxd_common",
"metric",
@ -5534,7 +5534,7 @@ version = "0.1.0"
dependencies = [
"async-trait",
"chrono",
"clap 4.0.23",
"clap 4.0.24",
"futures",
"observability_deps",
"snafu",
@ -5673,7 +5673,7 @@ name = "trogging"
version = "0.1.0"
dependencies = [
"atty",
"clap 4.0.23",
"clap 4.0.24",
"logfmt",
"observability_deps",
"regex",