From e3648efab6ecd84c889650f7ea3cd901d8ec0796 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 01:13:10 +0000 Subject: [PATCH] build(deps): update wasmtime-wasi requirement in /src-tauri Updates the requirements on [wasmtime-wasi](https://github.com/bytecodealliance/wasmtime) to permit the latest version. - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md) - [Commits](https://github.com/bytecodealliance/wasmtime/compare/v43.0.0...v44.0.0) --- updated-dependencies: - dependency-name: wasmtime-wasi dependency-version: 44.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index f9061d59..03780796 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -39,7 +39,7 @@ getrandom = "0.4.1" thiserror = "2.0.18" async-lock = "3.4.0" wasmtime = "43.0.0" -wasmtime-wasi = "43.0.0" +wasmtime-wasi = "44.0.0" tauri-plugin-store = "2" tauri-plugin-dialog = "2" tauri-plugin-os = "2"