From cb0f7e2e37d9c05cb831229e709cb0cdcbc4dfba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 22:24:28 +0000 Subject: [PATCH] Bump the production-dependencies group across 1 directory with 2 updates Updates the requirements on [tauri-plugin-window-state](https://github.com/tauri-apps/plugins-workspace) and [v8](https://github.com/denoland/rusty_v8) to permit the latest version. Updates `tauri-plugin-window-state` to 2.0.0-rc.0 - [Release notes](https://github.com/tauri-apps/plugins-workspace/releases) - [Commits](https://github.com/tauri-apps/plugins-workspace/compare/fs-v2.0.0-beta.11...os-v2.0.0-rc.0) Updates `v8` to 0.102.0 - [Release notes](https://github.com/denoland/rusty_v8/releases) - [Commits](https://github.com/denoland/rusty_v8/compare/v0.98.0...v0.102.0) --- updated-dependencies: - dependency-name: tauri-plugin-window-state dependency-type: direct:production dependency-group: production-dependencies - dependency-name: v8 dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- src-tauri/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 7072652..ceea0f6 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -24,8 +24,8 @@ serde_derive = "1.0.204" tauri-plugin-process = "2.0.0-beta.8" tauri-plugin-shell = "2.0.0-beta.9" tauri-plugin-updater = "2.0.0-beta.10" -tauri-plugin-window-state = "=2.0.0-beta.11" -v8 = "0.98.0" +tauri-plugin-window-state = "=2.0.0-rc.0" +v8 = "0.102.0" tauri-plugin-dialog = "2.0.0-beta.11" chrono = { version = "0.4.38", features = ["serde"] } tauri-plugin-os = "2.0.0-beta.8"