Skip to content

Commit

Permalink
[chore(cargo)](deps): Bump wasmparser from 0.107.0 to 0.109.0
Browse files Browse the repository at this point in the history
Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.107.0 to 0.109.0.
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](bytecodealliance/wasm-tools@wasmparser-0.107.0...wasmparser-0.109.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 Jul 17, 2023
1 parent 7376c05 commit 4f9da69
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
32 changes: 21 additions & 11 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 @@ -34,7 +34,7 @@ stacker = "0.1"
thiserror = { workspace = true }
tracing = { workspace = true }
wasi-common = "10.0"
wasmparser = "0.107"
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"
Expand Down

0 comments on commit 4f9da69

Please sign in to comment.