File: relax-deps.patch

package info (click to toggle)
rust-python-pkginfo 0.6.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 460 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 508 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: python-pkginfo/Cargo.toml
===================================================================
--- python-pkginfo.orig/Cargo.toml
+++ python-pkginfo/Cargo.toml
@@ -49,7 +49,7 @@ version = "1.0.33"
 version = "3.0.0"
 
 [dependencies.mailparse]
-version = "0.15"
+version = "0.16"
 
 [dependencies.rfc2047-decoder]
 version = "1.0.6"
@@ -71,7 +71,7 @@ optional = true
 package = "xz2"
 
 [dependencies.zip]
-version = ">=0.6,<3"
+version = ">=0.6,<6"
 features = ["deflate"]
 default-features = false