Skip to content

Commit

Permalink
[chore(workspace)](deps): Bump wasmparser from 0.104.0 to 0.105.0
Browse files Browse the repository at this point in the history
Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.104.0 to 0.105.0.
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](bytecodealliance/wasm-tools@wasmparser-0.104.0...wasmparser-0.105.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 21, 2023
1 parent 8c4ea3b commit 6cb0eac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -32,7 +32,7 @@ stacker = "0.1"
thiserror.workspace = true
tracing.workspace = true
wasi-common = "8.0"
wasmparser = "0.104"
wasmparser = "0.105"
wasmtime = { version = "8.0", features = ["async", "component-model", "default"] }
wasmtime-component-util = "8.0"
wat = "1.0"
Expand Down

0 comments on commit 6cb0eac

Please sign in to comment.