c8726f91f1
Changelog: https://github.com/eza-community/eza/releases/tag/v0.23.4 PR: 289987 Approved by: submitter is maintainer
27 lines
696 B
Plaintext
27 lines
696 B
Plaintext
--- Cargo.lock.orig 2025-10-03 20:36:55 UTC
|
|
+++ Cargo.lock
|
|
@@ -918,15 +918,6 @@ checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68
|
|
checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
|
|
|
|
[[package]]
|
|
-name = "openssl-src"
|
|
-version = "300.5.3+3.5.4"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "dc6bad8cd0233b63971e232cc9c5e83039375b8586d2312f31fda85db8f888c2"
|
|
-dependencies = [
|
|
- "cc",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
name = "openssl-sys"
|
|
version = "0.9.109"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -934,7 +925,6 @@ dependencies = [
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
- "openssl-src",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|