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: Fri, 6 Jun 2025 21:35:16 -0400
Subject: Relax pretty_assertions dependency to 1.4.0
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 87545d7..a6025bc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -133,7 +133,7 @@ log = { version = "0.4.25", features = ["std"] }
memchr = "2.7.4"
once_cell = "1.20.2"
path-slash = "0.2.1"
-pretty_assertions = "1.4.1"
+pretty_assertions = "1.4.0"
rand = "0.8.5"
regex = "1.11.1"
regex-syntax = "0.8.5"
|