1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: James McCoy <jamessan@debian.org>
Date: Wed, 4 Jun 2025 21:34:43 -0400
Subject: Relax clap_complete dependency to 4.5.40
Forwarded: not-needed
Signed-off-by: James McCoy <jamessan@debian.org>
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index 638cf52..7ee9365 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -114,7 +114,7 @@ clap = { version = "4.5.23", features = [
"help",
"unstable-styles",
] }
-clap_complete = "4.5.42"
+clap_complete = "4.5.40"
clap_complete_nushell = "4.5.5"
ctor = ">= 0.1, < 0.3"
ctrlc = { version = "3.4.5", features = ["termination"] }
|