Skip to content

Commit 7c7d03a

Browse files
authored
Update wasm-tools dependencies (#93)
1 parent 0a5f251 commit 7c7d03a

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

Cargo.lock

Lines changed: 18 additions & 18 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
@@ -29,11 +29,11 @@ clap = { version = "4.5.4", features = ['derive'] }
2929
clap_lex = "0.7.5"
3030
lexopt = "0.3.0"
3131
tempfile = "3.10.0"
32-
wasmparser = "0.245.1"
33-
wat = "1.245.1"
34-
wit-component = "0.245.1"
35-
wit-parser = "0.245.1"
36-
wasi-preview1-component-adapter-provider = "40.0.0"
32+
wasmparser = "0.246.2"
33+
wat = "1.246.2"
34+
wit-component = "0.246.2"
35+
wit-parser = "0.246.2"
36+
wasi-preview1-component-adapter-provider = "43.0.0"
3737

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

0 commit comments

Comments
 (0)