@@ -294,20 +294,20 @@ io-lifetimes = { version = "2.0.3", default-features = false }
294294io-extras = " 0.18.1"
295295rustix = " 0.38.43"
296296# wit-bindgen:
297- wit-bindgen = { version = " 0.37 .0" , default-features = false }
298- wit-bindgen-rust-macro = { version = " 0.37 .0" , default-features = false }
297+ wit-bindgen = { version = " 0.38 .0" , default-features = false }
298+ wit-bindgen-rust-macro = { version = " 0.38 .0" , default-features = false }
299299
300300# wasm-tools family:
301- wasmparser = { version = " 0.223 .0" , default-features = false , features = [' simd' ] }
302- wat = " 1.223 .0"
303- wast = " 223 .0.0"
304- wasmprinter = " 0.223 .0"
305- wasm-encoder = " 0.223 .0"
306- wasm-smith = " 0.223 .0"
307- wasm-mutate = " 0.223 .0"
308- wit-parser = " 0.223 .0"
309- wit-component = " 0.223 .0"
310- wasm-wave = " 0.223 .0"
301+ wasmparser = { version = " 0.224 .0" , default-features = false , features = [' simd' ] }
302+ wat = " 1.224 .0"
303+ wast = " 224 .0.0"
304+ wasmprinter = " 0.224 .0"
305+ wasm-encoder = " 0.224 .0"
306+ wasm-smith = " 0.224 .0"
307+ wasm-mutate = " 0.224 .0"
308+ wit-parser = " 0.224 .0"
309+ wit-component = " 0.224 .0"
310+ wasm-wave = " 0.224 .0"
311311
312312# Non-Bytecode Alliance maintained dependencies:
313313# --------------------------
@@ -564,21 +564,3 @@ opt-level = 's'
564564inherits = " release"
565565codegen-units = 1
566566lto = true
567-
568- # TODO: Remove these patches once wit-bindgen 0.38 and wasm-tools 1.224 are available:
569- [patch .crates-io ]
570- wit-bindgen = { git = " https://github.com/dicej/wit-bindgen" , branch = " feat/stream-unit" }
571- wit-bindgen-rt = { git = " https://github.com/dicej/wit-bindgen" , branch = " feat/stream-unit" }
572- wit-bindgen-rust-macro = { git = " https://github.com/dicej/wit-bindgen" , branch = " feat/stream-unit" }
573- wasmparser = { git = " https://github.com/bytecodealliance/wasm-tools" }
574- wasm-metadata = { git = " https://github.com/bytecodealliance/wasm-tools" }
575- wat = { git = " https://github.com/bytecodealliance/wasm-tools" }
576- wast = { git = " https://github.com/bytecodealliance/wasm-tools" }
577- wasmprinter = { git = " https://github.com/bytecodealliance/wasm-tools" }
578- wasm-encoder = { git = " https://github.com/bytecodealliance/wasm-tools" }
579- wasm-smith = { git = " https://github.com/bytecodealliance/wasm-tools" }
580- wasm-mutate = { git = " https://github.com/bytecodealliance/wasm-tools" }
581- wit-parser = { git = " https://github.com/bytecodealliance/wasm-tools" }
582- wit-component = { git = " https://github.com/bytecodealliance/wasm-tools" }
583- wasm-wave = { git = " https://github.com/bytecodealliance/wasm-tools" }
584-
0 commit comments