Description: accept newer branch of crate base64
Author: Jonas Smedegaard <dr@jones.dk>
Bugs-Debian: https://bugs.debian.org/1084375
Forwarded: not-needed
Last-Update: 2024-10-16
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/rustls/Cargo.toml
+++ b/rustls/Cargo.toml
@@ -36,7 +36,7 @@
 log = "0.4.4"
 webpki-roots = "0.25.0"
 rustls-pemfile = "1.0.3"
-base64 = "0.21"
+base64 = ">= 0.21, <= 0.22"
 
 [[example]]
 name = "bogo_shim"
