From 8d9b626c30f9f5aef4f2115b84940133da5feaa7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 20:29:50 +0000 Subject: [PATCH] chore(deps): update rust crate bincode to v2 --- plugins/persisted-scope/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/persisted-scope/Cargo.toml b/plugins/persisted-scope/Cargo.toml index 38585d38..390f0e1a 100644 --- a/plugins/persisted-scope/Cargo.toml +++ b/plugins/persisted-scope/Cargo.toml @@ -26,7 +26,7 @@ tauri = { workspace = true } log = { workspace = true } thiserror = { workspace = true } aho-corasick = "1" -bincode = "1" +bincode = "2" tauri-plugin-fs = { path = "../fs", version = "2.2.0" } [features]