From ebe4dbe8a764f7a5acbc7f827c5003df7ca9bef2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 20:30:04 +0000 Subject: [PATCH] chore(deps): update rust crate bincode to v2 --- plugins/persisted-scope/Cargo.toml | 2 +- plugins/window-state/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/persisted-scope/Cargo.toml b/plugins/persisted-scope/Cargo.toml index e3c481cd..d4605ead 100644 --- a/plugins/persisted-scope/Cargo.toml +++ b/plugins/persisted-scope/Cargo.toml @@ -16,7 +16,7 @@ tauri = { workspace = true } log = { workspace = true } thiserror = { workspace = true } aho-corasick = "1.1" -bincode = "1" +bincode = "2" [features] protocol-asset = [ "tauri/protocol-asset" ] diff --git a/plugins/window-state/Cargo.toml b/plugins/window-state/Cargo.toml index 81172a80..5f004e19 100644 --- a/plugins/window-state/Cargo.toml +++ b/plugins/window-state/Cargo.toml @@ -13,5 +13,5 @@ serde_json = { workspace = true } tauri = { workspace = true } log = { workspace = true } thiserror = { workspace = true } -bincode = "1.3" +bincode = "2.0" bitflags = "2"