From 7b58aec858b117c384b0a08b0eab929d6b8902bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 22:11:12 +0000 Subject: [PATCH] deps: 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: 2.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sprs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sprs/Cargo.toml b/sprs/Cargo.toml index ed15b400..ff3ada6c 100644 --- a/sprs/Cargo.toml +++ b/sprs/Cargo.toml @@ -34,7 +34,7 @@ approx = { version = "0.5", optional = true } num-derive = "0.4" bencher = "0.1.0" tempfile = "3.1.0" -bincode = { version = "2.0.1", features = ["serde"] } +bincode = { version = "3.0.0", features = ["serde"] } tobj = "4.0" image = { version = "0.25.2", default-features = false, features = ["png"] } rand = { version = "0.9", default-features = false, features = ["small_rng"] }