From ec182b953614a22956da400c793278f97571ea97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 02:15:08 +0000 Subject: [PATCH] chore(deps): update rust crate bincode to v3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7c44e64d3ba..4c639437a9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -570,7 +570,7 @@ xattr.workspace = true # to deserialize an utmpx struct into a binary file [target.'cfg(all(target_family= "unix",not(target_os = "macos")))'.dev-dependencies] serde = { version = "1.0.202", features = ["derive"] } -bincode = { version = "2.0.1", features = ["serde"] } +bincode = { version = "3.0.0", features = ["serde"] } serde-big-array = "0.5.1"