summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-04-21 23:28:50 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-04-21 23:28:50 +0200
commit8c5a36200b13ca1d04e98048f807a01d2939670c (patch)
tree4651431e09db70c7b1f6afeff774fdc6ef1b5d9e /crates
parent059fc95274f80e8b9aec7e124505811b506adc71 (diff)
chore: update dependencies
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'crates')
-rw-r--r--crates/cli/Cargo.toml2
-rw-r--r--crates/tinywasm/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml
index 9606e51..f83ac55 100644
--- a/crates/cli/Cargo.toml
+++ b/crates/cli/Cargo.toml
@@ -19,7 +19,7 @@ argh="0.1"
color-eyre={version="0.6", default-features=false}
log="0.4"
pretty_env_logger="0.5"
-wast={version="203.0", optional=true}
+wast={version="205.0", optional=true}
[features]
default=["wat"]
diff --git a/crates/tinywasm/Cargo.toml b/crates/tinywasm/Cargo.toml
index ab12470..bd1e91f 100644
--- a/crates/tinywasm/Cargo.toml
+++ b/crates/tinywasm/Cargo.toml
@@ -20,7 +20,7 @@ libm={version="0.2", default-features=false}
[dev-dependencies]
wasm-testsuite={path="../wasm-testsuite"}
-wast={version="203.0"}
+wast={version="205.0"}
owo-colors={version="4.0"}
eyre={version="0.6"}
serde_json={version="1.0"}