Codebase bootstrap/backup utility. Deploy and mirror Git repositories locally with Dorst. WWW: https://github.com/charlesrocket/dorst PR: 286716 Reported by: charlesrocket <slowdive@me.com> (new maintainer)
27 lines
700 B
Plaintext
27 lines
700 B
Plaintext
--- Cargo.lock.orig 2025-06-10 14:19:03 UTC
|
|
+++ Cargo.lock
|
|
@@ -1421,15 +1421,6 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00
|
|
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
|
|
|
[[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"
|
|
@@ -1437,7 +1428,6 @@ dependencies = [
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
- "openssl-src",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|