From 43e5f3514fbf5483e012a334a123551f9c3e5c5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 07:26:42 +0000 Subject: [PATCH] Bump wasip3 from 0.8.0+wasi-0.3.0 to 0.9.0+wasi-0.3.0 Bumps [wasip3](https://github.com/bytecodealliance/wasi-rs) from 0.8.0+wasi-0.3.0 to 0.9.0+wasi-0.3.0. - [Commits](https://github.com/bytecodealliance/wasi-rs/compare/wasip3-0.8.0...wasip3-0.9.0) --- updated-dependencies: - dependency-name: wasip3 dependency-version: 0.9.0+wasi-0.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- crates/turnloop/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8260aab..41a1566 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2066,11 +2066,11 @@ dependencies = [ [[package]] name = "wasip3" -version = "0.8.0+wasi-0.3.0" +version = "0.9.0+wasi-0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42a999271e77c083825863fc85404197523b3f3cebe9b402aece658ebea90065" +checksum = "f1d5749fdf69bb9400562eba50f8f25f5cd800ef4b74300038b6f99ae7409674" dependencies = [ - "wit-bindgen 0.61.1", + "wit-bindgen 0.62.0", ] [[package]] @@ -2317,9 +2317,9 @@ dependencies = [ [[package]] name = "wit-bindgen" -version = "0.61.1" +version = "0.62.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e473fd0095479f9689ac7d2a52c427cc96bb2b973ace50238dfcc1ab1cd52d93" +checksum = "53cb4b5556c3a791e86838ea287782bdafa704d55b0e68b5b81a3a16b9ea5f4b" dependencies = [ "bitflags", ] diff --git a/crates/turnloop/Cargo.toml b/crates/turnloop/Cargo.toml index c4d5fb2..bb6e379 100644 --- a/crates/turnloop/Cargo.toml +++ b/crates/turnloop/Cargo.toml @@ -50,7 +50,7 @@ miri-filters = ["timer::tests", "table::tests", "slots::tests"] wasip2 = "1.0.3" [target.'cfg(all(target_os = "wasi", target_env = "p3"))'.dependencies] -wasip3 = { version = "0.8.0", optional = true } +wasip3 = { version = "0.9.0", optional = true } [target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies] wasm-bindgen = "0.2.108"