From 210a1d597a45265f3c874269242e4fea883468d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 09:29:17 +0000 Subject: [PATCH] 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 82db257..068cefe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ seq-macro = "0.3.6" rand = { version = "0.9.2", default-features = false, features = ["small_rng"] } uuid = { version = "1.22.0", default-features = false, features = ["v4"] } foldhash = { version = "0.2.0", default-features = false } -bincode = { version = "2.0.1", default-features = false, features = ["serde"] } +bincode = { version = "3.0.0", default-features = false, features = ["serde"] } [features] default = []