1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: accept newer branch of crate base64
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Bug-Debian: https://bugs.debian.org/1086452
Last-Update: 2025-01-01
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -72,7 +72,7 @@
untrusted = "0.9"
[dev-dependencies]
-base64 = "0.21"
+base64 = ">= 0.21, <= 0.22"
bencher = "0.1.5"
once_cell = "1.17.2"
rcgen = { version = "0.11.3", default-features = false }
|