From f8e6409bb7d5a88986ea4322222fcd90b20de44e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 16:07:26 +0000 Subject: [PATCH] chore(deps): bump wasmtime-wasi in the cargo group across 1 directory Bumps the cargo group with 1 update in the / directory: [wasmtime-wasi](https://github.com/bytecodealliance/wasmtime). Updates `wasmtime-wasi` from 38.0.4 to 41.0.4 - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v41.0.4/RELEASES.md) - [Commits](https://github.com/bytecodealliance/wasmtime/compare/v38.0.4...v41.0.4) --- updated-dependencies: - dependency-name: wasmtime-wasi dependency-version: 41.0.4 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 55 ++++++++++++++++++++++++++++++++++++++++++++++++------ Cargo.toml | 2 +- 2 files changed, 50 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 59089da3b7..2fb063f23d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9060,7 +9060,7 @@ dependencies = [ "wasmcloud-test-util", "wasmparser 0.228.0", "wasmtime 41.0.4", - "wasmtime-wasi", + "wasmtime-wasi 41.0.4", "wasmtime-wasi-http", "wat", "which", @@ -10013,7 +10013,7 @@ dependencies = [ "wasmcloud-core", "wasmparser 0.228.0", "wasmtime 41.0.4", - "wasmtime-wasi", + "wasmtime-wasi 41.0.4", "wasmtime-wasi-http", "wit-bindgen-wrpc 0.9.0", "wit-component 0.224.1", @@ -10758,10 +10758,40 @@ dependencies = [ "tracing", "url", "wasmtime 38.0.4", - "wasmtime-wasi-io", + "wasmtime-wasi-io 38.0.4", "windows-sys 0.60.2", ] +[[package]] +name = "wasmtime-wasi" +version = "41.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc2eb9dc95baed3cd86fdfebf9f9f333337eb308bf8bd973e0c7b06d9418c35f" +dependencies = [ + "anyhow", + "async-trait", + "bitflags 2.10.0", + "bytes", + "cap-fs-ext", + "cap-net-ext", + "cap-rand", + "cap-std", + "cap-time-ext", + "fs-set-times", + "futures", + "io-extras", + "io-lifetimes", + "rustix 1.1.2", + "system-interface", + "thiserror 2.0.17", + "tokio", + "tracing", + "url", + "wasmtime 41.0.4", + "wasmtime-wasi-io 41.0.4", + "windows-sys 0.61.2", +] + [[package]] name = "wasmtime-wasi-http" version = "38.0.4" @@ -10781,8 +10811,8 @@ dependencies = [ "tokio-rustls 0.25.0", "tracing", "wasmtime 38.0.4", - "wasmtime-wasi", - "wasmtime-wasi-io", + "wasmtime-wasi 38.0.4", + "wasmtime-wasi-io 38.0.4", "webpki-roots 0.26.11", ] @@ -10799,6 +10829,19 @@ dependencies = [ "wasmtime 38.0.4", ] +[[package]] +name = "wasmtime-wasi-io" +version = "41.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a0b8402f1e04385071fdd96aca97cba995d7376b572e42ce5841d5b6aaf6fa30" +dependencies = [ + "anyhow", + "async-trait", + "bytes", + "futures", + "wasmtime 41.0.4", +] + [[package]] name = "wast" version = "241.0.2" @@ -11929,7 +11972,7 @@ dependencies = [ "uuid 1.18.1", "wasm-tokio", "wasmtime 38.0.4", - "wasmtime-wasi", + "wasmtime-wasi 38.0.4", "wit-parser 0.220.1", "wrpc-introspect 0.7.0", "wrpc-transport", diff --git a/Cargo.toml b/Cargo.toml index 2ac6e7dc1c..5eeac2cf34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -401,7 +401,7 @@ wasmcloud-test-util = { version = "^0.19.0", path = "./crates/test-util", defaul wasmcloud-tracing = { version = "^0.16.0", path = "./crates/tracing", default-features = false } wasmparser = { version = "0.228", default-features = false } wasmtime = { version = "41.0.4", default-features = false } -wasmtime-wasi = { version = "38.0.4", default-features = false } +wasmtime-wasi = { version = "41.0.4", default-features = false } wasmtime-wasi-http = { version = "38.0.4", default-features = false } wasmtime-wit-bindgen = { version = "38.0.4", default-features = false } wat = { version = "1", default-features = false }