mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-09 09:52:27 +01:00
36 lines
1009 B
Diff
36 lines
1009 B
Diff
diff --git a/Cargo.lock b/Cargo.lock
|
|
index 2c2fe2a4..8b6fa742 100644
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -621,9 +621,9 @@ dependencies = [
|
|
|
|
[[package]]
|
|
name = "linux-raw-sys"
|
|
-version = "0.9.4"
|
|
+version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
|
|
+checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
|
|
|
|
[[package]]
|
|
name = "lms"
|
|
@@ -863,15 +863,15 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
|
|
|
[[package]]
|
|
name = "rustix"
|
|
-version = "1.0.7"
|
|
+version = "1.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
|
|
+checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
|
|
dependencies = [
|
|
"bitflags 2.9.4",
|
|
"errno",
|
|
"libc",
|
|
"linux-raw-sys",
|
|
- "windows-sys 0.59.0",
|
|
+ "windows-sys 0.60.2",
|
|
]
|
|
|
|
[[package]]
|