From 112e2cedb2b10dd63673ee472bf9a9d6c4ede766 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 12:08:17 +0000 Subject: [PATCH] fix(deps): update rust crate clap to 4.4.14 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c3aaff3..8a56a82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ anyhow = "1.0.79" azure_core = "0.19.0" azure_identity = "0.19.0" azure_security_keyvault = "0.19.0" -clap = { version = "4.4.13", features = ["derive"] } +clap = { version = "4.4.14", features = ["derive"] } futures = "0.3.30" paris = { version = "1.5.15", features = ["macros"] } tokio = {version = "1.35.1", features = ["full"]}