mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
Changelog: https://github.com/eza-community/eza/releases/tag/v0.21.4 PR: 287171
27 lines
696 B
Plaintext
27 lines
696 B
Plaintext
--- Cargo.lock.orig 2025-05-30 14:03:09 UTC
|
|
+++ Cargo.lock
|
|
@@ -936,15 +936,6 @@ checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68
|
|
checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
|
|
|
|
[[package]]
|
|
-name = "openssl-src"
|
|
-version = "300.5.0+3.5.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "e8ce546f549326b0e6052b649198487d91320875da901e7bd11a06d1ee3f9c2f"
|
|
-dependencies = [
|
|
- "cc",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
name = "openssl-sys"
|
|
version = "0.9.109"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -952,7 +943,6 @@ dependencies = [
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
- "openssl-src",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|