From fc76c1eeddc3b0e0be6a1cc0490fdd2b178c8875 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Thu, 13 Jun 2024 20:59:51 +0200 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 72a5292..1f1d194 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -8,7 +8,7 @@ authors.workspace=true repository.workspace=true [dependencies] -wasmparser={version="0.209", default-features=false, features=["validate"]} +wasmparser={version="0.210", default-features=false, features=["validate"]} log={version="0.4", optional=true} tinywasm-types={version="0.7.0", path="../types", default-features=false} -- cgit v1.3.1