From 25bd43a8bb9257fbc9b13a91d306fbf36246a509 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 20:05:39 +0000 Subject: [PATCH] chore(deps): Bump clap from 4.4.1 to 4.4.2 Bumps [clap](https://github.com/clap-rs/clap) from 4.4.1 to 4.4.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/v4.4.1...v4.4.2) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 33 ++++++++++++++++---------------- 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, 22 insertions(+), 23 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d6611e4dcffc..c144c3a0ca990 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2071,13 +2071,12 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.1" +version = "4.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c8d502cbaec4595d2e7d5f61e318f05417bd2b66fdc3809498f0d3fdf0bea27" +checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6" dependencies = [ "clap_builder", "clap_derive", - "once_cell", ] [[package]] @@ -2086,15 +2085,15 @@ version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1eef05769009513df2eb1c3b4613e7fad873a14c600ff025b08f250f59fee7de" dependencies = [ - "clap 4.4.1", + "clap 4.4.2", "log", ] [[package]] name = "clap_builder" -version = "4.4.1" +version = "4.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5891c7bc0edb3e1c2204fc5e94009affabeb1821c9e5fdc3959536c5c0bb984d" +checksum = "2bb9faaa7c2ef94b2743a21f5a29e6f0010dff4caa69ac8e9d6cf8b6fa74da08" dependencies = [ "anstream", "anstyle 1.0.0", @@ -2109,14 +2108,14 @@ version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "586a385f7ef2f8b4d86bddaa0c094794e7ccbfe5ffef1f434fe928143fc783a5" dependencies = [ - "clap 4.4.1", + "clap 4.4.2", ] [[package]] name = "clap_derive" -version = "4.4.0" +version = "4.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9fd1a5729c4548118d7d70ff234a44868d00489a4b6597b0b020918a0e91a1a" +checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873" dependencies = [ "heck 0.4.1", "proc-macro2 1.0.66", @@ -2414,7 +2413,7 @@ dependencies = [ "anes", "cast", "ciborium", - "clap 4.4.1", + "clap 4.4.2", "criterion-plot", "futures 0.3.28", "is-terminal", @@ -9441,7 +9440,7 @@ dependencies = [ "atty", "cached", "chrono", - "clap 4.4.1", + "clap 4.4.2", "clap-verbosity-flag", "clap_complete", "confy", @@ -9518,7 +9517,7 @@ dependencies = [ "bytesize", "chrono", "cidr-utils", - "clap 4.4.1", + "clap 4.4.2", "codecs", "colored", "console-subscriber", @@ -9679,7 +9678,7 @@ dependencies = [ "anyhow", "async-trait", "chrono", - "clap 4.4.1", + "clap 4.4.2", "futures 0.3.28", "graphql_client", "indoc", @@ -9702,7 +9701,7 @@ dependencies = [ "async-trait", "bytecheck", "bytes 1.4.0", - "clap 4.4.1", + "clap 4.4.2", "crc32fast", "criterion", "crossbeam-queue", @@ -9922,7 +9921,7 @@ dependencies = [ name = "vector-vrl-cli" version = "0.1.0" dependencies = [ - "clap 4.4.1", + "clap 4.4.2", "vector-vrl-functions", "vrl", ] @@ -9941,7 +9940,7 @@ dependencies = [ "ansi_term", "chrono", "chrono-tz", - "clap 4.4.1", + "clap 4.4.2", "enrichment", "glob", "prettydiff", @@ -10002,7 +10001,7 @@ dependencies = [ "chrono", "chrono-tz", "cidr-utils", - "clap 4.4.1", + "clap 4.4.2", "codespan-reporting", "crypto_secretbox", "csv", diff --git a/Cargo.toml b/Cargo.toml index 2a1afe5831547..1930e886ecd45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -255,7 +255,7 @@ bytes = { version = "1.4.0", default-features = false, features = ["serde"] } bytesize = { version = "1.3.0", default-features = false } chrono = { version = "0.4.27", default-features = false, features = ["serde"] } cidr-utils = { version = "0.5.10", default-features = false } -clap = { version = "4.4.1", default-features = false, features = ["derive", "error-context", "env", "help", "std", "string", "usage", "wrap_help"] } +clap = { version = "4.4.2", 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 3a7ea3979b774..7b67ed126d9c4 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.4.1", default-features = false, features = ["derive"] } +clap = { version = "4.4.2", default-features = false, features = ["derive"] } url = { version = "2.4.1", 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 72ac484033169..3fbdf0be40870 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.4.1" +clap = "4.4.2" 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 fbbb6258739d6..4ee876f0ddf47 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.1", features = ["derive"] } +clap = { version = "4.4.2", 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 d7bf5ee2ed6fe..749ae12613baa 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.1", features = ["derive"] } +clap = { version = "4.4.2", features = ["derive"] } glob = "0.3" prettydiff = "0.6" regex = "1" diff --git a/vdev/Cargo.toml b/vdev/Cargo.toml index 005f750ec33ac..e13256668a08d 100644 --- a/vdev/Cargo.toml +++ b/vdev/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "1.0.75" atty = "0.2.14" cached = "0.44.0" chrono = { version = "0.4.22", default-features = false, features = ["serde", "clock"] } -clap = { version = "4.4.1", features = ["derive"] } +clap = { version = "4.4.2", features = ["derive"] } clap-verbosity-flag = "2.0.1" clap_complete = "4.4.0" confy = "0.5.1"