@@ -330,16 +330,17 @@ wit-bindgen-rt = { version = "0.43.0", default-features = false }
330330wit-bindgen-rust-macro = { version = " 0.43.0" , default-features = false }
331331
332332# wasm-tools family:
333- wasmparser = { git = " https://github.com/cpetig/wasm-tools" , branch = " fixed-length-list" , default-features = false , features = [' simd' ] }
334- wat = { git = " https://github.com/cpetig/wasm-tools" , branch = " fixed-length-list" }
335- wast = { git = " https://github.com/cpetig/wasm-tools" , branch = " fixed-length-list" }
336- wasmprinter = { git = " https://github.com/cpetig/wasm-tools" , branch = " fixed-length-list" }
337- wasm-encoder = { git = " https://github.com/cpetig/wasm-tools" , branch = " fixed-length-list" }
338- wasm-smith = { git = " https://github.com/cpetig/wasm-tools" , branch = " fixed-length-list" }
339- wasm-mutate = { git = " https://github.com/cpetig/wasm-tools" , branch = " fixed-length-list" }
340- wit-parser = { git = " https://github.com/cpetig/wasm-tools" , branch = " fixed-length-list" }
341- wit-component = { git = " https://github.com/cpetig/wasm-tools" , branch = " fixed-length-list" }
342- wasm-wave = { git = " https://github.com/cpetig/wasm-tools" , branch = " fixed-length-list" }
333+ wasmparser = { version = " 0.235.0" , default-features = false , features = [' simd' ] }
334+ wat = " 1.235.0"
335+ wast = " 235.0.0"
336+ wasmprinter = " 0.235.0"
337+ wasm-encoder = " 0.235.0"
338+ wasm-smith = " 0.235.0"
339+ wasm-mutate = " 0.235.0"
340+ wit-parser = " 0.235.0"
341+ wit-component = " 0.235.0"
342+ wasm-wave = " 0.235.0"
343+ wasm-compose = " 0.235.0"
343344
344345# Non-Bytecode Alliance maintained dependencies:
345346# --------------------------
0 commit comments