From 14a59af661305b7b1d613d9dc27dc686064738d9 Mon Sep 17 00:00:00 2001 From: Lars T Hansen Date: Thu, 8 Oct 2020 09:18:39 +0000 Subject: [PATCH] Bug 1669668 - Pull in newest wat. r=rhunt Differential Revision: https://phabricator.services.mozilla.com/D92754 --- js/src/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/rust/Cargo.toml b/js/src/rust/Cargo.toml index d26533e6039d..beda4aa0a633 100644 --- a/js/src/rust/Cargo.toml +++ b/js/src/rust/Cargo.toml @@ -20,5 +20,5 @@ smoosh = ['jsrust_shared/smoosh'] jsrust_shared = { path = "./shared" } # Workaround for https://github.com/rust-lang/rust/issues/58393 mozglue-static = { path = "../../../mozglue/static/rust" } -wat = { version = "1.0.24" } +wat = { version = "1.0.26" } wasmparser = { version = "0.48.2" }