From 90b38559eaefdd91bbeeeb8365dae6a69a1b2412 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 14:26:59 +0000 Subject: [PATCH] chore(deps): 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 2220828146..92ab2ca005 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ anyhow = { version = "1.0.97", default-features = false } approx = "0.5" argh = "0.1.13" arrayvec = { version = "0.7.6", default-features = false } -bincode = "1" +bincode = "2" bit-set = { version = "0.8", default-features = false } bit-vec = { version = "0.8", default-features = false } bitflags = "2.9"