summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2025-05-06 20:14:50 +0200
committerHenry Gressmann <mail@henrygressmann.de>2025-05-06 20:14:50 +0200
commit0f3581ef8fdb55ad21fdfd132eaefadaec242f85 (patch)
tree2d9140bcadd0ef0c24aed3b397eb03cf5950abc6 /Cargo.toml
parente1b76386b7e323054d5e8844366ebad86bba693e (diff)
chore: update deps, update nightly
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1f645cf..198c885 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,9 +4,9 @@ default-members=[".", "crates/tinywasm", "crates/types", "crates/parser"]
resolver="2"
[workspace.dependencies]
-wast="229"
-wat="1.229"
-wasmparser={version="0.229", default-features=false}
+wast="230"
+wat="1.230"
+wasmparser={version="0.230", default-features=false}
eyre="0.6"
log="0.4"
pretty_env_logger="0.5"