summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-05-29 01:39:21 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-05-29 01:39:21 +0200
commitffb1e095fc1d6a2d54cc7637797c625dee6ebe6a (patch)
treea752abeb73eaf86b971a34d88fd9dbd3cccc46d0 /benchmarks
parent9d7c1924f1d0e9f79e31da4b84d9da12c3d37945 (diff)
chore: update deps, cleanup
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml
index e137a92..357a9af 100644
--- a/benchmarks/Cargo.toml
+++ b/benchmarks/Cargo.toml
@@ -7,7 +7,7 @@ edition.workspace=true
criterion={version="0.5", features=["html_reports"]}
tinywasm={path="../crates/tinywasm"}
wat={version="1"}
-wasmi={version="0.31", features=["std"]}
+wasmi={version="0.32", features=["std"]}
wasmer={version="4.3", features=["cranelift", "singlepass"]}
argon2={version="0.5"}