aboutsummaryrefslogtreecommitdiff
path: root/www/lychee/files/patch-Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'www/lychee/files/patch-Cargo.lock')
-rw-r--r--www/lychee/files/patch-Cargo.lock26
1 files changed, 26 insertions, 0 deletions
diff --git a/www/lychee/files/patch-Cargo.lock b/www/lychee/files/patch-Cargo.lock
new file mode 100644
index 000000000000..d59f94106c72
--- /dev/null
+++ b/www/lychee/files/patch-Cargo.lock
@@ -0,0 +1,26 @@
+--- Cargo.lock.orig 2020-12-14 11:19:49 UTC
++++ Cargo.lock
+@@ -2140,15 +2140,6 @@ source = "registry+https://github.com/rust-lang/crates
+ checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
+
+ [[package]]
+-name = "openssl-src"
+-version = "111.13.0+1.1.1i"
+-source = "registry+https://github.com/rust-lang/crates.io-index"
+-checksum = "045e4dc48af57aad93d665885789b43222ae26f4886494da12d1ed58d309dcb6"
+-dependencies = [
+- "cc",
+-]
+-
+-[[package]]
+ name = "openssl-sys"
+ version = "0.9.58"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+@@ -2157,7 +2148,6 @@ dependencies = [
+ "autocfg",
+ "cc",
+ "libc",
+- "openssl-src",
+ "pkg-config",
+ "vcpkg",
+ ]