From 3d52874a65401365cb09a404383793e2c804e710 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 03:12:30 +0000 Subject: [PATCH] Update bincode requirement from 2.0.1 to 3.0.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 e277faf..da9d8e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ all-features = true [dependencies] base64 = { version = "0.22", optional = true } # Optional bincode v2 for bincode feature -bincode = { package = "bincode", version = "2.0.1", optional = true } +bincode = { package = "bincode", version = "3.0.0", optional = true } # Optional bincode v1 for bincode_serde feature bincode_v1 = { package = "bincode", version = "1", optional = true } bitcode = { version = "0.6.6", optional = true }