diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 4536a3a..8575884 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -14,8 +14,8 @@ libfuzzer-sys = "0.4" wasm-smith = "0.8" env_logger = "0.9" log = "0.4" -wasmparser = "0.81" -wasmtime = "0.32" +wasmparser = "0.95" +wasmtime = "3.0" [dependencies.waffle] path = ".."