Skip to content

Commit ad3a0d6

Browse files
authored
Update wasm-tools deps (#63)
1 parent c8e52db commit ad3a0d6

File tree

2 files changed

+66
-61
lines changed

2 files changed

+66
-61
lines changed

Cargo.lock

Lines changed: 61 additions & 56 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 @@ anyhow = "1.0.80"
2828
clap = { version = "4.5.4", features = ['derive'] }
2929
lexopt = "0.3.0"
3030
tempfile = "3.10.0"
31-
wasmparser = "0.228.0"
32-
wat = "1.228.0"
33-
wit-component = "0.228.0"
34-
wit-parser = "0.228.0"
35-
wasi-preview1-component-adapter-provider = "30.0.2"
31+
wasmparser = "0.229.0"
32+
wat = "1.229.0"
33+
wit-component = "0.229.0"
34+
wit-parser = "0.229.0"
35+
wasi-preview1-component-adapter-provider = "31.0.0"
3636

3737
[target.'cfg(unix)'.dependencies]
3838
libc = "0.2"

0 commit comments

Comments
 (0)