File: 2001_serial_test.patch

package info (click to toggle)
rust-rustls-native-certs 0.8.1-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 312 kB
  • sloc: sh: 31; makefile: 5
file content (18 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (2)
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"