diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-05-29 01:39:21 +0200 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-05-29 01:39:21 +0200 |
| commit | ffb1e095fc1d6a2d54cc7637797c625dee6ebe6a (patch) | |
| tree | a752abeb73eaf86b971a34d88fd9dbd3cccc46d0 /benchmarks | |
| parent | 9d7c1924f1d0e9f79e31da4b84d9da12c3d37945 (diff) | |
chore: update deps, cleanup
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'benchmarks')
| -rw-r--r-- | benchmarks/Cargo.toml | 2 |
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"} |
