From 27cab6309a4127312067aedbe0daa70a0885e4b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 18:35:26 +0000 Subject: [PATCH] Update bincode requirement from 1.3 to 3.0 Updates the requirements on [bincode](https://github.com/bincode-org/bincode) to permit the latest version. - [Commits](https://github.com/bincode-org/bincode/commits) --- updated-dependencies: - dependency-name: bincode dependency-version: 3.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 40eb36a..9425614 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ subtle = "2.5" # Serialization serde = { version = "1.0", features = ["derive"] } -bincode = "2.0.0-rc.3" +bincode = "3.0.0" # Error handling thiserror = "1.0"