File: relax-deps.diff

package info (click to toggle)
rust-tiny-dfr 0.3.6-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 404 kB
  • sloc: sh: 8; makefile: 4
file content (33 lines) | stat: -rw-r--r-- 535 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
25
26
27
28
29
30
31
32
33
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,7 +33,7 @@
 version = "1"
 
 [dependencies.cairo-rs]
-version = "0.20"
+version = "0.21"
 features = [
     "freetype",
     "png",
@@ -51,10 +51,10 @@
 version = "0.4.0"
 
 [dependencies.freetype-rs]
-version = "0.37"
+version = ">= 0.36, < 1.0"
 
 [dependencies.input]
-version = "0.8"
+version = "0.9"
 
 [dependencies.input-linux]
 version = "0.7"
@@ -64,7 +64,7 @@
 version = "0.2"
 
 [dependencies.librsvg-rebind]
-version = "0.1"
+version = "0.2"
 
 [dependencies.nix]
 version = "0.29"