From b540936fc0ac132d257e168dae78e228c3cce324 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 15:15:23 +0000 Subject: [PATCH] chore(deps): Bump the clap group with 2 updates (#19626) Bumps the clap group with 2 updates: [clap](https://github.com/clap-rs/clap) and [clap_complete](https://github.com/clap-rs/clap). Updates `clap` from 4.4.16 to 4.4.17 - [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.4.16...v4.4.17) Updates `clap_complete` from 4.4.6 to 4.4.7 - [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/clap_complete-v4.4.6...clap_complete-v4.4.7) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: clap - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch dependency-group: clap ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 32 ++++++++++++++++---------------- Cargo.toml | 2 +- lib/vector-api-client/Cargo.toml | 2 +- lib/vector-buffers/Cargo.toml | 2 +- lib/vector-vrl/cli/Cargo.toml | 2 +- lib/vector-vrl/tests/Cargo.toml | 2 +- vdev/Cargo.toml | 4 ++-- 7 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3824d29b6bfed..78bb12f09b86b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2056,9 +2056,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.16" +version = "4.4.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58e54881c004cec7895b0068a0a954cd5d62da01aef83fa35b1e594497bf5445" +checksum = "80932e03c33999b9235edb8655bc9df3204adc9887c2f95b50cb1deb9fd54253" dependencies = [ "clap_builder", "clap_derive", @@ -2070,15 +2070,15 @@ version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c90e95e5bd4e8ac34fa6f37c774b0c6f8ed06ea90c79931fd448fcf941a9767" dependencies = [ - "clap 4.4.16", + "clap 4.4.17", "log", ] [[package]] name = "clap_builder" -version = "4.4.16" +version = "4.4.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59cb82d7f531603d2fd1f507441cdd35184fa81beff7bd489570de7f773460bb" +checksum = "d6c0db58c659eef1c73e444d298c27322a1b52f6927d2ad470c0c0f96fa7b8fa" dependencies = [ "anstream", "anstyle", @@ -2089,11 +2089,11 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.4.6" +version = "4.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97aeaa95557bd02f23fbb662f981670c3d20c5a26e69f7354b28f57092437fcd" +checksum = "dfb0d4825b75ff281318c393e8e1b80c4da9fb75a6b1d98547d389d6fe1f48d2" dependencies = [ - "clap 4.4.16", + "clap 4.4.17", ] [[package]] @@ -2417,7 +2417,7 @@ dependencies = [ "anes", "cast", "ciborium", - "clap 4.4.16", + "clap 4.4.17", "criterion-plot", "futures 0.3.30", "is-terminal", @@ -9787,7 +9787,7 @@ dependencies = [ "anyhow", "cached", "chrono", - "clap 4.4.16", + "clap 4.4.17", "clap-verbosity-flag", "clap_complete", "confy", @@ -9864,7 +9864,7 @@ dependencies = [ "chrono", "chrono-tz", "cidr-utils 0.6.1", - "clap 4.4.16", + "clap 4.4.17", "colored", "console-subscriber", "criterion", @@ -10013,7 +10013,7 @@ dependencies = [ "anyhow", "async-trait", "chrono", - "clap 4.4.16", + "clap 4.4.17", "futures 0.3.30", "graphql_client", "indoc", @@ -10036,7 +10036,7 @@ dependencies = [ "async-trait", "bytecheck", "bytes 1.5.0", - "clap 4.4.16", + "clap 4.4.17", "crc32fast", "criterion", "crossbeam-queue", @@ -10293,7 +10293,7 @@ dependencies = [ name = "vector-vrl-cli" version = "0.1.0" dependencies = [ - "clap 4.4.16", + "clap 4.4.17", "vector-vrl-functions", "vrl", ] @@ -10312,7 +10312,7 @@ dependencies = [ "ansi_term", "chrono", "chrono-tz", - "clap 4.4.16", + "clap 4.4.17", "enrichment", "glob", "prettydiff", @@ -10372,7 +10372,7 @@ dependencies = [ "chrono", "chrono-tz", "cidr-utils 0.6.1", - "clap 4.4.16", + "clap 4.4.17", "codespan-reporting", "community-id", "crypto_secretbox", diff --git a/Cargo.toml b/Cargo.toml index 64895dd169dc0..89f32f927c6da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -244,7 +244,7 @@ bytesize = { version = "1.3.0", default-features = false } chrono = { version = "0.4.31", default-features = false, features = ["serde"] } chrono-tz = { version = "0.8.5", default-features = false } cidr-utils = { version = "0.6.1", default-features = false } -clap = { version = "4.4.16", default-features = false, features = ["derive", "error-context", "env", "help", "std", "string", "usage", "wrap_help"] } +clap = { version = "4.4.17", default-features = false, features = ["derive", "error-context", "env", "help", "std", "string", "usage", "wrap_help"] } colored = { version = "2.1.0", default-features = false } csv = { version = "1.3", default-features = false } derivative = { version = "2.2.0", default-features = false } diff --git a/lib/vector-api-client/Cargo.toml b/lib/vector-api-client/Cargo.toml index f8829b1e263b1..d48aa185a6138 100644 --- a/lib/vector-api-client/Cargo.toml +++ b/lib/vector-api-client/Cargo.toml @@ -30,7 +30,7 @@ tokio-tungstenite = { version = "0.20.1", default-features = false, features = [ # External libs chrono = { version = "0.4.31", default-features = false, features = ["serde"] } -clap = { version = "4.4.16", default-features = false, features = ["derive"] } +clap = { version = "4.4.17", default-features = false, features = ["derive"] } url = { version = "2.5.0", default-features = false } uuid = { version = "1", default-features = false, features = ["serde", "v4"] } indoc = { version = "2.0.4", default-features = false } diff --git a/lib/vector-buffers/Cargo.toml b/lib/vector-buffers/Cargo.toml index 61af40a9409fc..ba349510538d5 100644 --- a/lib/vector-buffers/Cargo.toml +++ b/lib/vector-buffers/Cargo.toml @@ -34,7 +34,7 @@ vector-config-macros = { path = "../vector-config-macros", default-features = fa vector-common = { path = "../vector-common", default-features = false, features = ["byte_size_of", "serde"] } [dev-dependencies] -clap = "4.4.16" +clap = "4.4.17" criterion = { version = "0.5", features = ["html_reports", "async_tokio"] } crossbeam-queue = "0.3.11" hdrhistogram = "7.5.4" diff --git a/lib/vector-vrl/cli/Cargo.toml b/lib/vector-vrl/cli/Cargo.toml index ea3b603cc11a6..3c4db799dc867 100644 --- a/lib/vector-vrl/cli/Cargo.toml +++ b/lib/vector-vrl/cli/Cargo.toml @@ -7,6 +7,6 @@ publish = false license = "MPL-2.0" [dependencies] -clap = { version = "4.4.16", features = ["derive"] } +clap = { version = "4.4.17", features = ["derive"] } vector-vrl-functions = { path = "../functions" } vrl.workspace = true diff --git a/lib/vector-vrl/tests/Cargo.toml b/lib/vector-vrl/tests/Cargo.toml index 690a393ed0f7f..3187c99262043 100644 --- a/lib/vector-vrl/tests/Cargo.toml +++ b/lib/vector-vrl/tests/Cargo.toml @@ -13,7 +13,7 @@ vector-vrl-functions = { path = "../../vector-vrl/functions" } ansi_term = "0.12" chrono = "0.4" chrono-tz = "0.8" -clap = { version = "4.4.16", features = ["derive"] } +clap = { version = "4.4.17", features = ["derive"] } glob = "0.3" prettydiff = "0.6" regex = "1" diff --git a/vdev/Cargo.toml b/vdev/Cargo.toml index 95960d2869fb5..616d0703c46dc 100644 --- a/vdev/Cargo.toml +++ b/vdev/Cargo.toml @@ -11,9 +11,9 @@ publish = false anyhow = "1.0.79" cached = "0.47.0" chrono = { version = "0.4.31", default-features = false, features = ["serde", "clock"] } -clap = { version = "4.4.16", features = ["derive"] } +clap = { version = "4.4.17", features = ["derive"] } clap-verbosity-flag = "2.1.1" -clap_complete = "4.4.6" +clap_complete = "4.4.7" confy = "0.6.0" directories = "5.0.1" # remove this when stabilized https://doc.rust-lang.org/stable/std/path/fn.absolute.html