@@ -20,9 +20,8 @@ version = "0.2.0"
2020anyhow = " 1.0.65"
2121bitflags = " 1.3.2"
2222heck = " 0.3"
23- structopt = { version = " 0.3" , default-features = false }
2423pulldown-cmark = { version = " 0.8" , default-features = false }
25- clap = { version = " 3.2.22 " , features = [" derive" ] }
24+ clap = { version = " 4.0.9 " , features = [" derive" ] }
2625
2726wasmtime = " 1.0"
2827wasmtime-wasi = " 1.0"
@@ -50,12 +49,12 @@ test = false
5049
5150[dependencies ]
5251anyhow = { workspace = true }
53- structopt = { version = " 0.3 " , default-features = false }
52+ clap = { workspace = true }
5453wit-bindgen-core = { path = ' crates/bindgen-core' }
55- wit-bindgen-gen-guest-rust = { path = ' crates/gen-guest-rust' , features = [' structopt ' ] }
56- wit-bindgen-gen-host-wasmtime-rust = { path = ' crates/gen-host-wasmtime-rust' , features = [' structopt ' ] }
57- wit-bindgen-gen-host-wasmtime-py = { path = ' crates/gen-host-wasmtime-py' , features = [' structopt ' ] }
58- wit-bindgen-gen-host-js = { path = ' crates/gen-host-js' , features = [' structopt ' ] }
59- wit-bindgen-gen-guest-c = { path = ' crates/gen-guest-c' , features = [' structopt ' ] }
60- wit-bindgen-gen-markdown = { path = ' crates/gen-markdown' , features = [' structopt ' ] }
61- wit-bindgen-gen-guest-teavm-java = { path = ' crates/gen-guest-teavm-java' , features = [' structopt ' ] }
54+ wit-bindgen-gen-guest-rust = { path = ' crates/gen-guest-rust' , features = [' clap ' ] }
55+ wit-bindgen-gen-host-wasmtime-rust = { path = ' crates/gen-host-wasmtime-rust' , features = [' clap ' ] }
56+ wit-bindgen-gen-host-wasmtime-py = { path = ' crates/gen-host-wasmtime-py' , features = [' clap ' ] }
57+ wit-bindgen-gen-host-js = { path = ' crates/gen-host-js' , features = [' clap ' ] }
58+ wit-bindgen-gen-guest-c = { path = ' crates/gen-guest-c' , features = [' clap ' ] }
59+ wit-bindgen-gen-markdown = { path = ' crates/gen-markdown' , features = [' clap ' ] }
60+ wit-bindgen-gen-guest-teavm-java = { path = ' crates/gen-guest-teavm-java' , features = [' clap ' ] }
0 commit comments