From 8c6b61f8b462170370007f941511dfb1cc32fef8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 19:38:01 +0000 Subject: [PATCH] Bump wat from 1.207.0 to 1.215.0 Bumps [wat](https://github.com/bytecodealliance/wasm-tools) from 1.207.0 to 1.215.0. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/compare/v1.207.0...v1.215.0) --- updated-dependencies: - dependency-name: wat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1722ee0816..4ddb52cc67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6960,9 +6960,9 @@ checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" [[package]] name = "wasm-encoder" -version = "0.207.0" +version = "0.215.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d996306fb3aeaee0d9157adbe2f670df0236caf19f6728b221e92d0f27b3fe17" +checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847" dependencies = [ "leb128", ] @@ -7058,9 +7058,9 @@ dependencies = [ [[package]] name = "wast" -version = "207.0.0" +version = "215.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e40be9fd494bfa501309487d2dc0b3f229be6842464ecbdc54eac2679c84c93" +checksum = "1ff1d00d893593249e60720be04a7c1f42f1c4dc3806a2869f4e66ab61eb54cb" dependencies = [ "bumpalo", "leb128", @@ -7071,9 +7071,9 @@ dependencies = [ [[package]] name = "wat" -version = "1.207.0" +version = "1.215.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8eb2b15e2d5f300f5e1209e7dc237f2549edbd4203655b6c6cab5cf180561ee7" +checksum = "670bf4d9c8cf76ae242d70ded47c546525b6dafaa6871f9bcb065344bf2b4e3d" dependencies = [ "wast", ] diff --git a/Cargo.toml b/Cargo.toml index de2485ba93..19c479d516 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ wasm-instrument = { version = "0.4.0" } which = { version = "6.0.1" } xxhash-rust = { version = "0.8" } const_env = { version = "0.1"} -wat = { version = "1.207.0" } +wat = { version = "1.215.0" } # Substrate dependencies frame-metadata = { version = "16.0.0" }