From 4db94badbd615b5da9c9f5a6064ee3f675ec27ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 17:02:16 +0000 Subject: [PATCH] Update bincode requirement from 1.3.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 a544b3be..ad00a953 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ wasm-bindgen-test = "0.3" [dev-dependencies] itertools = "0.13.0" serde_json = "1.0" -bincode = "1.3.1" +bincode = "3.0.0" [workspace]