From 5f1a68895dae1a5151dbd3b216f233b251044524 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 07:11:17 +0000 Subject: [PATCH] Bump the wasmtime group with 2 updates 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](https://github.com/bytecodealliance/wasmtime/compare/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](https://github.com/bytecodealliance/wasmtime/compare/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] --- crates/livesplit-auto-splitting/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/livesplit-auto-splitting/Cargo.toml b/crates/livesplit-auto-splitting/Cargo.toml index f4e2a1c8..3442beb7 100644 --- a/crates/livesplit-auto-splitting/Cargo.toml +++ b/crates/livesplit-auto-splitting/Cargo.toml @@ -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"