From 52d5aa42b0e9a6085b22da37580912a55c442477 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 22:16:38 +0100 Subject: [PATCH] fix(deps): update rust crate clap to 4.5.4 (#189) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- catwalk/Cargo.toml | 2 +- whiskers/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/catwalk/Cargo.toml b/catwalk/Cargo.toml index 24cc673d..13e241a6 100644 --- a/catwalk/Cargo.toml +++ b/catwalk/Cargo.toml @@ -22,7 +22,7 @@ crate-type = ["cdylib", "rlib"] thiserror = "1" [target.'cfg(not(target_family = "wasm"))'.dependencies] -clap = { version = "4", features = ["derive"] } +clap = { version = "4.5.4", features = ["derive"] } clap_complete = { version = "4" } color-eyre = { version = "0.6", default-features = false } ril = { version = "0.10", default-features = false, features = [ diff --git a/whiskers/Cargo.toml b/whiskers/Cargo.toml index 78380bd6..04398e36 100644 --- a/whiskers/Cargo.toml +++ b/whiskers/Cargo.toml @@ -35,7 +35,7 @@ cast_sign_loss = "allow" anyhow = "1.0.82" base64 = "0.22.1" catppuccin = { version = "2.2", features = ["serde", "css-colors"] } -clap = { version = "4.5", features = ["derive"] } +clap = { version = "4.5.4", features = ["derive"] } clap-stdin = "0.4" css-colors = "1.0" encoding_rs_io = "0.1"