chore(deps): Bump clap from 3.1.1 to 3.1.2 (#3870)

Bumps [clap](https://github.com/clap-rs/clap) from 3.1.1 to 3.1.2.
- [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/v3.1.1...v3.1.2)

---
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] 2022-02-28 09:53:25 +00:00 committed by GitHub
parent 6bb18672a4
commit c289467239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

14
Cargo.lock generated
View File

@ -543,9 +543,9 @@ dependencies = [
[[package]]
name = "clap"
version = "3.1.1"
version = "3.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d76c22c9b9b215eeb8d016ad3a90417bd13cb24cf8142756e6472445876cab7"
checksum = "5177fac1ab67102d8989464efd043c6ff44191b1557ec1ddd489b4f7e1447e77"
dependencies = [
"atty",
"bitflags",
@ -1907,7 +1907,7 @@ dependencies = [
"byteorder",
"bytes",
"chrono",
"clap 3.1.1",
"clap 3.1.2",
"comfy-table",
"compactor",
"csv",
@ -2192,7 +2192,7 @@ version = "0.1.0"
dependencies = [
"chrono",
"chrono-english",
"clap 3.1.1",
"clap 3.1.2",
"criterion",
"data_types",
"futures",
@ -2221,7 +2221,7 @@ dependencies = [
"assert_matches",
"async-trait",
"chrono",
"clap 3.1.1",
"clap 3.1.2",
"dotenv",
"futures",
"glob",
@ -5543,7 +5543,7 @@ version = "0.1.0"
dependencies = [
"async-trait",
"chrono",
"clap 3.1.1",
"clap 3.1.2",
"futures",
"observability_deps",
"snafu",
@ -5688,7 +5688,7 @@ dependencies = [
name = "trogging"
version = "0.1.0"
dependencies = [
"clap 3.1.1",
"clap 3.1.2",
"logfmt",
"observability_deps",
"regex",