From d289a64bf06e3b99321c383505e33c46f2f61458 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Thu, 26 Nov 2020 16:32:29 +0100 Subject: [PATCH] chore: Update `wast`. --- Cargo.lock | 6 +++--- tests/lib/wast/Cargo.toml | 2 +- tests/wasi-wast/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f4df59f4861..330b3e629a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2803,7 +2803,7 @@ dependencies = [ "typetag", "wasmer", "wasmer-wasi", - "wast 17.0.0", + "wast 24.0.0", ] [[package]] @@ -2846,9 +2846,9 @@ checksum = "87cc2fe6350834b4e528ba0901e7aa405d78b89dc1fa3145359eb4de0e323fcf" [[package]] name = "wast" -version = "17.0.0" +version = "24.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a0e1c36b928fca33dbaf96235188f5fad22ee87100e26cc606bd0fbabdf1932" +checksum = "6ff1e3bd3ad0b2ee7784add89c30dc96b89a54b43e5d6d95d774eda1863b3500" dependencies = [ "leb128", ] diff --git a/tests/lib/wast/Cargo.toml b/tests/lib/wast/Cargo.toml index 28d54d73f56..e32145638c9 100644 --- a/tests/lib/wast/Cargo.toml +++ b/tests/lib/wast/Cargo.toml @@ -14,7 +14,7 @@ edition = "2018" anyhow = "1.0" wasmer = { path = "../../../lib/api", version = "1.0.0-beta1", default-features = false } wasmer-wasi = { path = "../../../lib/wasi", version = "1.0.0-beta1" } -wast = "17.0" +wast = "24.0" serde = "1" tempfile = "3" thiserror = "1.0" diff --git a/tests/wasi-wast/Cargo.toml b/tests/wasi-wast/Cargo.toml index b223a739e6f..76ae5b76f53 100644 --- a/tests/wasi-wast/Cargo.toml +++ b/tests/wasi-wast/Cargo.toml @@ -13,4 +13,4 @@ gumdrop = "0.8" tempfile = "3" serde = { version = "1", features = ["derive"] } serde_json = "1" -wast = "20" +wast = "24.0"