From 24fae0e7fe880ae2f1c3ef4f29eec99e982b93f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 15:57:29 +0000 Subject: [PATCH] Update bincode requirement from 1.3.1 to 2.0.0 Updates the requirements on [bincode](https://github.com/bincode-org/bincode) to permit the latest version. - [Release notes](https://github.com/bincode-org/bincode/releases) - [Commits](https://github.com/bincode-org/bincode/compare/v1.3.1...v2.0.0) --- updated-dependencies: - dependency-name: bincode 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 b2e186a5..598b710f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ wasm-bindgen-test = "0.3" [dev-dependencies] itertools = "0.13.0" serde_json = "1.0" -bincode = "1.3.1" +bincode = "2.0.0" [workspace]