summaryrefslogtreecommitdiff
path: root/benchmarks/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/Cargo.toml')
-rw-r--r--benchmarks/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml
index f2cfe69..e137a92 100644
--- a/benchmarks/Cargo.toml
+++ b/benchmarks/Cargo.toml
@@ -5,10 +5,10 @@ edition.workspace=true
[dependencies]
criterion={version="0.5", features=["html_reports"]}
-tinywasm={path="../crates/tinywasm", features=["unsafe"]}
-wat={version="1.206"}
+tinywasm={path="../crates/tinywasm"}
+wat={version="1"}
wasmi={version="0.31", features=["std"]}
-wasmer={version="4.2", features=["cranelift", "singlepass"]}
+wasmer={version="4.3", features=["cranelift", "singlepass"]}
argon2={version="0.5"}
[[bench]]