Skip to content

Commit

Permalink
Bump the wasmtime group with 2 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [wasmtime](https://github.com/bytecodealliance/wasmtime) and [wasmtime-wasi](https://github.com/bytecodealliance/wasmtime) to permit the latest version.

Updates `wasmtime` to 19.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@v17.0.0...v19.0.0)

Updates `wasmtime-wasi` to 17.0.2
- [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@v17.0.0...v17.0.2)

---
updated-dependencies:
- dependency-name: wasmtime
  dependency-type: direct:production
  dependency-group: wasmtime
- dependency-name: wasmtime-wasi
  dependency-type: direct:production
  dependency-group: wasmtime
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent a13ea1b commit 5f1a688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/livesplit-auto-splitting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ sysinfo = { version = "0.30.0", default-features = false, features = [
"multithread",
] }
time = { version = "0.3.3", default-features = false }
wasmtime = { version = "17.0.0", default-features = false, features = [
wasmtime = { version = "19.0.0", default-features = false, features = [
"cranelift",
"parallel-compilation",
] }
wasmtime-wasi = { version = "17.0.0", default-features = false, features = [
wasmtime-wasi = { version = "19.0.0", default-features = false, features = [
"sync",
] }
wasi-common = "17.0.0"
Expand Down

0 comments on commit 5f1a688

Please sign in to comment.