From 966179c55f5a3f7b2a7a39183c61d1c30a333eb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 03:48:56 +0000 Subject: [PATCH] Bump the production-dependencies group across 1 directory with 2 updates Bumps the production-dependencies group with 2 updates in the /src-tauri directory: [serde_json](https://github.com/serde-rs/json) and [tauri-plugin-window-state](https://github.com/tauri-apps/plugins-workspace). Updates `serde_json` from 1.0.137 to 1.0.138 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.137...v1.0.138) Updates `tauri-plugin-window-state` from `d7a388d` to `93df3b2` - [Release notes](https://github.com/tauri-apps/plugins-workspace/releases) - [Commits](https://github.com/tauri-apps/plugins-workspace/compare/d7a388d6d62bbde529b0b4168e2c273720b3c898...93df3b2e2eb5fed8d6d5166a52dae331031489e7) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: tauri-plugin-window-state dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- src-tauri/Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 052cf85..f9e9357 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2342,9 +2342,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.137" +version = "1.0.138" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" +checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949" dependencies = [ "indexmap 2.2.5", "itoa 1.0.10", @@ -2812,7 +2812,7 @@ dependencies = [ [[package]] name = "tauri-plugin-window-state" version = "0.1.1" -source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#d7a388d6d62bbde529b0b4168e2c273720b3c898" +source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#93df3b2e2eb5fed8d6d5166a52dae331031489e7" dependencies = [ "bincode", "bitflags 2.4.2",