Skip to content

Commit 6798db6

Browse files
committed
Update wasm dependencies
Signed-off-by: Ryan Levick <[email protected]>
1 parent 700c428 commit 6798db6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,15 +170,14 @@ walkdir = "2"
170170
wasi-common-preview1 = { version = "32.0.0", package = "wasi-common", features = [
171171
"tokio",
172172
] }
173+
wasm-encoder = "0.229"
174+
wasm-metadata = "0.229"
173175
wasm-pkg-client = "0.10"
174176
wasm-pkg-common = "0.10"
177+
wasmparser = "0.229"
175178
wasmtime = "32.0.0"
176179
wasmtime-wasi = "32.0.0"
177180
wasmtime-wasi-http = "32.0.0"
178-
179-
wasm-encoder = "0.229"
180-
wasm-metadata = "0.229"
181-
wasmparser = "0.229"
182181
wit-component = "0.229"
183182
wit-parser = "0.229"
184183

0 commit comments

Comments
 (0)