File: relax-deps.patch

package info (click to toggle)
rust-gix-archive 0.18.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 144 kB
  • sloc: makefile: 4
file content (22 lines) | stat: -rw-r--r-- 519 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Index: gix-archive/Cargo.toml
===================================================================
--- gix-archive.orig/Cargo.toml
+++ gix-archive/Cargo.toml
@@ -65,7 +65,7 @@ optional = true
 version = "^0.18.0"
 
 [dependencies.jiff]
-version = "0.1.2"
+version = ">= 0.1.2, < 3.0"
 features = ["std"]
 default-features = false
 
@@ -77,7 +77,7 @@ optional = true
 version = "2.0.0"
 
 [dependencies.zip]
-version = "2.1.0"
+version = ">= 2.1.0, < 6"
 features = ["deflate"]
 optional = true
 default-features = false