Skip to content

Commit

Permalink
build(deps): bump wasmtime from 16.0.0 to 17.0.0 (#2137)
Browse files Browse the repository at this point in the history
Bumps [wasmtime](https://github.com/bytecodealliance/wasmtime) from 16.0.0 to 17.0.0.
- [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@v16.0.0...v17.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 26, 2024
1 parent 9b0c05b commit c6e7145
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.
92 changes: 46 additions & 46 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 flowr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ simpdiscover = "0.6.2"

# for flowrlib
rand = "0.8"
wasmtime = { version = "16.0.0", default-features = false, features = ["cranelift"] }
wasmtime = { version = "17.0.0", default-features = false, features = ["cranelift"] }

# for flowrgui
iced = { version = "0.10.0", features = ["canvas", "tokio", "debug", "image"] }
Expand Down

0 comments on commit c6e7145

Please sign in to comment.