mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-12 01:01:36 +02:00
42 lines
1.2 KiB
Diff
42 lines
1.2 KiB
Diff
diff --git a/Cargo.lock b/Cargo.lock
|
|
index fee2fe7..bba2bb3 100644
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -3017,15 +3017,6 @@ version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
|
|
|
-[[package]]
|
|
-name = "openssl-src"
|
|
-version = "300.5.4+3.5.4"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "a507b3792995dae9b0df8a1c1e3771e8418b7c2d9f0baeba32e6fe8b06c7cb72"
|
|
-dependencies = [
|
|
- "cc",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "openssl-sys"
|
|
version = "0.9.111"
|
|
@@ -3034,7 +3025,6 @@ checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
- "openssl-src",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
diff --git a/Cargo.toml b/Cargo.toml
|
|
index bc0a56a..ba43a4a 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -56,7 +56,7 @@ base64ct = { version = "1.7.3", features = ["std"] }
|
|
swc = "51.0"
|
|
swc_common = "18.0"
|
|
shlex = "1.3"
|
|
-cargo-generate = { version = "0.23.7", features = ["vendored-openssl"] }
|
|
+cargo-generate = { version = "0.23.7", features = ["openssl"] }
|
|
ignore = "0.4.25"
|
|
walkdir = "2.5"
|
|
regex = "1.12.2"
|