From 279b2b02670bee248361c2588cd0744209d39fa9 Mon Sep 17 00:00:00 2001 From: arabian Date: Tue, 11 Nov 2025 21:15:41 +0300 Subject: [PATCH] bump clap verion to 4.5.51 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 292a7e6..6f33682 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["switch", "nintendo", "mod", "mods", "msp"] build = "build.rs" [dependencies] -"clap" = {version = "4.5.45", default-features = false, features = ["derive", "std", "help"]} +"clap" = {version = "4.5.51", default-features = false, features = ["derive", "std", "help"]} [profile.release] strip = true