mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-10-30 07:51:58 +01:00
35 lines
842 B
Diff
35 lines
842 B
Diff
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -5876,6 +5876,7 @@
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
|
|
dependencies = [
|
|
+ "bindgen 0.64.0",
|
|
"cc",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
@@ -6929,15 +6930,6 @@
|
|
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.93"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -6945,7 +6937,6 @@
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
- "openssl-src",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|