diff --git a/Cargo.lock b/Cargo.lock index 0342f1913d9a9..ac06bb1846d40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2067,9 +2067,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.2" +version = "4.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6" +checksum = "84ed82781cea27b43c9b106a979fe450a13a31aab0500595fb3fc06616de08e6" dependencies = [ "clap_builder", "clap_derive", @@ -2081,7 +2081,7 @@ version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1eef05769009513df2eb1c3b4613e7fad873a14c600ff025b08f250f59fee7de" dependencies = [ - "clap 4.4.2", + "clap 4.4.3", "log", ] @@ -2104,7 +2104,7 @@ version = "4.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4110a1e6af615a9e6d0a36f805d5c99099f8bab9b8042f5bc1fa220a4a89e36f" dependencies = [ - "clap 4.4.2", + "clap 4.4.3", ] [[package]] @@ -2409,7 +2409,7 @@ dependencies = [ "anes", "cast", "ciborium", - "clap 4.4.2", + "clap 4.4.3", "criterion-plot", "futures 0.3.28", "is-terminal", @@ -9526,7 +9526,7 @@ dependencies = [ "atty", "cached", "chrono", - "clap 4.4.2", + "clap 4.4.3", "clap-verbosity-flag", "clap_complete", "confy", @@ -9603,7 +9603,7 @@ dependencies = [ "bytesize", "chrono", "cidr-utils", - "clap 4.4.2", + "clap 4.4.3", "codecs", "colored", "console-subscriber", @@ -9764,7 +9764,7 @@ dependencies = [ "anyhow", "async-trait", "chrono", - "clap 4.4.2", + "clap 4.4.3", "futures 0.3.28", "graphql_client", "indoc", @@ -9787,7 +9787,7 @@ dependencies = [ "async-trait", "bytecheck", "bytes 1.5.0", - "clap 4.4.2", + "clap 4.4.3", "crc32fast", "criterion", "crossbeam-queue", @@ -10007,7 +10007,7 @@ dependencies = [ name = "vector-vrl-cli" version = "0.1.0" dependencies = [ - "clap 4.4.2", + "clap 4.4.3", "vector-vrl-functions", "vrl", ] @@ -10026,7 +10026,7 @@ dependencies = [ "ansi_term", "chrono", "chrono-tz", - "clap 4.4.2", + "clap 4.4.3", "enrichment", "glob", "prettydiff", @@ -10087,7 +10087,7 @@ dependencies = [ "chrono", "chrono-tz", "cidr-utils", - "clap 4.4.2", + "clap 4.4.3", "codespan-reporting", "crypto_secretbox", "csv", diff --git a/Cargo.toml b/Cargo.toml index ad87df3fa6bf6..ee0ecd9dee5ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -254,7 +254,7 @@ bytes = { version = "1.5.0", default-features = false, features = ["serde"] } bytesize = { version = "1.3.0", default-features = false } chrono = { version = "0.4.30", default-features = false, features = ["serde"] } cidr-utils = { version = "0.5.11", default-features = false } -clap = { version = "4.4.2", default-features = false, features = ["derive", "error-context", "env", "help", "std", "string", "usage", "wrap_help"] } +clap = { version = "4.4.3", 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 23f802b491b56..c69835cb00236 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.2", default-features = false, features = ["derive"] } +clap = { version = "4.4.3", 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 af0d2ce543df8..30ab0b33237b3 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.2" +clap = "4.4.3" 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 4ee876f0ddf47..0900966334e0d 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.2", features = ["derive"] } +clap = { version = "4.4.3", 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 749ae12613baa..17b7772e3e26f 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.2", features = ["derive"] } +clap = { version = "4.4.3", features = ["derive"] } glob = "0.3" prettydiff = "0.6" regex = "1" diff --git a/vdev/Cargo.toml b/vdev/Cargo.toml index dd6bbf3d63c6e..236f84adf9fa2 100644 --- a/vdev/Cargo.toml +++ b/vdev/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "1.0.75" atty = "0.2.14" cached = "0.45.1" chrono = { version = "0.4.22", default-features = false, features = ["serde", "clock"] } -clap = { version = "4.4.2", features = ["derive"] } +clap = { version = "4.4.3", features = ["derive"] } clap-verbosity-flag = "2.0.1" clap_complete = "4.4.1" confy = "0.5.1"