From db49fbe6048b35c6e6cf1f9b37786a8531dc5138 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 15:34:45 +0000 Subject: [PATCH] chore(deps): bump wast from 254.0.0 to 255.0.0 Bumps [wast](https://github.com/bytecodealliance/wasm-tools) from 254.0.0 to 255.0.0. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) --- updated-dependencies: - dependency-name: wast dependency-version: 255.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..8942ee93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1320,7 +1320,7 @@ dependencies = [ "tempfile", "toml", "walkdir", - "wast", + "wast 255.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.255.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b524283fb5df62eec102ed0574838961bdd7ba5ac9c50d38e2756c51c971a42" +dependencies = [ + "leb128fmt", + "wasmparser 0.255.0", ] [[package]] @@ -3589,6 +3599,17 @@ dependencies = [ "semver", ] +[[package]] +name = "wasmparser" +version = "0.255.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e8e329ef4b5d46e73b91d3ac6924417cad55a8cbbf869c199283383427c3320b" +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 = "255.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "55ffec530f199bd3d553ac442c13dd108353cad533cad8514bc41e1f1f0fe686" +dependencies = [ + "bumpalo", + "leb128fmt", + "memchr", + "unicode-width", + "wasm-encoder 0.255.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..97ee15a5 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 = "255.0" wat = "1.244.0" # Internal Kiln crates