summaryrefslogtreecommitdiffstats
path: root/vendor/tempfile/debian/patches/relax-dep.diff
blob: 38e31bbf2bc283174ba80989cf998dd594011814 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Index: tempfile/Cargo.toml
===================================================================
--- tempfile.orig/Cargo.toml
+++ tempfile/Cargo.toml
@@ -36,7 +36,7 @@ repository = "https://github.com/Stebali
 version = "1"
 
 [dependencies.fastrand]
-version = "2.0.0"
+version = "1.6.0"
 
 [dev-dependencies.doc-comment]
 version = "0.3"
@@ -49,4 +49,4 @@ version = "0.38"
 features = ["fs"]
 
 [target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.3"
+version = "0.2.9"