File: relax-base64.patch

package info (click to toggle)
rust-sequoia-net 0.30.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 304 kB
  • sloc: makefile: 6
file content (13 lines) | stat: -rw-r--r-- 320 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: sequoia-net/Cargo.toml
===================================================================
--- sequoia-net.orig/Cargo.toml
+++ sequoia-net/Cargo.toml
@@ -48,7 +48,7 @@ bench = false
 version = "1.0.18"
 
 [dependencies.base64]
-version = "0.21"
+version = "0.22"
 
 [dependencies.futures-util]
 version = "0.3.5"