From 8f75061d4a4ef33c177160c3c794fd3f8c100202 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 01:47:26 +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 dfb0085..4effff7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -141,7 +141,7 @@ content_inspector = "0.2.4" git-config-env = "0.2.1" shlex = "1.3.0" anstyle-syntect = "1.0.0" -bincode = { version = "2.0", default-features = false, features = ["std", "serde"] } +bincode = { version = "3.0", default-features = false, features = ["std", "serde"] } serde = { version = "1.0.199", features = ["derive"] } flate2 = "1.0.30" once_cell = "1.19.0"