diff --git a/textproc/bat/files/patch-Cargo.lock b/textproc/bat/files/patch-Cargo.lock deleted file mode 100644 index cde1c7661c77..000000000000 --- a/textproc/bat/files/patch-Cargo.lock +++ /dev/null @@ -1,27 +0,0 @@ ---- Cargo.lock.orig 2021-07-19 20:46:52 UTC -+++ Cargo.lock -@@ -165,7 +165,6 @@ checksum = "a0e97e538864a7c95d33accbf64c8d354018ba3b6e - dependencies = [ - "git-version", - "shell-escape", -- "sys-info", - ] - - [[package]] -@@ -1127,16 +1126,6 @@ dependencies = [ - "serde_json", - "walkdir", - "yaml-rust", --] -- --[[package]] --name = "sys-info" --version = "0.9.0" --source = "registry+https://github.com/rust-lang/crates.io-index" --checksum = "33fcecee49339531cf6bd84ecf3ed94f9c8ef4a7e700f2a1cac9cc1ca485383a" --dependencies = [ -- "cc", -- "libc", - ] - - [[package]] diff --git a/www/lychee/files/patch-Cargo.lock b/www/lychee/files/patch-Cargo.lock deleted file mode 100644 index de697a787204..000000000000 --- a/www/lychee/files/patch-Cargo.lock +++ /dev/null @@ -1,26 +0,0 @@ ---- Cargo.lock.orig 2021-04-16 10:02:51 UTC -+++ Cargo.lock -@@ -1687,15 +1687,6 @@ source = "registry+https://github.com/rust-lang/crates - checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" - - [[package]] --name = "openssl-src" --version = "111.15.0+1.1.1k" --source = "registry+https://github.com/rust-lang/crates.io-index" --checksum = "b1a5f6ae2ac04393b217ea9f700cd04fa9bf3d93fae2872069f3d15d908af70a" --dependencies = [ -- "cc", --] -- --[[package]] - name = "openssl-sys" - version = "0.9.61" - source = "registry+https://github.com/rust-lang/crates.io-index" -@@ -1704,7 +1695,6 @@ dependencies = [ - "autocfg", - "cc", - "libc", -- "openssl-src", - "pkg-config", - "vcpkg", - ]