From 0d17f027b6f007462b95c792dd77d3b278714487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 02:26:45 +0000 Subject: [PATCH] build(deps): bump wat from 1.247.0 to 1.250.0 Bumps [wat](https://github.com/bytecodealliance/wasm-tools) from 1.247.0 to 1.250.0. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/compare/v1.247.0...v1.250.0) --- updated-dependencies: - dependency-name: wat dependency-version: 1.250.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 ++++++++++---------- crates/stator_ffi/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 17aa3449d..b82a92a55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2060,12 +2060,12 @@ dependencies = [ [[package]] name = "wasm-encoder" -version = "0.247.0" +version = "0.250.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30b6733b8b91d010a6ac5b0fb237dc46a19650bc4c67db66857e2e787d437204" +checksum = "2271adb766023046af314460f1fae02cc34ea16d736d93404d3b65be44270923" dependencies = [ "leb128fmt", - "wasmparser 0.247.0", + "wasmparser 0.250.0", ] [[package]] @@ -2107,9 +2107,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.247.0" +version = "0.250.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e6fb4c2bee46c5ea4d40f8cdb5c131725cd976718ec56f1c8e82fbde5fa2a80" +checksum = "071d99cdfb8111603ed05500506c3298a940b58d609dd0259d3981785dd33556" dependencies = [ "bitflags 2.11.1", "indexmap", @@ -2386,22 +2386,22 @@ dependencies = [ [[package]] name = "wast" -version = "247.0.0" +version = "250.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "579d2d47eb33b0cdf9b14723cb115f1e1b7d6e77aac6f0816e5b7c7aeaa418ff" +checksum = "69e9294a1f0204aeb5c47e95165517f43ef3cc895918c4f3e939380d4c290f4a" dependencies = [ "bumpalo", "leb128fmt", "memchr", "unicode-width", - "wasm-encoder 0.247.0", + "wasm-encoder 0.250.0", ] [[package]] name = "wat" -version = "1.247.0" +version = "1.250.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3f4091c56437e86f2b57fa2fac72c4f528957a605b3f44f7c0b3b19a17ac5ee" +checksum = "0a549ed329a70e444e0f7796391ab2a87d0aef30ddde9f60e16e429224fafd02" dependencies = [ "wast", ] diff --git a/crates/stator_ffi/Cargo.toml b/crates/stator_ffi/Cargo.toml index b7b4b196a..6f54fcd8a 100644 --- a/crates/stator_ffi/Cargo.toml +++ b/crates/stator_ffi/Cargo.toml @@ -30,7 +30,7 @@ sha2.workspace = true thiserror.workspace = true [dev-dependencies] -wat = "1.247" +wat = "1.250" [build-dependencies] cbindgen = "0.29"