summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e6d1cb4..d6fe4c7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,22 +4,22 @@ default-members=[".", "crates/tinywasm", "crates/types", "crates/parser"]
resolver="2"
[workspace.dependencies]
-wast="243"
-wat="1.243"
-wasmparser={version="0.243", default-features=false}
+wast="244"
+wat="1.244"
+wasmparser={version="0.244", default-features=false}
eyre="0.6"
log="0.4"
pretty_env_logger="0.5"
criterion={version="0.8", default-features=false, features=["cargo_bench_support", "rayon"]}
wasm-testsuite={version="0.6"}
-indexmap="2.12"
+indexmap="2.13"
owo-colors={version="4.2"}
serde_json={version="1.0"}
serde={version="1.0", features=["derive"]}
[workspace.package]
version="0.9.0-alpha.0"
-rust-version="1.91"
+rust-version="1.93"
edition="2024"
license="MIT OR Apache-2.0"
authors=["Henry Gressmann <mail@henrygressmann.de>"]