From 59e94d6771a009861f544138072ba3524602b130 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 15:36:38 +0000 Subject: [PATCH] chore(deps): bump wast from 244.0.0 to 252.0.0 Bumps [wast](https://github.com/bytecodealliance/wasm-tools) from 244.0.0 to 252.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: 252.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 42 ++++---------------------------------- kiln-build-core/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 39 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d9c03923..21f448e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1329,7 +1329,7 @@ dependencies = [ "tempfile", "toml", "walkdir", - "wast 244.0.0", + "wast", "wat", ] @@ -3540,16 +3540,6 @@ dependencies = [ "unicode-ident", ] -[[package]] -name = "wasm-encoder" -version = "0.244.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" -dependencies = [ - "leb128fmt", - "wasmparser 0.244.0", -] - [[package]] name = "wasm-encoder" version = "0.252.0" @@ -3557,18 +3547,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8185ae345fa5687c054626ff9a50e7089797a343d9904d1dc9820eb4c4d3196f" dependencies = [ "leb128fmt", - "wasmparser 0.252.0", -] - -[[package]] -name = "wasmparser" -version = "0.244.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" -dependencies = [ - "bitflags", - "indexmap", - "semver", + "wasmparser", ] [[package]] @@ -3582,19 +3561,6 @@ dependencies = [ "semver", ] -[[package]] -name = "wast" -version = "244.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2e7b9f9e23311275920e3d6b56d64137c160cf8af4f84a7283b36cfecbf4acb" -dependencies = [ - "bumpalo", - "leb128fmt", - "memchr", - "unicode-width", - "wasm-encoder 0.244.0", -] - [[package]] name = "wast" version = "252.0.0" @@ -3605,7 +3571,7 @@ dependencies = [ "leb128fmt", "memchr", "unicode-width", - "wasm-encoder 0.252.0", + "wasm-encoder", ] [[package]] @@ -3614,7 +3580,7 @@ version = "1.252.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c72a4ba7088f7bac94cf516e49882bdf97068904a563768cf249efc839ec42cb" dependencies = [ - "wast 252.0.0", + "wast", ] [[package]] diff --git a/kiln-build-core/Cargo.toml b/kiln-build-core/Cargo.toml index a8588ad2..1bf40f89 100644 --- a/kiln-build-core/Cargo.toml +++ b/kiln-build-core/Cargo.toml @@ -32,7 +32,7 @@ toml = "0.9" md5 = "0.8" # WAST test suite support -wast = "244.0" +wast = "252.0" wat = "1.244.0" # Internal Kiln crates