File: 2002_asn1.patch

package info (click to toggle)
rust-rustls 0.23.33%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 13,472 kB
  • sloc: sh: 199; python: 181; makefile: 11
file content (19 lines) | stat: -rw-r--r-- 552 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: accept older and newer minor versions of crate asn1
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Bug-Debian: https://bugs.debian.org/1116272
Bug-Debian: https://bugs.debian.org/1119933
Last-Update: 2025-11-02
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@
 
 [workspace.dependencies]
 anyhow = "1.0.73"
-asn1 = "0.22"
+asn1 = ">= 0.20.0, <= 0.23"
 async-trait = "0.1.74"
 aws-lc-rs = { version = "1.14", default-features = false }
 base64 = "0.22"