From e9782276a3a51f3b9ff4cdc6b56c447b1ab0d463 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Mon, 10 Feb 2025 22:34:51 +0100 Subject: chore: update deps Signed-off-by: Henry Gressmann --- crates/parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/parser/Cargo.toml') diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml index f8eabb4..fec21b3 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -9,7 +9,7 @@ repository.workspace=true rust-version.workspace=true [dependencies] -wasmparser={version="0.223", default-features=false, features=["validate", "features", "simd"]} +wasmparser={version="0.225", default-features=false, features=["validate", "features", "simd"]} log={workspace=true, optional=true} tinywasm-types={version="0.9.0-alpha.0", path="../types", default-features=false} -- cgit v1.3.1