mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
26 lines
700 B
Text
26 lines
700 B
Text
--- Cargo.lock.orig 2024-06-02 20:09:01 UTC
|
|
+++ Cargo.lock
|
|
@@ -1539,15 +1539,6 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
|
[[package]]
|
|
-name = "openssl-src"
|
|
-version = "300.2.3+3.2.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "5cff92b6f71555b61bb9315f7c64da3ca43d87531622120fea0195fc761b4843"
|
|
-dependencies = [
|
|
- "cc",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
name = "openssl-sys"
|
|
version = "0.9.102"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -1555,7 +1546,6 @@ dependencies = [
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
- "openssl-src",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|