summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-12-28 17:45:24 +0100
committerHenry Gressmann <mail@henrygressmann.de>2024-12-28 17:45:24 +0100
commit5797ee77faeeaed8eb54f2eb09dd4a07c3c01017 (patch)
tree35443925bb40d610fffa5e6a8403e4dcf23dd55a /Cargo.toml
parent76a65cc51e031e32cdbbad5a67283870b981d7c3 (diff)
chore: update deps
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ca93037..0c2f571 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"