Skip to content

Commit 4f831f2

Browse files
authored
Bump wasm-tools dependencies (#1693)
Staying up-to-date
1 parent d4001ab commit 4f831f2

2 files changed

Lines changed: 47 additions & 47 deletions

File tree

Cargo.lock

Lines changed: 40 additions & 40 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
@@ -48,13 +48,13 @@ syn = { version = "2.0.89", features = ["printing"] }
4848
futures = "0.3.31"
4949
macro-string = "0.2.0"
5050

51-
wat = "1.257.0"
52-
wasmparser = "0.257.0"
53-
wasm-encoder = "0.257.0"
54-
wasm-metadata = { version = "0.257.0", default-features = false }
55-
wit-parser = "0.257.0"
56-
wit-component = "0.257.0"
57-
wasm-compose = "0.257.0"
51+
wat = "1.258.0"
52+
wasmparser = "0.258.0"
53+
wasm-encoder = "0.258.0"
54+
wasm-metadata = { version = "0.258.0", default-features = false }
55+
wit-parser = "0.258.0"
56+
wit-component = "0.258.0"
57+
wasm-compose = "0.258.0"
5858

5959
wit-bindgen-core = { path = 'crates/core', version = '0.60.0' }
6060
wit-bindgen-c = { path = 'crates/c', version = '0.60.0' }

0 commit comments

Comments
 (0)