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 +- crates/tinywasm/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'crates') 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} diff --git a/crates/tinywasm/Cargo.toml b/crates/tinywasm/Cargo.toml index 5dc0447..0623f35 100644 --- a/crates/tinywasm/Cargo.toml +++ b/crates/tinywasm/Cargo.toml @@ -20,7 +20,7 @@ tinywasm-types={version="0.9.0-alpha.0", path="../types", default-features=false libm={version="0.2", default-features=false} [dev-dependencies] -wasm-testsuite={version="0.4.0"} +wasm-testsuite={version="0.4.2"} indexmap="2.7" wast={workspace=true} wat={workspace=true} -- cgit v1.3.1