1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: accept older branch of crate serial_test
Author: Jonas Smedegaard <dr@jones.dk>
Bug-Debian: https://bugs.debian.org/1093802
Forwarded: not-needed
Last-Update: 2025-01-25
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@
ring = "0.17"
rustls = "0.23"
rustls-webpki = ">= 0.102, <= 0.103"
-serial_test = "3"
+serial_test = ">= 2.0.0, <= 3"
tempfile = "3.5"
untrusted = "0.9"
webpki-roots = "0.26"
|