Skip to content

Commit bff62be

Browse files
authored
Update wasm-tools crates (#932)
Nothing major here, only minor updates.
1 parent b3c42db commit bff62be

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.202.0"
32-
wasm-encoder = "0.202.0"
33-
wasm-metadata = "0.202.0"
34-
wit-parser = "0.202.0"
35-
wit-component = "0.202.0"
31+
wasmparser = "0.205.0"
32+
wasm-encoder = "0.205.0"
33+
wasm-metadata = "0.205.0"
34+
wit-parser = "0.205.0"
35+
wit-component = "0.205.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)