From 3c09d7ce6cdeb7ab2eff86c6cc0b13cf95b44f42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 15:35:58 +0000 Subject: [PATCH] chore(deps): bump wast from 254.0.0 to 256.0.0 Bumps [wast](https://github.com/bytecodealliance/wasm-tools) from 254.0.0 to 256.0.0. - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) --- updated-dependencies: - dependency-name: wast dependency-version: 256.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 44 +++++++++++++++++++++++++++++++++----- kiln-build-core/Cargo.toml | 2 +- 2 files changed, 40 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ddd5d3bc..763f5768 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1320,7 +1320,7 @@ dependencies = [ "tempfile", "toml", "walkdir", - "wast", + "wast 256.0.0", "wat", ] @@ -2953,7 +2953,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.3.3", + "getrandom 0.4.3", "once_cell", "rustix", "windows-sys 0.61.2", @@ -3575,7 +3575,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09480d646178e5fdd12bb06e812d0af9a3a191dbc9cd697fdc86687beade7393" dependencies = [ "leb128fmt", - "wasmparser", + "wasmparser 0.254.0", +] + +[[package]] +name = "wasm-encoder" +version = "0.256.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec1492381bfd5ea51c2a99a919b676662559925cb8d7490547ec2e14c1ad3eb1" +dependencies = [ + "leb128fmt", + "wasmparser 0.256.0", ] [[package]] @@ -3589,6 +3599,17 @@ dependencies = [ "semver", ] +[[package]] +name = "wasmparser" +version = "0.256.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "60bd825ffedc6cba8a642924ba7ae424afbc47811cffbcb7b92031ec24e59b4c" +dependencies = [ + "bitflags", + "indexmap", + "semver", +] + [[package]] name = "wast" version = "254.0.0" @@ -3599,7 +3620,20 @@ dependencies = [ "leb128fmt", "memchr", "unicode-width", - "wasm-encoder", + "wasm-encoder 0.254.0", +] + +[[package]] +name = "wast" +version = "256.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a3ad42723fc9222da007f05812a3249c9a4ee7af79d497fc2a2079579ad7efe6" +dependencies = [ + "bumpalo", + "leb128fmt", + "memchr", + "unicode-width", + "wasm-encoder 0.256.0", ] [[package]] @@ -3608,7 +3642,7 @@ version = "1.254.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7127f7f9b8f127c879991cecd35f494e4628bae1b0874c681414d8d8831e952c" dependencies = [ - "wast", + "wast 254.0.0", ] [[package]] diff --git a/kiln-build-core/Cargo.toml b/kiln-build-core/Cargo.toml index d462d0af..86254081 100644 --- a/kiln-build-core/Cargo.toml +++ b/kiln-build-core/Cargo.toml @@ -32,7 +32,7 @@ toml = "1.1" md5 = "0.8" # WAST test suite support -wast = "254.0" +wast = "256.0" wat = "1.244.0" # Internal Kiln crates