File: 1001_x509-parser.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-- 421 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 versions of crate x509-parser
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
@@ -21,7 +21,7 @@
 tempfile = "3.5"
 untrusted = "0.9"
 webpki-roots = "0.26"
-x509-parser = "0.16"
+x509-parser = ">= 0.16, <= 0.18"
 
 [target.'cfg(windows)'.dependencies]
 schannel = "0.1"