summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-07-13 20:47:28 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-07-13 20:47:28 +0200
commitf1f272642ff50a1e94ff0ff6fec031973ca9eeda (patch)
treeefb25b424a2f62545ec79dc981200bdd3b27d319 /Cargo.toml
parent3361f928658652bd7178f37851c9dd9fadb077c8 (diff)
chore: update deps
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3db249a..0200aa6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ default-members=[".", "crates/tinywasm", "crates/types", "crates/parser"]
resolver="2"
[workspace.dependencies]
-wast="212"
+wast="213"
wat="1.212"
eyre="0.6"
log="0.4"