summaryrefslogtreecommitdiffstats
path: root/vendor/spki/debian/patches/relax-dep.diff
blob: 66b0492767cf3409c673b1ee6228350c7c49fb5b (plain)
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 b0e830a..2dfdda2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@ rustdoc-args = [
 ]
 
 [dependencies.arbitrary]
-version = "1.2"
+version = "1.1"
 features = ["derive"]
 optional = true
 
@@ -51,7 +51,7 @@ optional = true
 default-features = false
 
 [dependencies.der]
-version = "0.7.2"
+version = "0.7.0"
 features = ["oid"]
 
 [dependencies.sha2]