Skip to content

Commit

Permalink
chore(deps): bump wat from 1.0.85 to 1.203.0
Browse files Browse the repository at this point in the history
Bumps [wat](https://github.com/bytecodealliance/wasm-tools) from 1.0.85 to 1.203.0.
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](bytecodealliance/wasm-tools@wat-1.0.85...v1.203.0)

---
updated-dependencies:
- dependency-name: wat
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent b87ccd1 commit 9e3ebe5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
21 changes: 15 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/kiwi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tracing-subscriber = "0.3.18"
wasmtime = { version = "18.0.2", features = ["component-model", "async"] }
wasmtime-wasi = "18.0.2"
wasmtime-wasi-http = "18.0.2"
wat = "1.0.85"
wat = "1.203.0"
wit-component = "0.20.1"
ringbuf = "0.3.3"
async-stream = "0.3.5"
Expand Down

0 comments on commit 9e3ebe5

Please sign in to comment.