summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2025-02-10 22:34:51 +0100
committerHenry Gressmann <mail@henrygressmann.de>2025-02-10 22:34:51 +0100
commite9782276a3a51f3b9ff4cdc6b56c447b1ab0d463 (patch)
tree885e64760766b1b378f221faa6b72c823004741d /Cargo.toml
parent83ffeb62071e28db5e4f57de21bbd8faa65ea1d9 (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 119dc45..e92c4ad 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,8 +4,8 @@ default-members=[".", "crates/tinywasm", "crates/types", "crates/parser"]
resolver="2"
[workspace.dependencies]
-wast="223"
-wat="1.223"
+wast="225"
+wat="1.225"
eyre="0.6"
log="0.4"
pretty_env_logger="0.5"