From 7f571755193558d8f094da7781cc9a26d14b5de8 Mon Sep 17 00:00:00 2001 From: arabian Date: Sun, 14 Dec 2025 01:26:19 +0300 Subject: [PATCH] bump clap version to 4.5.53 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 82cd29c..25d80d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ async-trait = "0.1.89" serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.145" -clap = { version = "4.5.51", default-features = false, features = ["std", "suggestions", "help", "usage", "error-context", "derive"] } +clap = { version = "4.5.53", default-features = false, features = ["std", "suggestions", "help", "usage", "error-context", "derive"] } dirs = "6.0.0" rodio = { version = "0.21.1", default-features = false, features = ["symphonia-all", "playback"] }