Skip to content

Commit f2b916a

Browse files
authored
Update wasm-tools dependencies (#951)
1 parent a955ee4 commit f2b916a

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
lines changed

Cargo.lock

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ pulldown-cmark = { version = "0.9", default-features = false }
2828
clap = { version = "4.3.19", features = ["derive"] }
2929
indexmap = "2.0.0"
3030

31-
wasmparser = "0.207.0"
32-
wasm-encoder = "0.207.0"
33-
wasm-metadata = "0.207.0"
34-
wit-parser = "0.207.0"
35-
wit-component = "0.207.0"
31+
wasmparser = "0.208.0"
32+
wasm-encoder = "0.208.0"
33+
wasm-metadata = "0.208.0"
34+
wit-parser = "0.208.0"
35+
wit-component = "0.208.0"
3636

3737
wit-bindgen-core = { path = 'crates/core', version = '0.24.0' }
3838
wit-bindgen-c = { path = 'crates/c', version = '0.24.0' }

0 commit comments

Comments
 (0)