Skip to content

Commit 04050b1

Browse files
authored
Update wasm-tools deps (#1251)
1 parent 40ca9b1 commit 04050b1

File tree

2 files changed

+44
-79
lines changed

2 files changed

+44
-79
lines changed

Cargo.lock

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

Cargo.toml

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

37-
wat = "1.227.0"
38-
wasmparser = "0.227.0"
39-
wasm-encoder = "0.227.0"
40-
wasm-metadata = { version = "0.227.0", default-features = false }
41-
wit-parser = "0.227.0"
42-
wit-component = "0.227.0"
37+
wat = "1.228.0"
38+
wasmparser = "0.228.0"
39+
wasm-encoder = "0.228.0"
40+
wasm-metadata = { version = "0.228.0", default-features = false }
41+
wit-parser = "0.228.0"
42+
wit-component = "0.228.0"
4343

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

0 commit comments

Comments
 (0)