mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-16 19:12:34 +01:00
89 lines
1.8 KiB
Diff
89 lines
1.8 KiB
Diff
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -447,15 +447,12 @@
|
|
"itertools 0.10.5",
|
|
"lazy_static",
|
|
"lazycell",
|
|
- "log",
|
|
- "prettyplease 0.2.17",
|
|
"proc-macro2",
|
|
"quote",
|
|
"regex",
|
|
"rustc-hash 1.1.0",
|
|
"shlex",
|
|
"syn 2.0.72",
|
|
- "which 4.4.2",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -1428,7 +1425,6 @@
|
|
"bit-vec",
|
|
"bytes",
|
|
"cooked-waker",
|
|
- "deno_core_icudata",
|
|
"deno_ops",
|
|
"deno_unsync",
|
|
"futures",
|
|
@@ -1449,12 +1445,6 @@
|
|
]
|
|
|
|
[[package]]
|
|
-name = "deno_core_icudata"
|
|
-version = "0.0.73"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "a13951ea98c0a4c372f162d669193b4c9d991512de9f2381dd161027f34b26b1"
|
|
-
|
|
-[[package]]
|
|
name = "deno_cron"
|
|
version = "0.57.0"
|
|
dependencies = [
|
|
@@ -2124,7 +2114,6 @@
|
|
"serde",
|
|
"thiserror",
|
|
"tokio",
|
|
- "webpki-roots",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -4265,7 +4254,7 @@
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6b694a822684ddb75df4d657029161431bcb4a85c1856952f845b76912bc6fec"
|
|
dependencies = [
|
|
- "cc",
|
|
+ "bindgen 0.69.4",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
@@ -5388,9 +5377,7 @@
|
|
|
|
[[package]]
|
|
name = "psm"
|
|
-version = "0.1.21"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
|
|
+version = "0.1.20"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
@@ -6525,8 +6512,6 @@
|
|
[[package]]
|
|
name = "stacker"
|
|
version = "0.1.15"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
|
|
dependencies = [
|
|
"cc",
|
|
"cfg-if",
|
|
@@ -7741,10 +7726,8 @@
|
|
[[package]]
|
|
name = "v8"
|
|
version = "0.106.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "a381badc47c6f15acb5fe0b5b40234162349ed9d4e4fd7c83a7f5547c0fc69c5"
|
|
dependencies = [
|
|
- "bindgen 0.69.4",
|
|
+ "bindgen 0.70.1",
|
|
"bitflags 2.6.0",
|
|
"fslock",
|
|
"gzip-header",
|