From 5fd565bacdf9c13fd238d1581c49194937d21385 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 11:13:43 +0000 Subject: [PATCH] Update Rust crate clap to 4.5.4 (#819) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- src/odin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/odin/Cargo.toml b/src/odin/Cargo.toml index e6864ff2..9ae39964 100644 --- a/src/odin/Cargo.toml +++ b/src/odin/Cargo.toml @@ -30,7 +30,7 @@ path = "lib.rs" handlebars = "5" dotenv = "0.15" log = "0.4" -clap = { version = "4.5", features = [ "derive", "env" ] } +clap = { version = "4.5.4", features = [ "derive", "env" ] } which = "*" serde = { version = "1.0", features = ["derive"], default_features = false } sysinfo = { version = "0", default_features = false }