11[package ]
22name = " componentize-py"
3- version = " 0.19.3 "
3+ version = " 0.20.0 "
44edition = " 2024"
55exclude = [" cpython" ]
66
@@ -14,29 +14,22 @@ clap = { version = "4.5.20", features = ["derive"] }
1414tar = " 0.4.42"
1515tempfile = " 3.13.0"
1616zstd = " 0.13.2"
17- # TODO: switch to wasm-tools release once
18- # https://github.com/bytecodealliance/wasm-tools/pull/2367,
19- # https://github.com/bytecodealliance/wasm-tools/pull/2371, and
20- # https://github.com/bytecodealliance/wasm-tools/pull/2375 have been released,
21- # but note that https://github.com/bytecodealliance/wasm-tools/pull/2376 broke
22- # ABI compatibilty, so we'll also need to upgrade to Wasmtime 40+ to get
23- # everything aligned.
24- wasm-encoder = { git = " https://github.com/bytecodealliance/wasm-tools" , rev = " e2bb0a24" , features = [" wasmparser" ] }
25- wit-dylib = { git = " https://github.com/bytecodealliance/wasm-tools" , rev = " e2bb0a24" }
26- wit-parser = { git = " https://github.com/bytecodealliance/wasm-tools" , rev = " e2bb0a24" }
27- wit-component = { git = " https://github.com/bytecodealliance/wasm-tools" , rev = " e2bb0a24" }
28- wasmparser = { git = " https://github.com/bytecodealliance/wasm-tools" , rev = " e2bb0a24" }
17+ wasm-encoder = { version = " 0.244.0" , features = [" wasmparser" ] }
18+ wit-dylib = " 0.244.0"
19+ wit-parser = " 0.244.0"
20+ wit-component = " 0.244.0"
21+ wasmparser = " 0.244.0"
2922indexmap = " 2.6.0"
3023bincode = " 1.3.3"
3124heck = " 0.5.0"
3225pyo3 = { version = " 0.26.0" , features = [
3326 " abi3-py39" ,
3427 " extension-module" ,
3528], optional = true }
36- wasmtime = " 39 .0.0 "
37- wasmtime-wasi = { version = " 39 .0.0 " , features = [ " p3" ] }
29+ wasmtime = " 41 .0.3 "
30+ wasmtime-wasi = { version = " 41 .0.3 " , features = [ " p3" ] }
3831once_cell = " 1.20.2"
39- component-init-transform = { git = " https://github.com/dicej/component-init" , rev = " 2d965957 " }
32+ component-init-transform = { git = " https://github.com/dicej/component-init" , rev = " 1de5906c " }
4033async-trait = " 0.1.83"
4134futures = " 0.3.31"
4235tokio = { version = " 1.41.0" , features = [
0 commit comments