File: 1001_rustls-webpki.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 (16 lines) | stat: -rw-r--r-- 419 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: accept newer minor version of crate rustls-webpki
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2025-08-30
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@
 [dev-dependencies]
 ring = "0.17"
 rustls = "0.23"
-rustls-webpki = "0.102"
+rustls-webpki = ">= 0.102, <= 0.103"
 serial_test = "3"
 tempfile = "3.5"
 untrusted = "0.9"