Skip to content

Commit a8adc82

Browse files
authored
Bump wasm-tools crates (#835)
1 parent c6dc35f commit a8adc82

File tree

2 files changed

+55
-37
lines changed

2 files changed

+55
-37
lines changed

Cargo.lock

Lines changed: 50 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 @@ clap = { version = "4.3.19", features = ["derive"] }
2828
env_logger = "0.10.0"
2929
indexmap = "2.0.0"
3030

31-
wasmparser = "0.121.0"
32-
wasm-encoder = "0.41.0"
33-
wasm-metadata = "0.10.17"
34-
wit-parser = "0.13.1"
35-
wit-component = "0.20.1"
31+
wasmparser = "0.121.2"
32+
wasm-encoder = "0.41.2"
33+
wasm-metadata = "0.10.20"
34+
wit-parser = "0.14.0"
35+
wit-component = "0.21.0"
3636

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

0 commit comments

Comments
 (0)