diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-12-28 17:45:24 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-12-28 17:45:24 +0100 |
| commit | 5797ee77faeeaed8eb54f2eb09dd4a07c3c01017 (patch) | |
| tree | 35443925bb40d610fffa5e6a8403e4dcf23dd55a /Cargo.toml | |
| parent | 76a65cc51e031e32cdbbad5a67283870b981d7c3 (diff) | |
chore: update deps
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="221" -wat="1.221" +wast="222" +wat="1.222" eyre="0.6" log="0.4" pretty_env_logger="0.5" |
