From 53c9bcbb726b6accaabaaec430117b0c0ad14388 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Thu, 28 Nov 2024 18:50:42 +0100 Subject: chore: update wasmparser Signed-off-by: Henry Gressmann --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3eae13e..ca93037 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,8 @@ default-members=[".", "crates/tinywasm", "crates/types", "crates/parser"] resolver="2" [workspace.dependencies] -wast="220" -wat="1.220" +wast="221" +wat="1.221" eyre="0.6" log="0.4" pretty_env_logger="0.5" -- cgit v1.3.1