From b8dc7b4c1b0188e1eec6528779b6a48267b8ab12 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Mar 2025 23:00:41 +0000 Subject: [PATCH] Update Rust crate clap to 4.5.34 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 135dcfd..ef93182 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,4 @@ edition = "2018" [dependencies] totp_rfc6238 = "0.6.0" base32 = "0.5.1" -clap = { version = "4.5.4", features = ["derive"] } +clap = { version = "4.5.34", features = ["derive"] }