File: relax-dependencies.patch

package info (click to toggle)
rust-headers-0.3 0.3.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 572 kB
  • sloc: makefile: 4
file content (13 lines) | stat: -rw-r--r-- 333 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: headers/Cargo.toml
===================================================================
--- headers.orig/Cargo.toml
+++ headers/Cargo.toml
@@ -28,7 +28,7 @@ license = "MIT"
 repository = "https://github.com/hyperium/headers"
 
 [dependencies.base64]
-version = "0.21.3"
+version = "0.22"
 
 [dependencies.bytes]
 version = "1"