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"
|