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"