Skip to content

Commit c44352a

Browse files
authored
Update wasm-tools dependencies (#1445)
1 parent 8dd4b89 commit c44352a

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ prettyplease = "0.2.20"
3333
syn = { version = "2.0.89", features = ["printing"] }
3434
futures = "0.3.31"
3535

36-
wat = "1.242.0"
37-
wasmparser = "0.242.0"
38-
wasm-encoder = "0.242.0"
39-
wasm-metadata = { version = "0.242.0", default-features = false }
40-
wit-parser = "0.242.0"
41-
wit-component = "0.242.0"
42-
wasm-compose = "0.242.0"
36+
wat = "1.243.0"
37+
wasmparser = "0.243.0"
38+
wasm-encoder = "0.243.0"
39+
wasm-metadata = { version = "0.243.0", default-features = false }
40+
wit-parser = "0.243.0"
41+
wit-component = "0.243.0"
42+
wasm-compose = "0.243.0"
4343

4444
wit-bindgen-core = { path = 'crates/core', version = '0.48.1' }
4545
wit-bindgen-c = { path = 'crates/c', version = '0.48.1' }

0 commit comments

Comments
 (0)