From e786c168a981b2b758438490856698eed024dc51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 09:59:21 -0400 Subject: [PATCH] chore(deps): Bump clap from 4.3.19 to 4.3.21 (#18178) Bumps [clap](https://github.com/clap-rs/clap) from 4.3.19 to 4.3.21. - [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.3.19...v4.3.21) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 28 ++++++++++++++-------------- 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 | 2 +- 7 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba80c6db553616..391d78773fb7c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2020,9 +2020,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.3.19" +version = "4.3.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fd304a20bff958a57f04c4e96a2e7594cc4490a0e809cbd48bb6437edaa452d" +checksum = "c27cdf28c0f604ba3f512b0c9a409f8de8513e4816705deb0498b627e7c3a3fd" dependencies = [ "clap_builder", "clap_derive", @@ -2035,15 +2035,15 @@ version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1eef05769009513df2eb1c3b4613e7fad873a14c600ff025b08f250f59fee7de" dependencies = [ - "clap 4.3.19", + "clap 4.3.21", "log", ] [[package]] name = "clap_builder" -version = "4.3.19" +version = "4.3.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01c6a3f08f1fe5662a35cfe393aec09c4df95f60ee93b7556505260f75eee9e1" +checksum = "08a9f1ab5e9f01a9b81f202e8562eb9a10de70abf9eaeac1be465c28b75aa4aa" dependencies = [ "anstream", "anstyle 1.0.0", @@ -2058,7 +2058,7 @@ version = "4.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5fc443334c81a804575546c5a8a79b4913b50e28d69232903604cada1de817ce" dependencies = [ - "clap 4.3.19", + "clap 4.3.21", ] [[package]] @@ -2363,7 +2363,7 @@ dependencies = [ "anes", "cast", "ciborium", - "clap 4.3.19", + "clap 4.3.21", "criterion-plot", "futures 0.3.28", "is-terminal", @@ -9437,7 +9437,7 @@ dependencies = [ "atty", "cached", "chrono", - "clap 4.3.19", + "clap 4.3.21", "clap-verbosity-flag", "clap_complete", "confy", @@ -9512,7 +9512,7 @@ dependencies = [ "bytesize", "chrono", "cidr-utils", - "clap 4.3.19", + "clap 4.3.21", "codecs", "colored", "console-subscriber", @@ -9672,7 +9672,7 @@ dependencies = [ "anyhow", "async-trait", "chrono", - "clap 4.3.19", + "clap 4.3.21", "futures 0.3.28", "graphql_client", "indoc", @@ -9695,7 +9695,7 @@ dependencies = [ "async-trait", "bytecheck", "bytes 1.4.0", - "clap 4.3.19", + "clap 4.3.21", "crc32fast", "criterion", "crossbeam-queue", @@ -9913,7 +9913,7 @@ dependencies = [ name = "vector-vrl-cli" version = "0.1.0" dependencies = [ - "clap 4.3.19", + "clap 4.3.21", "vector-vrl-functions", "vrl", ] @@ -9932,7 +9932,7 @@ dependencies = [ "ansi_term", "chrono", "chrono-tz", - "clap 4.3.19", + "clap 4.3.21", "enrichment", "glob", "prettydiff", @@ -9992,7 +9992,7 @@ dependencies = [ "chrono", "chrono-tz", "cidr-utils", - "clap 4.3.19", + "clap 4.3.21", "codespan-reporting", "crypto_secretbox", "csv", diff --git a/Cargo.toml b/Cargo.toml index 91b26a9588885b..531cc7ba0afe4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -251,7 +251,7 @@ bytes = { version = "1.4.0", default-features = false, features = ["serde"] } bytesize = { version = "1.2.0", default-features = false } chrono = { version = "0.4.26", default-features = false, features = ["serde"] } cidr-utils = { version = "0.5.10", default-features = false } -clap = { version = "4.1.14", default-features = false, features = ["derive", "error-context", "env", "help", "std", "string", "usage", "wrap_help"] } +clap = { version = "4.3.21", default-features = false, features = ["derive", "error-context", "env", "help", "std", "string", "usage", "wrap_help"] } colored = { version = "2.0.4", default-features = false } csv = { version = "1.2", 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 a510a022d65a68..b966793f978299 100644 --- a/lib/vector-api-client/Cargo.toml +++ b/lib/vector-api-client/Cargo.toml @@ -30,7 +30,7 @@ tokio-tungstenite = { version = "0.20.0", default-features = false, features = [ # External libs chrono = { version = "0.4.6", default-features = false, features = ["serde"] } -clap = { version = "4.1.14", default-features = false, features = ["derive"] } +clap = { version = "4.3.21", default-features = false, features = ["derive"] } url = { version = "2.4.0", default-features = false } uuid = { version = "1", default-features = false, features = ["serde", "v4"] } indoc = { version = "2.0.3", default-features = false } diff --git a/lib/vector-buffers/Cargo.toml b/lib/vector-buffers/Cargo.toml index 221770289ed517..e416c82c4e61e8 100644 --- a/lib/vector-buffers/Cargo.toml +++ b/lib/vector-buffers/Cargo.toml @@ -32,7 +32,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.1.14" +clap = "4.3.21" criterion = { version = "0.5", features = ["html_reports", "async_tokio"] } crossbeam-queue = "0.3.8" hdrhistogram = "7.5.2" diff --git a/lib/vector-vrl/cli/Cargo.toml b/lib/vector-vrl/cli/Cargo.toml index 106e430355c56e..f67b06f4e1db46 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.1.14", features = ["derive"] } +clap = { version = "4.3.21", 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 96c8185f45ec95..0a0ddb25d56ef5 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.1.14", features = ["derive"] } +clap = { version = "4.3.21", features = ["derive"] } glob = "0.3" prettydiff = "0.6" regex = "1" diff --git a/vdev/Cargo.toml b/vdev/Cargo.toml index 56caa5be7e5ff6..e9055c676dc1cf 100644 --- a/vdev/Cargo.toml +++ b/vdev/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "1.0.72" atty = "0.2.14" cached = "0.44.0" chrono = { version = "0.4.22", default-features = false, features = ["serde", "clock"] } -clap = { version = "4.1.14", features = ["derive"] } +clap = { version = "4.3.21", features = ["derive"] } clap-verbosity-flag = "2.0.1" clap_complete = "4.3.2" confy = "0.5.1"