summaryrefslogtreecommitdiff
path: root/benchmarks/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-04-15 22:26:33 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-04-15 22:26:33 +0200
commit059fc95274f80e8b9aec7e124505811b506adc71 (patch)
tree0cacef910da2d0a2c6123ee8503d2138426dd914 /benchmarks/Cargo.toml
parente074c5d6142dbe0cf7992c894829c2cce463157e (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 a374713..b678fc0 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.0"}
+wat={version="1.203"}
wasmi={version="0.31", features=["std"]}
wasmer={version="4.2", features=["cranelift", "singlepass"]}
argon2={version="0.5"}