From 24960760140a331ec9cc9355890af2c232bb8c5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 18:25:37 +0000 Subject: [PATCH] chore(deps): bump wat from 1.225.0 to 1.226.0 Bumps [wat](https://github.com/bytecodealliance/wasm-tools) from 1.225.0 to 1.226.0. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/compare/v1.225.0...v1.226.0) --- updated-dependencies: - dependency-name: wat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee7e171..2104652 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9684,12 +9684,12 @@ dependencies = [ [[package]] name = "wasm-encoder" -version = "0.225.0" +version = "0.226.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f7eac0445cac73bcf09e6a97f83248d64356dccf9f2b100199769b6b42464e5" +checksum = "f7d81b727619aec227dce83e7f7420d4e56c79acd044642a356ea045b98d4e13" dependencies = [ "leb128fmt", - "wasmparser 0.225.0", + "wasmparser 0.226.0", ] [[package]] @@ -9873,9 +9873,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.225.0" +version = "0.226.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36e5456165f81e64cb9908a0fe9b9d852c2c74582aa3fe2be3c2da57f937d3ae" +checksum = "bc28600dcb2ba68d7e5f1c3ba4195c2bddc918c0243fd702d0b6dbd05689b681" dependencies = [ "bitflags 2.6.0", "indexmap 2.7.0", @@ -10225,24 +10225,24 @@ dependencies = [ [[package]] name = "wast" -version = "225.0.0" +version = "226.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c61496027ff707f9fa9e0b22c34ec163eb7adb1070df565e32a9180a76e4300b" +checksum = "0bb903956d0151eabb6c30a2304dd61e5c8d7182805226120c2b6d611fb09a26" dependencies = [ "bumpalo", "leb128fmt", "memchr", "unicode-width 0.2.0", - "wasm-encoder 0.225.0", + "wasm-encoder 0.226.0", ] [[package]] name = "wat" -version = "1.225.0" +version = "1.226.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89e72a33942234fd0794bcdac30e43b448de3187512414267678e511c6755f11" +checksum = "5f89a90ef2c401b8b5b2b704020bfa7a7f69b93c3034c7a4b4a88e21e9966581" dependencies = [ - "wast 225.0.0", + "wast 226.0.0", ] [[package]]