| 12
 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: Sat, 10 Aug 2024 23:29:25 -0700
Subject: Relax clap dependency to 4.4.18
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 4958503..eed8319 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,7 @@ ansi_term = "0.12.1"
 anstyle = "1.0.6"
 anyhow = "1.0.82"
 cc = "1.0.95"
-clap = { version = "4.5.4", features = [
+clap = { version = "4.4.18", features = [
   "cargo",
   "derive",
   "env",
 |