chore(deps): Bump clap from 4.0.32 to 4.1.1

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

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/24376/head
dependabot[bot] 2023-01-16 09:31:58 +00:00 committed by GitHub
parent 3b2c172dc1
commit f7797b0358
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

@ -786,9 +786,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.0.32" version = "4.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7db700bc935f9e43e88d00b0850dae18a63773cfbec6d8e070fccf7fef89a39" checksum = "4ec7a4128863c188deefe750ac1d1dfe66c236909f845af04beed823638dc1b2"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"clap_derive", "clap_derive",
@ -803,7 +803,7 @@ dependencies = [
name = "clap_blocks" name = "clap_blocks"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"clap 4.0.32", "clap 4.1.1",
"data_types", "data_types",
"futures", "futures",
"humantime", "humantime",
@ -827,9 +827,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_derive" name = "clap_derive"
version = "4.0.21" version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014" checksum = "684a277d672e91966334af371f1a7b5833f9aa00b07c84e92fbce95e00208ce8"
dependencies = [ dependencies = [
"heck", "heck",
"proc-macro-error", "proc-macro-error",
@ -1860,7 +1860,7 @@ version = "0.1.0"
dependencies = [ dependencies = [
"chrono", "chrono",
"chrono-english", "chrono-english",
"clap 4.0.32", "clap 4.1.1",
"clap_blocks", "clap_blocks",
"data_types", "data_types",
"filetime", "filetime",
@ -2371,7 +2371,7 @@ dependencies = [
"assert_cmd", "assert_cmd",
"backtrace", "backtrace",
"bytes", "bytes",
"clap 4.0.32", "clap 4.1.1",
"clap_blocks", "clap_blocks",
"comfy-table", "comfy-table",
"compactor", "compactor",
@ -2763,7 +2763,7 @@ dependencies = [
"bytes", "bytes",
"chrono", "chrono",
"chrono-english", "chrono-english",
"clap 4.0.32", "clap 4.1.1",
"criterion", "criterion",
"datafusion_util", "datafusion_util",
"futures", "futures",
@ -2866,7 +2866,7 @@ dependencies = [
"async-trait", "async-trait",
"bytes", "bytes",
"chrono", "chrono",
"clap 4.0.32", "clap 4.1.1",
"clap_blocks", "clap_blocks",
"data_types", "data_types",
"flate2", "flate2",
@ -3067,7 +3067,7 @@ name = "ioxd_test"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"clap 4.0.32", "clap 4.1.1",
"hyper", "hyper",
"ioxd_common", "ioxd_common",
"metric", "metric",
@ -6007,7 +6007,7 @@ version = "0.1.0"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"chrono", "chrono",
"clap 4.0.32", "clap 4.1.1",
"futures", "futures",
"iox_time", "iox_time",
"observability_deps", "observability_deps",
@ -6146,7 +6146,7 @@ dependencies = [
name = "trogging" name = "trogging"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"clap 4.0.32", "clap 4.1.1",
"is-terminal", "is-terminal",
"logfmt", "logfmt",
"observability_deps", "observability_deps",