From 8c5a36200b13ca1d04e98048f807a01d2939670c Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Sun, 21 Apr 2024 23:28:50 +0200 Subject: chore: update dependencies Signed-off-by: Henry Gressmann --- benchmarks/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmarks/Cargo.toml') diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index b678fc0..96802ed 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace=true [dependencies] criterion={version="0.5", features=["html_reports"]} tinywasm={path="../crates/tinywasm", features=["unsafe"]} -wat={version="1.203"} +wat={version="1.205"} wasmi={version="0.31", features=["std"]} wasmer={version="4.2", features=["cranelift", "singlepass"]} argon2={version="0.5"} -- cgit v1.3.1