From 2f65fe83ec13c8d3891483e9807a5bfb3b3faf2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 09:49:45 +0000 Subject: [PATCH] chore(deps): update bincode requirement from 2.0.0-rc.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: 2.0.1 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 632c29c..ccb8f80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ chrono = "0.4" sha2 = "0.10" flate2 = "1.0" lz4 = "1.24" -bincode = { version = "2.0.0-rc.3", features = ["serde"] } +bincode = { version = "3.0.0", features = ["serde"] } rand = "0.8" ndarray = { version = "0.16", features = ["serde"] }