summaryrefslogtreecommitdiff
path: root/benchmarks/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-05-01 16:34:47 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-05-01 16:34:47 +0200
commit704a8da24bb9e85e712fbb745ff4d4e1b54b6914 (patch)
treef364379879924e2e9718c3b4d4a3ed1cb028816c /benchmarks/Cargo.toml
parent8c5a36200b13ca1d04e98048f807a01d2939670c (diff)
chore: update dependencies
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'benchmarks/Cargo.toml')
-rw-r--r--benchmarks/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml
index 96802ed..f2cfe69 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.205"}
+wat={version="1.206"}
wasmi={version="0.31", features=["std"]}
wasmer={version="4.2", features=["cranelift", "singlepass"]}
argon2={version="0.5"}