From 9d1e517615bf163a4a7a4019f97cc0e3327b0374 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 2 Feb 2022 09:51:27 -0800 Subject: [PATCH] Update some more version reqs --- Cargo.toml | 2 +- crates/fuzzing/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1fb55378a2..f1ffca5342 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ num_cpus = "1.13.0" winapi = { version = "0.3.9", features = ['memoryapi'] } memchr = "2.4" async-trait = "0.1" -wat = "1.0.40" +wat = "1.0.41" [build-dependencies] anyhow = "1.0.19" diff --git a/crates/fuzzing/Cargo.toml b/crates/fuzzing/Cargo.toml index 6dbb6c9754..78fbe055c4 100644 --- a/crates/fuzzing/Cargo.toml +++ b/crates/fuzzing/Cargo.toml @@ -14,7 +14,7 @@ env_logger = "0.8.1" log = "0.4.8" rayon = "1.2.1" wasmparser = "0.82" -wasmprinter = "0.2.31" +wasmprinter = "0.2.32" wasmtime = { path = "../wasmtime" } wasmtime-wast = { path = "../wast" } wasm-encoder = "0.6.0"