mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-05 05:57:14 +02:00
50 lines
1.3 KiB
Diff
50 lines
1.3 KiB
Diff
diff --git a/Cargo.lock b/Cargo.lock
|
|
index c133008..bb36fef 100644
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -533,7 +533,7 @@ dependencies = [
|
|
|
|
[[package]]
|
|
name = "cargo-leptos"
|
|
-version = "0.2.31"
|
|
+version = "0.2.32"
|
|
dependencies = [
|
|
"anyhow",
|
|
"axum",
|
|
@@ -3028,15 +3028,6 @@ version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
|
|
|
-[[package]]
|
|
-name = "openssl-src"
|
|
-version = "300.4.2+3.4.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "168ce4e058f975fe43e89d9ccf78ca668601887ae736090aacc23ae353c298e2"
|
|
-dependencies = [
|
|
- "cc",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "openssl-sys"
|
|
version = "0.9.106"
|
|
@@ -3045,7 +3036,6 @@ checksum = "8bb61ea9811cc39e3c2069f40b8b8e2e70d8569b361f879786cc7ed48b777cdd"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
- "openssl-src",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
diff --git a/Cargo.toml b/Cargo.toml
|
|
index e8a4792..77213ab 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -56,7 +56,7 @@ base64ct = { version = "1.6.0", features = ["alloc"] }
|
|
swc = "13.0.1"
|
|
swc_common = "6.1"
|
|
shlex = "1.3.0"
|
|
-cargo-generate = { version = "0.22", features = ["vendored-openssl"] }
|
|
+cargo-generate = { version = "0.22", features = ["openssl"] }
|
|
wasm-opt = "0.116.1"
|
|
ignore = "0.4.23"
|
|
walkdir = "2.5"
|