Skip to content

Commit

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

---
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 Oct 14, 2024
1 parent 682f1bf commit 4a6f984
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 10 deletions.
29 changes: 20 additions & 9 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 @@ -30,7 +30,7 @@ wasi-preview1-component-adapter-provider = "24.0.0"
wasmtime = { version = "24.0.0", features = ["component-model", "async"] }
wasmtime-wasi = "24.0.0"
wasmtime-wasi-http = "24.0.0"
wat = "1.0.85"
wat = "1.219.1"
wit-component = "0.20.1"
ringbuf = "0.3.3"
async-stream = "0.3.5"
Expand Down

0 comments on commit 4a6f984

Please sign in to comment.