@@ -23,16 +23,16 @@ version = "0.24.0"
23
23
[workspace .dependencies ]
24
24
anyhow = " 1.0.72"
25
25
bitflags = " 2.3.3"
26
- heck = { version = " 0.4 " , features = [ " unicode " ] }
26
+ heck = { version = " 0.5 " }
27
27
pulldown-cmark = { version = " 0.9" , default-features = false }
28
28
clap = { version = " 4.3.19" , features = [" derive" ] }
29
29
indexmap = " 2.0.0"
30
30
31
- wasmparser = { git = " https://github.com/wasmfx/wasmfx-tools" , tag = " v1.202 .0" }
32
- wasm-metadata = { git = " https://github.com/wasmfx/wasmfx-tools" , tag = " v1.202 .0" }
33
- wasm-encoder = { git = " https://github.com/wasmfx/wasmfx-tools" , tag = " v1.202 .0" }
34
- wit-parser = { git = " https://github.com/wasmfx/wasmfx-tools" , tag = " v1.202 .0" }
35
- wit-component = { git = " https://github.com/wasmfx/wasmfx-tools" , tag = " v1.202 .0" }
31
+ wasmparser = { git = " https://github.com/wasmfx/wasmfx-tools" , tag = " v1.205 .0" }
32
+ wasm-metadata = { git = " https://github.com/wasmfx/wasmfx-tools" , tag = " v1.205 .0" }
33
+ wasm-encoder = { git = " https://github.com/wasmfx/wasmfx-tools" , tag = " v1.205 .0" }
34
+ wit-parser = { git = " https://github.com/wasmfx/wasmfx-tools" , tag = " v1.205 .0" }
35
+ wit-component = { git = " https://github.com/wasmfx/wasmfx-tools" , tag = " v1.205 .0" }
36
36
37
37
wit-bindgen-core = { path = ' crates/core' , version = ' 0.24.0' }
38
38
wit-bindgen-c = { path = ' crates/c' , version = ' 0.24.0' }
0 commit comments