Skip to content

Commit 2214155

Browse files
committed
Sync wasm-tools dependencies
1 parent e464ba3 commit 2214155

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/externref-xform/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ wasm-bindgen-wasm-conventions = { path = "../wasm-conventions", version = "=0.2.
2222
rayon = "1.0"
2323
wasmprinter = "0.214"
2424
wast = "214"
25-
wat = "1.0"
25+
wat = "~1.214"
2626

2727
[lints]
2828
workspace = true

crates/wasm-conventions/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ walrus = "0.23"
1717
# Matching the version `walrus` depends on.
1818
anyhow = "1.0"
1919
log = "0.4"
20-
wasmparser = "0.212"
20+
wasmparser = "0.214"
2121

2222
[lints]
2323
workspace = true

0 commit comments

Comments
 (0)