File: relax_deps.patch

package info (click to toggle)
rust-fast-image-resize 5.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,772 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 419 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
23
24
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -171,7 +171,7 @@
 version = "1.0"
 
 [dependencies.document-features]
-version = "0.2.11"
+version = "0.2"
 
 [dependencies.image]
 version = "0.25.5"
@@ -194,10 +194,10 @@
 default-features = false
 
 [dev-dependencies.itertools]
-version = "0.14.0"
+version = "0.13"
 
 [dev-dependencies.png]
-version = "0.17.16"
+version = "0.17"
 
 [dev-dependencies.resize]
 version = "0.8.8"