From d04406dc0cae636f8826bb9f40b49b173d9b0744 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 21:07:05 +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 0d425aeea2..9dfdd70c80 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"