summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry <mail@henrygressmann.de>2026-04-10 21:09:20 +0200
committerHenry <mail@henrygressmann.de>2026-04-10 21:09:20 +0200
commit46982ca7379584fce8c611736d800d2e091cf399 (patch)
tree1b652afa31d2c647acd39e792e377ef101091208 /Cargo.toml
parent4cf65f48e9b17f9a8ca5099d720d3107cb5574b9 (diff)
chore: update testsuite
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 22e206b..ffd4d89 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,8 +11,8 @@ 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.13"
+wasm-testsuite={version="0.7"}
+indexmap="2.14"
owo-colors={version="4.3"}
serde_json={version="1.0"}
serde={version="1.0", features=["derive"]}