diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-04-21 23:28:50 +0200 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-04-21 23:28:50 +0200 |
| commit | 8c5a36200b13ca1d04e98048f807a01d2939670c (patch) | |
| tree | 4651431e09db70c7b1f6afeff774fdc6ef1b5d9e /benchmarks | |
| parent | 059fc95274f80e8b9aec7e124505811b506adc71 (diff) | |
chore: update dependencies
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 b678fc0..96802ed 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.203"} +wat={version="1.205"} wasmi={version="0.31", features=["std"]} wasmer={version="4.2", features=["cranelift", "singlepass"]} argon2={version="0.5"} |
