From d3a3c5ca4b3caf4568a36d340e3469005036b6ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 10:43:50 +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.5 - [Release notes](https://github.com/tauri-apps/plugins-workspace/releases) - [Commits](https://github.com/tauri-apps/plugins-workspace/compare/fs-v2.0.0-rc.1...fs-v2.0.0-rc.5) Updates `v8` to 129.0.0 - [Release notes](https://github.com/denoland/rusty_v8/releases) - [Commits](https://github.com/denoland/rusty_v8/compare/v0.104.0...v129.0.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 eec92dd..5709282 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-rc.1" tauri-plugin-shell = "2.0.0-rc.3" tauri-plugin-updater = "2.0.0-rc.3" -tauri-plugin-window-state = "=2.0.0-rc.1" -v8 = "0.104.0" +tauri-plugin-window-state = "=2.0.0-rc.5" +v8 = "129.0.0" tauri-plugin-dialog = "2.0.0-rc.7" chrono = { version = "0.4.38", features = ["serde"] } tauri-plugin-os = "2.0.0-rc.1"