From 7b706f29c0bfc5e1eca4c313bc9932b1aa6a2e54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:33:40 +0000 Subject: [PATCH] Bump wasi-common from 25.0.3 to 27.0.0 Bumps [wasi-common](https://github.com/bytecodealliance/wasmtime) from 25.0.3 to 27.0.0. - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v27.0.0/RELEASES.md) - [Commits](https://github.com/bytecodealliance/wasmtime/compare/v25.0.3...v27.0.0) --- updated-dependencies: - dependency-name: wasi-common dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 59 ++++++++---------------------------------------------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 52 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c6ad6f0..52345578 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8420,9 +8420,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasi-common" -version = "25.0.3" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7fd674cdb9bdc1637eaab59ccdb07802b64d355896581b038d40d373f172871" +checksum = "829f6c8c15912907b472bd9d195893bcdb1bde9cd8de55f134f6ab8aa507bf10" dependencies = [ "anyhow", "bitflags 2.6.0", @@ -8434,14 +8434,13 @@ dependencies = [ "io-extras", "io-lifetimes", "log", - "once_cell", "rustix", "system-interface", "thiserror 1.0.69", "tracing", - "wasmtime 25.0.3", - "wiggle 25.0.3", - "windows-sys 0.52.0", + "wasmtime 27.0.0", + "wiggle", + "windows-sys 0.59.0", ] [[package]] @@ -9044,7 +9043,7 @@ dependencies = [ "tracing", "url", "wasmtime 27.0.0", - "wiggle 27.0.0", + "wiggle", "windows-sys 0.59.0", ] @@ -9195,21 +9194,6 @@ dependencies = [ "web-sys", ] -[[package]] -name = "wiggle" -version = "25.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c8fdcd81702e0f46a8ab2ed28a5bf824aabf4a1af1673af496a020aacd0b6f9" -dependencies = [ - "anyhow", - "async-trait", - "bitflags 2.6.0", - "thiserror 1.0.69", - "tracing", - "wasmtime 25.0.3", - "wiggle-macro 25.0.3", -] - [[package]] name = "wiggle" version = "27.0.0" @@ -9222,22 +9206,7 @@ dependencies = [ "thiserror 1.0.69", "tracing", "wasmtime 27.0.0", - "wiggle-macro 27.0.0", -] - -[[package]] -name = "wiggle-generate" -version = "25.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14f745361f0a9071aaabd05de1bb2b782d9f0597f30d9c0f20326224902e64d5" -dependencies = [ - "anyhow", - "heck 0.4.1", - "proc-macro2", - "quote", - "shellexpand", - "syn 2.0.89", - "witx", + "wiggle-macro", ] [[package]] @@ -9255,18 +9224,6 @@ dependencies = [ "witx", ] -[[package]] -name = "wiggle-macro" -version = "25.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfbdae3574621921ed3c13325edc910388487759d10fb330f656cfc69bee38db" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.89", - "wiggle-generate 25.0.3", -] - [[package]] name = "wiggle-macro" version = "27.0.0" @@ -9276,7 +9233,7 @@ dependencies = [ "proc-macro2", "quote", "syn 2.0.89", - "wiggle-generate 27.0.0", + "wiggle-generate", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 5c40cad8..ba686b63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -148,7 +148,7 @@ uuid = "1.11.0" warp = "0.3.6" # For WASM user-defined functions -wasi-common = "25.0.0" +wasi-common = "27.0.0" wasmtime = "25.0.2" wasmtime-wasi = "27.0.0"