From e97d8e8c3bb5381bfeb6869e1d1a11b6fafea1ba Mon Sep 17 00:00:00 2001 From: larz Date: Sun, 14 Jul 2024 00:56:14 +0000 Subject: [PATCH] Automatically update dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6250c7d..04f0158 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ required-features = ["bin"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -clap = { version = "4.5.8", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"], optional = true } +clap = { version = "4.5.9", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"], optional = true } clean-path = { version = "0.2.1", optional = true } home = { version = "0.5.9", optional = true } lazy_static = { version = "1.5.0", optional = true }