From e112a6d82b38f92502923c7cae9d9a19aeace46f Mon Sep 17 00:00:00 2001 From: ward Date: Tue, 20 May 2025 17:47:28 +0000 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 21efbab..0d804c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ lto = "thin" tempfile = "3.14.0" dialoguer = "0.11.0" rand = "0.9.0" -clap = { version = "4.5.21", features = [ "derive" ]} +clap = { version = "4.5.38", features = [ "derive" ]}