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"