From 5ae0aaa8d6500c15880f584014110a3f1416ca4c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2020 02:07:48 +0000 Subject: [PATCH] Bump wast from 17.0.0 to 23.0.0 Bumps [wast](https://github.com/bytecodealliance/wasm-tools) from 17.0.0 to 23.0.0. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/compare/wast-17.0.0...wast-23.0.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 99c06ddd131..423a5ce1577 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2464,7 +2464,7 @@ dependencies = [ "typetag", "wasmer", "wasmer-wasi", - "wast 17.0.0", + "wast", ] [[package]] @@ -2502,15 +2502,6 @@ version = "0.57.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32fddd575d477c6e9702484139cf9f23dcd554b06d185ed0f56c857dd3a47aa6" -[[package]] -name = "wast" -version = "17.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a0e1c36b928fca33dbaf96235188f5fad22ee87100e26cc606bd0fbabdf1932" -dependencies = [ - "leb128", -] - [[package]] name = "wast" version = "23.0.0" @@ -2526,7 +2517,7 @@ version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c350d7431aa486488d28cdf75b57d59c02fab9cde20d93c52424510afe18ecc" dependencies = [ - "wast 23.0.0", + "wast", ] [[package]]