From c805e9f4b051ee5505016abe3accdc0dc222beaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 00:54:01 +0000 Subject: [PATCH] build(deps): bump wasi-preview1-component-adapter-provider Bumps [wasi-preview1-component-adapter-provider](https://github.com/bytecodealliance/wasmtime) from 41.0.4 to 42.0.1. - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v42.0.1/RELEASES.md) - [Commits](https://github.com/bytecodealliance/wasmtime/compare/v41.0.4...v42.0.1) --- updated-dependencies: - dependency-name: wasi-preview1-component-adapter-provider dependency-version: 42.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ecc5ca77..eb0d40f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4178,9 +4178,9 @@ dependencies = [ [[package]] name = "wasi-preview1-component-adapter-provider" -version = "41.0.4" +version = "42.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6cd4b9bce6eb3f96748b3f2b4436f44a6c32628158434b27e05fc7e05149480" +checksum = "3180b3549b3a8245810786dd4341cf6f16b338a5e1d49d9ad291187ec4c7547e" [[package]] name = "wasip2" diff --git a/Cargo.toml b/Cargo.toml index f0275bb7..27a3f382 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -159,7 +159,7 @@ tracing-subscriber = { version = "0.3", default-features = false } url = { version = "2" } uuid = { version = "1", default-features = false } wasi = { version = "0.14", default-features = false } -wasi-preview1-component-adapter-provider = { version = "41", default-features = false } +wasi-preview1-component-adapter-provider = { version = "42", default-features = false } wasm-tokio = { version = "0.6", default-features = false } wasmparser = { version = "0.243", default-features = false } wasmtime = { version = "41", default-features = false }