From d554f644aa1b02d56a3b8c7d190c559e4199583f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 04:09:00 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: wat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- native/wasmex/Cargo.lock | 16 ++++++++-------- native/wasmex/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/native/wasmex/Cargo.lock b/native/wasmex/Cargo.lock index d2bebc72..be4e4292 100644 --- a/native/wasmex/Cargo.lock +++ b/native/wasmex/Cargo.lock @@ -1578,9 +1578,9 @@ dependencies = [ [[package]] name = "wasm-encoder" -version = "0.202.0" +version = "0.208.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfd106365a7f5f7aa3c1916a98cbb3ad477f5ff96ddb130285a91c6e7429e67a" +checksum = "6425e84e42f7f558478e40ecc2287912cb319f2ca68e5c0bb93c61d4fc63fa17" dependencies = [ "leb128", ] @@ -1952,24 +1952,24 @@ dependencies = [ [[package]] name = "wast" -version = "202.0.0" +version = "208.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fbcb11204515c953c9b42ede0a46a1c5e17f82af05c4fae201a8efff1b0f4fe" +checksum = "bc00b3f023b4e2ccd2e054e240294263db52ae962892e6523e550783c83a67f1" dependencies = [ "bumpalo", "leb128", "memchr", "unicode-width", - "wasm-encoder 0.202.0", + "wasm-encoder 0.208.1", ] [[package]] name = "wat" -version = "1.202.0" +version = "1.208.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4de4b15a47135c56a3573406e9977b9518787a6154459b4842a9b9d3d1684848" +checksum = "58ed38e59176550214c025ea2bd0eeefd8e86b92d0af6698d5ba95020ec2e07b" dependencies = [ - "wast 202.0.0", + "wast 208.0.1", ] [[package]] diff --git a/native/wasmex/Cargo.toml b/native/wasmex/Cargo.toml index 6f720ff3..8b5ba148 100644 --- a/native/wasmex/Cargo.toml +++ b/native/wasmex/Cargo.toml @@ -25,4 +25,4 @@ wasmtime = "18.0.2" wasmtime-wasi = "18.0.2" wasi-common = "18.0.2" wiggle = "18.0.2" -wat = "1.202.0" +wat = "1.208.1"