From 88bcc3d906d3f43a24d1084299b00151406b2ff3 Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Tue, 29 Nov 2022 09:47:36 -0800 Subject: [PATCH] Upgrade fuzz-targets' deps --- fuzz/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = ".."