From 2afa9d5060078fa4dd7c0060e9f5419899244e4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 16:01:05 +0000 Subject: [PATCH] deps: update bincode requirement from 1.3.3 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 794b1aa..8c4afba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,7 +89,7 @@ proptest = "1.9.0" quickcheck = "1.0.3" hex-literal = "1.1.0" serde_json = "1.0.145" -bincode = "1.3.3" +bincode = "3.0.0" toml = "1.1.2" serde_bytes = "0.11.19"