File: 2002_rustls-platform-verifier.patch

package info (click to toggle)
rust-oxhttp 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 312 kB
  • sloc: makefile: 12; sh: 1
file content (17 lines) | stat: -rw-r--r-- 718 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: accept older branch of crate rustls-platform-verifier
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-08-11
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@
 native-tls = { version = "0.2.11", optional = true }
 rustls = { version = "0.23.27", optional = true, default-features = false, features = ["std", "tls12"] }
 rustls-pki-types = { version = "1.11", optional = true }
-rustls-platform-verifier = { version = "0.6", optional = true }
+rustls-platform-verifier = { version = ">= 0.5.3, <= 0.6", optional = true }
 webpki-roots = { version = ">=0.26,<2.0", optional = true }
 
 [dev-dependencies]