File: relax-deps.patch

package info (click to toggle)
rust-openpgp-cert-d 0.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 340 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 360 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: openpgp-cert-d/Cargo.toml
===================================================================
--- openpgp-cert-d.orig/Cargo.toml
+++ openpgp-cert-d/Cargo.toml
@@ -49,7 +49,7 @@ version = ">=5, <7"
 default-features = false
 
 [dependencies.fd-lock]
-version = ">=3, <5"
+version = "<5"
 default-features = false
 
 [dependencies.sha1collisiondetection]