summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-02-13 00:26:40 +0100
committerHenry Gressmann <mail@henrygressmann.de>2024-02-13 00:26:40 +0100
commit3d1a621dc52727629a798249c27beba2466719ea (patch)
treec0af07eafc5677d477749235b1e8d566793b4217 /crates
parent2d80aae778bb1f436c5777aeca1ca0d465e19062 (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 11914ef..e1e9412 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="70.0", optional=true}
+wast={version="71.0", optional=true}
[features]
default=["wat"]
diff --git a/crates/tinywasm/Cargo.toml b/crates/tinywasm/Cargo.toml
index ad58b9e..a71b7da 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="70.0"}
+wast={version="71.0"}
owo-colors={version="4.0"}
eyre={version="0.6"}
serde_json={version="1.0"}