From 72959a48b7dae11e06d785ba6129574cf224a5c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 16:23:58 +0000 Subject: [PATCH] chore(deps): bump wat from 1.206.0 to 1.208.0 Bumps [wat](https://github.com/bytecodealliance/wasm-tools) from 1.206.0 to 1.208.0. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/compare/v1.206.0...v1.208.0) --- updated-dependencies: - dependency-name: wat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dab6040..4ef80f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8024,9 +8024,9 @@ dependencies = [ [[package]] name = "wasm-encoder" -version = "0.206.0" +version = "0.208.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d759312e1137f199096d80a70be685899cd7d3d09c572836bb2e9b69b4dc3b1e" +checksum = "bbc0fb39838056aeb096b2e7dd94bb2f0c2df3c9fb4d1055f2cb3c35c286ee71" dependencies = [ "leb128", ] @@ -8458,24 +8458,24 @@ dependencies = [ [[package]] name = "wast" -version = "206.0.0" +version = "208.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68586953ee4960b1f5d84ebf26df3b628b17e6173bc088e0acfbce431469795a" +checksum = "0450a853119b35441264ca99bd90be37d6f85f99decc4d993795ad396ed56b97" dependencies = [ "bumpalo", "leb128", "memchr", "unicode-width", - "wasm-encoder 0.206.0", + "wasm-encoder 0.208.0", ] [[package]] name = "wat" -version = "1.206.0" +version = "1.208.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da4c6f2606276c6e991aebf441b2fc92c517807393f039992a3e0ad873efe4ad" +checksum = "72fd5b4d1e1fb745f2eb6e8004563ffbf0858681c11a79f4ec663ee31907080d" dependencies = [ - "wast 206.0.0", + "wast 208.0.0", ] [[package]]