summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-10-05 23:05:42 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-10-05 23:05:42 +0200
commitc00031a82782393eb32a9143aedb61e902a7c5d0 (patch)
tree4614a2705bf9fdcc6f0291e9a7ea694a8ee31662 /Cargo.toml
parenta3ca2af26f066900e2db550bbd608aceadf1ac7c (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 f5141ec..33c354c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,8 +4,8 @@ default-members=[".", "crates/tinywasm", "crates/types", "crates/parser"]
resolver="2"
[workspace.dependencies]
-wast="217"
-wat="1.217"
+wast="218"
+wat="1.218"
eyre="0.6"
log="0.4"
pretty_env_logger="0.5"