File: 1001_asn1.patch

package info (click to toggle)
rust-rustls 0.23.35%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,460 kB
  • sloc: sh: 199; python: 181; makefile: 11
file content (17 lines) | stat: -rw-r--r-- 473 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: accept newer minor version of crate asn1
Author: Jonas Smedegaard <dr@jones.dk>
Bug-Debian: https://bugs.debian.org/1119933
Last-Update: 2025-11-05
---
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.22, <= 0.23"
 async-trait = "0.1.74"
 aws-lc-rs = { version = "1.14", default-features = false }
 base64 = "0.22"