File: 1003_base64.patch

package info (click to toggle)
rust-rustls-webpki-0.101 0.101.7-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,688 kB
  • sloc: python: 1,519; perl: 282; sh: 140; makefile: 17
file content (18 lines) | stat: -rw-r--r-- 486 bytes parent folder | download
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 }