From afddc6431393323e44da3ccc7dc70d15ce25573f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 16:43:33 +0000 Subject: [PATCH] build(deps): bump clap from 4.4.18 to 4.5.28 Bumps [clap](https://github.com/clap-rs/clap) from 4.4.18 to 4.5.28. - [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.18...clap_complete-v4.5.28) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 ++++++++++++------------ Cargo.toml | 2 +- enclave_build/Cargo.toml | 2 +- samples/command_executer/Cargo.toml | 2 +- vsock_proxy/Cargo.toml | 2 +- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8203166..4e571789 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -754,23 +754,23 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.18" +version = "4.5.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c" +checksum = "3e77c3243bd94243c03672cb5154667347c457ca271254724f9f393aee1c05ff" dependencies = [ "clap_builder", ] [[package]] name = "clap_builder" -version = "4.4.18" +version = "4.5.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7" +checksum = "1b26884eb4b57140e4d2d93652abfa49498b938b3c9179f9fc487b0acc3edad7" dependencies = [ "anstream", "anstyle", - "clap_lex 0.6.0", - "strsim 0.10.0", + "clap_lex 0.7.4", + "strsim 0.11.1", ] [[package]] @@ -784,9 +784,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.6.0" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" +checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" [[package]] name = "colorchoice" @@ -799,7 +799,7 @@ name = "command-executer" version = "0.1.0" dependencies = [ "byteorder", - "clap 4.4.18", + "clap 4.5.28", "log", "nix 0.26.4", "num", @@ -995,7 +995,7 @@ dependencies = [ "aws-nitro-enclaves-image-format", "base64 0.22.1", "bollard", - "clap 4.4.18", + "clap 4.5.28", "flate2", "futures", "log", @@ -2024,7 +2024,7 @@ dependencies = [ "bindgen", "chrono", "ciborium", - "clap 4.4.18", + "clap 4.5.28", "driver-bindings", "eif_loader", "enclave_build", @@ -3183,7 +3183,7 @@ name = "vsock-proxy" version = "1.0.1" dependencies = [ "chrono", - "clap 4.4.18", + "clap 4.5.28", "ctor", "env_logger", "hickory-resolver", diff --git a/Cargo.toml b/Cargo.toml index 6e292d9b..218ea47e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ rust-version = "1.71" [dependencies] serde = { version = ">=1.0", features = ["derive"] } chrono = "0.4" -clap = "~4.4" +clap = "~4.5" inotify = "0.10" serde_json = "1.0" nix = "0.26" diff --git a/enclave_build/Cargo.toml b/enclave_build/Cargo.toml index d1f541d3..46119d32 100644 --- a/enclave_build/Cargo.toml +++ b/enclave_build/Cargo.toml @@ -9,7 +9,7 @@ rust-version = "1.71" [dependencies] bollard = "0.16.0" -clap = "~4.4" +clap = "~4.5" serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.8" serde_json = "1.0" diff --git a/samples/command_executer/Cargo.toml b/samples/command_executer/Cargo.toml index 4a635fb2..a23e6c23 100644 --- a/samples/command_executer/Cargo.toml +++ b/samples/command_executer/Cargo.toml @@ -8,7 +8,7 @@ rust-version = "1.71" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -clap = "~4.4" +clap = "~4.5" log = "0.4" nix = "0.26" serde = { version = ">=1.0", features = ["derive"] } diff --git a/vsock_proxy/Cargo.toml b/vsock_proxy/Cargo.toml index b91b8f70..870f5c58 100644 --- a/vsock_proxy/Cargo.toml +++ b/vsock_proxy/Cargo.toml @@ -9,7 +9,7 @@ rust-version = "1.71" [dependencies] chrono = "0.4" -clap = "~4.4" +clap = "~4.5" env_logger = "0.10" hickory-resolver = "0.24" idna = "1.0.3"