aports/testing/wasmtime/loongarch64-rustix.patch
2025-12-08 20:59:42 +01:00

227 lines
5.2 KiB
Diff

diff --git a/Cargo.lock b/Cargo.lock
index 91733b503..63a1bd459 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -370,7 +370,7 @@ checksum = "20a158160765c6a7d0d8c072a53d772e4cb243f38b04bfcf6b4939cfbe7482e7"
dependencies = [
"cap-primitives",
"cap-std",
- "rustix 1.0.8",
+ "rustix 1.1.2",
"smallvec",
]
@@ -386,7 +386,7 @@ dependencies = [
"io-lifetimes",
"ipnet",
"maybe-owned",
- "rustix 1.0.8",
+ "rustix 1.1.2",
"rustix-linux-procfs",
"windows-sys 0.59.0",
"winx",
@@ -411,7 +411,7 @@ dependencies = [
"cap-primitives",
"io-extras",
"io-lifetimes",
- "rustix 1.0.8",
+ "rustix 1.1.2",
]
[[package]]
@@ -424,7 +424,7 @@ dependencies = [
"cap-primitives",
"iana-time-zone",
"once_cell",
- "rustix 1.0.8",
+ "rustix 1.1.2",
"winx",
]
@@ -1367,7 +1367,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
dependencies = [
"cfg-if",
- "rustix 1.0.8",
+ "rustix 1.1.2",
"windows-sys 0.59.0",
]
@@ -1477,7 +1477,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
dependencies = [
"io-lifetimes",
- "rustix 1.0.8",
+ "rustix 1.1.2",
"windows-sys 0.59.0",
]
@@ -2274,9 +2274,9 @@ checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
[[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 = "listenfd"
@@ -2380,7 +2380,7 @@ version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
dependencies = [
- "rustix 1.0.8",
+ "rustix 1.1.2",
]
[[package]]
@@ -3139,9 +3139,9 @@ checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
[[package]]
name = "rustix"
-version = "0.38.43"
+version = "0.38.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a78891ee6bf2340288408954ac787aa063d8e8817e9f53abb37c695c6d834ef6"
+checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
dependencies = [
"bitflags 2.9.4",
"errno",
@@ -3152,14 +3152,14 @@ dependencies = [
[[package]]
name = "rustix"
-version = "1.0.8"
+version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8"
+checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
dependencies = [
"bitflags 2.9.4",
"errno",
"libc",
- "linux-raw-sys 0.9.4",
+ "linux-raw-sys 0.11.0",
"windows-sys 0.60.2",
]
@@ -3170,7 +3170,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
dependencies = [
"once_cell",
- "rustix 1.0.8",
+ "rustix 1.1.2",
]
[[package]]
@@ -3591,7 +3591,7 @@ dependencies = [
"cap-std",
"fd-lock",
"io-lifetimes",
- "rustix 0.38.43",
+ "rustix 0.38.44",
"windows-sys 0.59.0",
"winx",
]
@@ -3639,7 +3639,7 @@ dependencies = [
"fastrand",
"getrandom 0.3.1",
"once_cell",
- "rustix 1.0.8",
+ "rustix 1.1.2",
"windows-sys 0.60.2",
]
@@ -3658,7 +3658,7 @@ version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
dependencies = [
- "rustix 1.0.8",
+ "rustix 1.1.2",
"windows-sys 0.60.2",
]
@@ -4218,7 +4218,7 @@ dependencies = [
"io-lifetimes",
"libc",
"log",
- "rustix 1.0.8",
+ "rustix 1.1.2",
"system-interface",
"tempfile",
"test-log",
@@ -4557,7 +4557,7 @@ dependencies = [
"pulley-interpreter",
"rand 0.9.2",
"rayon",
- "rustix 1.0.8",
+ "rustix 1.1.2",
"semver",
"serde",
"serde_derive",
@@ -4666,7 +4666,7 @@ dependencies = [
"object 0.37.3",
"pulley-interpreter",
"rayon",
- "rustix 1.0.8",
+ "rustix 1.1.2",
"serde",
"serde_derive",
"serde_json",
@@ -4849,7 +4849,7 @@ dependencies = [
"filetime",
"log",
"postcard",
- "rustix 1.0.8",
+ "rustix 1.1.2",
"serde",
"serde_derive",
"sha2",
@@ -4933,7 +4933,7 @@ dependencies = [
"cc",
"cfg-if",
"libc",
- "rustix 1.0.8",
+ "rustix 1.1.2",
"wasmtime-internal-versioned-export-macros",
"windows-sys 0.60.2",
]
@@ -4944,7 +4944,7 @@ version = "39.0.1"
dependencies = [
"cc",
"object 0.37.3",
- "rustix 1.0.8",
+ "rustix 1.1.2",
"wasmtime-internal-versioned-export-macros",
]
@@ -5067,7 +5067,7 @@ dependencies = [
"futures",
"io-extras",
"io-lifetimes",
- "rustix 1.0.8",
+ "rustix 1.1.2",
"system-interface",
"tempfile",
"test-log",
@@ -5306,7 +5306,7 @@ checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
dependencies = [
"either",
"home",
- "rustix 0.38.43",
+ "rustix 0.38.44",
"winsafe",
]
@@ -5828,7 +5828,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156"
dependencies = [
"libc",
- "rustix 1.0.8",
+ "rustix 1.1.2",
]
[[package]]