From 987857ea6f3502f03ffc9ef69c3be22963a136c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 21:00:02 +0000 Subject: [PATCH] Update Rust crate bincode to v2 --- internal/state/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/state/Cargo.toml b/internal/state/Cargo.toml index 4a6c2a9..ff58d34 100644 --- a/internal/state/Cargo.toml +++ b/internal/state/Cargo.toml @@ -5,7 +5,7 @@ edition = "2018" license = "Apache-2.0" [dependencies] -bincode = "1.3.3" +bincode = "2.0.1" derive_more = "0.99.17" git-fast-import = { path = "../../git-fast-import" } log = "0.4.14"