From 0f9e38f26941e1cd5d6699b01008d02268fb97ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 04:39:46 +0000 Subject: [PATCH] Bump wat from 1.0.67 to 1.0.70 in /native/wasmex Bumps [wat](https://github.com/bytecodealliance/wasm-tools) from 1.0.67 to 1.0.70. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/compare/wat-1.0.67...wat-1.0.70) --- updated-dependencies: - dependency-name: wat dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- native/wasmex/Cargo.lock | 14 +++++++------- native/wasmex/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/native/wasmex/Cargo.lock b/native/wasmex/Cargo.lock index 4aec9172..3bf53b69 100644 --- a/native/wasmex/Cargo.lock +++ b/native/wasmex/Cargo.lock @@ -1413,9 +1413,9 @@ dependencies = [ [[package]] name = "wasm-encoder" -version = "0.30.0" +version = "0.31.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2f8e9778e04cbf44f58acc301372577375a666b966c50b03ef46144f80436a8" +checksum = "41763f20eafed1399fff1afb466496d3a959f58241436cfdc17e3f5ca954de16" dependencies = [ "leb128", ] @@ -1720,9 +1720,9 @@ dependencies = [ [[package]] name = "wast" -version = "61.0.0" +version = "63.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc6b347851b52fd500657d301155c79e8c67595501d179cef87b6f04ebd25ac4" +checksum = "2560471f60a48b77fccefaf40796fda61c97ce1e790b59dfcec9dc3995c9f63a" dependencies = [ "leb128", "memchr", @@ -1732,11 +1732,11 @@ dependencies = [ [[package]] name = "wat" -version = "1.0.67" +version = "1.0.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "459e764d27c3ab7beba1ebd617cc025c7e76dea6e7c5ce3189989a970aea3491" +checksum = "3bdc306c2c4c2f2bf2ba69e083731d0d2a77437fc6a350a19db139636e7e416c" dependencies = [ - "wast 61.0.0", + "wast 63.0.0", ] [[package]] diff --git a/native/wasmex/Cargo.toml b/native/wasmex/Cargo.toml index cd038cea..2172f062 100644 --- a/native/wasmex/Cargo.toml +++ b/native/wasmex/Cargo.toml @@ -22,4 +22,4 @@ wasmtime = "9.0.4" wasmtime-wasi = "9.0.1" wasi-common = "9.0.1" wiggle = "9.0.1" -wat = "1.0.67" +wat = "1.0.70"