@@ -78,7 +78,7 @@ comfy-table = { version = "7.1.3", default-features = false }
7878criterion = { version = " 0.5.1" , default-features = false }
7979env_logger = " 0.11"
8080indexmap = { version = " 2.7.0" , default-features = false }
81- leb128 = " 0.2.4 "
81+ leb128fmt = { version = " 0.1.0 " , default-features = false }
8282libfuzzer-sys = " 0.4.0"
8383log = " 0.4.17"
8484num_cpus = " 1.13"
@@ -103,12 +103,12 @@ gimli = "0.30.0"
103103id-arena = " 2"
104104
105105wasm-compose = { version = " 0.224.0" , path = " crates/wasm-compose" }
106- wasm-encoder = { version = " 0.224.0" , path = " crates/wasm-encoder" , default-features = false , features = [ " std " ] }
106+ wasm-encoder = { version = " 0.224.0" , path = " crates/wasm-encoder" , default-features = false }
107107wasm-metadata = { version = " 0.224.0" , path = " crates/wasm-metadata" }
108108wasm-mutate = { version = " 0.224.0" , path = " crates/wasm-mutate" }
109109wasm-shrink = { version = " 0.224.0" , path = " crates/wasm-shrink" }
110110wasm-smith = { version = " 0.224.0" , path = " crates/wasm-smith" }
111- wasmparser = { version = " 0.224.0" , path = " crates/wasmparser" , default-features = false , features = [' std ' , ' simd' ] }
111+ wasmparser = { version = " 0.224.0" , path = " crates/wasmparser" , default-features = false , features = [' simd' ] }
112112wasmprinter = { version = " 0.224.0" , path = " crates/wasmprinter" , default-features = false }
113113wast = { version = " 224.0.0" , path = " crates/wast" , default-features = false }
114114wat = { version = " 1.224.0" , path = " crates/wat" , default-features = false }
@@ -129,7 +129,7 @@ wat = { workspace = true, features = ['dwarf', 'component-model'] }
129129termcolor = { workspace = true }
130130
131131# Dependencies of `validate`
132- wasmparser = { workspace = true , optional = true , features = [' component-model' , ' simd' ] }
132+ wasmparser = { workspace = true , optional = true , features = [' std ' , ' component-model' , ' simd' ] }
133133rayon = { workspace = true , optional = true }
134134bitflags = { workspace = true , optional = true }
135135
@@ -150,7 +150,7 @@ wasm-shrink = { workspace = true, features = ["clap"], optional = true }
150150wasm-mutate = { workspace = true , features = [" clap" ], optional = true }
151151
152152# Dependencies of `strip`
153- wasm-encoder = { workspace = true , optional = true }
153+ wasm-encoder = { workspace = true , features = [ " std " ], optional = true }
154154regex = { version = " 1.6.0" , optional = true }
155155
156156# Dependencies of `compose`
0 commit comments