From 84cb761d9f18094938e93ca2705d77d0c655228b Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 21 Jan 2025 17:01:15 -0600 Subject: [PATCH] Update adapter builds (#56) Pulls in a fix for bytecodealliance/wasmtime#10058 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dc844f9..65fd715 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -622,9 +622,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasi-preview1-component-adapter-provider" -version = "29.0.0" +version = "29.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cebc7c0dafbb3247dbd2e6cb819258589d4635046d65e92c93ba583903d6ef4" +checksum = "dcd9f21bbde82ba59e415a8725e6ad0d0d7e9e460b1a3ccbca5bdee952c1a324" [[package]] name = "wasm-component-ld" diff --git a/Cargo.toml b/Cargo.toml index 6a53331..bd8fb34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ wasmparser = "0.223.0" wat = "1.223.0" wit-component = "0.223.0" wit-parser = "0.223.0" -wasi-preview1-component-adapter-provider = "29.0.0" +wasi-preview1-component-adapter-provider = "29.0.1" [target.'cfg(unix)'.dependencies] libc = "0.2"