File: relax-deps.patch

package info (click to toggle)
rust-sequoia-cert-store 0.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,100 kB
  • sloc: sh: 84; makefile: 22
file content (27 lines) | stat: -rw-r--r-- 714 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
Index: sequoia-cert-store/Cargo.toml
===================================================================
--- sequoia-cert-store.orig/Cargo.toml
+++ sequoia-cert-store/Cargo.toml
@@ -101,6 +101,7 @@ default-features = false
 [dependencies.sequoia-openpgp]
 version = "2"
 default-features = false
+features = ["crypto-nettle"]
 
 [dependencies.smallvec]
 version = "1.1"
@@ -142,14 +143,3 @@ features = [
 ]
 default-features = false
 
-[target."cfg(windows)".dependencies.rusqlite]
-version = ">=0.29, <0.38"
-features = ["bundled"]
-
-[target."cfg(windows)".dev-dependencies.sequoia-openpgp]
-version = "2"
-features = [
-    "crypto-cng",
-    "__implicit-crypto-backend-for-tests",
-]
-default-features = false