diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-11-13 00:49:19 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-11-13 00:49:19 +0100 |
| commit | 8485ad1af9090d47a5abb757d7f3922f9a31ff7f (patch) | |
| tree | 8cb0cfb16287cc341369de0c52703853f4cb5f01 /Cargo.toml | |
| parent | 0c1781fc62037181ae9698840fadb1d4578d2395 (diff) | |
chore: update deps
note: wasmparser now uses btree's
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ default-members=[".", "crates/tinywasm", "crates/types", "crates/parser"] resolver="2" [workspace.dependencies] -wast="219" -wat="1.219" +wast="220" +wat="1.220" eyre="0.6" log="0.4" pretty_env_logger="0.5" |
