Skip to content

Commit

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

Updates `wasmtime` to 13.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@v12.0.1...v13.0.0)

Updates `wasmtime-wasi` to 13.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@v12.0.1...v13.0.0)

Updates `wasi-common` to 13.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@v12.0.1...v13.0.0)

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

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 Sep 21, 2023
1 parent c487b50 commit 1e46ffa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/livesplit-auto-splitting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ sysinfo = { version = "0.29.0", default-features = false, features = [
"multithread",
] }
time = { version = "0.3.3", default-features = false }
wasmtime = { version = "12.0.1", default-features = false, features = [
wasmtime = { version = "13.0.0", default-features = false, features = [
"cranelift",
"parallel-compilation",
] }
wasmtime-wasi = "12.0.1"
wasi-common = "12.0.1"
wasmtime-wasi = "13.0.0"
wasi-common = "13.0.0"

[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.48.0", features = ["Win32_Storage_FileSystem"] }

0 comments on commit 1e46ffa

Please sign in to comment.