From 2a0eb26c40663b3e28c71baa47c6184eb6966039 Mon Sep 17 00:00:00 2001 From: Roman Volosatovs Date: Fri, 20 Sep 2024 20:04:13 +0200 Subject: [PATCH] chore: update `wasi-passthrough` Signed-off-by: Roman Volosatovs --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- crates/passthrough/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7a9d943..046e4c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1607,9 +1607,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasi-passthrough" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75af629a58d64296102af2854e9b37a9341efd21984c8277326f8e921ef354e0" +checksum = "2f9720d94dc2220d47198299ec7c0d3ab15c8e883c97c8cefc220700e1e2bb83" dependencies = [ "wit-bindgen", ] @@ -2061,7 +2061,7 @@ dependencies = [ [[package]] name = "west-passthrough" -version = "0.1.0" +version = "0.1.1" dependencies = [ "wasi-passthrough", ] diff --git a/Cargo.toml b/Cargo.toml index faf1412..f777179 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ http = { version = "1", default-features = false } tokio = { version = "1", default-features = false } tracing = { version = "0.1", default-features = false } tracing-subscriber = { version = "0.3", default-features = false } -wasi-passthrough = { version = "0.1.1", default-features = false } +wasi-passthrough = { version = "0.1.2", default-features = false } wasi-preview1-component-adapter-provider = { version = "24", default-features = false } wasmparser = { version = "0.217", default-features = false } wasmtime = { version = "24", default-features = false } diff --git a/crates/passthrough/Cargo.toml b/crates/passthrough/Cargo.toml index 22a783f..d55c5d7 100644 --- a/crates/passthrough/Cargo.toml +++ b/crates/passthrough/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "west-passthrough" -version = "0.1.0" +version = "0.1.1" description = "WebAssembly component, which reexports WASI from the host" authors.workspace = true