File: relax-deps.patch

package info (click to toggle)
rust-csv2svg 0.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 400 kB
  • sloc: makefile: 10; sh: 1
file content (22 lines) | stat: -rw-r--r-- 438 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff --git a/Cargo.toml b/Cargo.toml
index 900de7a..fe13bc2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ repository = "https://github.com/Canop/csv2svg"
 version = "1.0.49"
 
 [dependencies.argh]
-version = "0.1.12"
+version = "0.1"
 
 [dependencies.chrono]
 version = "0.4"
@@ -56,7 +56,7 @@ version = "0.4"
 version = "0.2.14"
 
 [dependencies.open]
-version = "1.1"
+version = "5"
 
 [dependencies.svg]
 version = "0.16"