From b26e87e43fed87f40193ec5d3c6a1ab4966b53a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 04:47:41 +0000 Subject: [PATCH] Update Rust crate bincode to v2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e74fe74de..ffcaeaed5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ async-recursion = "1.1.1" async-trait = "0.1.88" atty = "0.2.14" base64 = "0.22.1" -bincode = "1.3" +bincode = "2.0" byte-unit = "5.1.6" bytes = { version = "1", features = ["serde"] } camino = { version = "1.1", features = ["serde1"] }