Skip to content

Commit

Permalink
[chore(cargo)](deps): Bump wasmtime-component-util from 10.0.1 to 11.0.1
Browse files Browse the repository at this point in the history
Bumps [wasmtime-component-util](https://github.com/bytecodealliance/wasmtime) from 10.0.1 to 11.0.1.
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md)
- [Commits](bytecodealliance/wasmtime@v10.0.1...v11.0.1)

---
updated-dependencies:
- dependency-name: wasmtime-component-util
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 25, 2023
1 parent abacf7f commit 530852c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 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 homestar-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ wasi-common = "10.0"
wasmparser = "0.109"
#wasmtime = { version = "10.0", features = ["async", "component-model", "default"] }
wasmtime = { version = "10.0", features = ["async", "component-model", "default"] }
wasmtime-component-util = "10.0"
wasmtime-component-util = "11.0"
wasmtime-wasi = { version = "10.0", features = ["tokio"] }
wat = "1.0"
wit-component = "0.12"
Expand Down

0 comments on commit 530852c

Please sign in to comment.