From 6cea9dcb365a4f903e2fd2f36b3f26e077e6e2bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 11:19:22 +0000 Subject: [PATCH] Update bincode requirement from 1.1.4 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] --- rand_isaac/Cargo.toml | 2 +- rand_xorshift/Cargo.toml | 2 +- rand_xoshiro/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rand_isaac/Cargo.toml b/rand_isaac/Cargo.toml index 6af3a691..27add2f0 100644 --- a/rand_isaac/Cargo.toml +++ b/rand_isaac/Cargo.toml @@ -29,4 +29,4 @@ serde_arrays = { version = "0.2.0", optional = true } [dev-dependencies] # This is for testing serde, unfortunately we can't specify feature-gated dev # deps yet, see: https://github.com/rust-lang/cargo/issues/1596 -bincode = "1.1.4" +bincode = "3.0.0" diff --git a/rand_xorshift/Cargo.toml b/rand_xorshift/Cargo.toml index 68ecf48d..f746a787 100644 --- a/rand_xorshift/Cargo.toml +++ b/rand_xorshift/Cargo.toml @@ -28,4 +28,4 @@ serde = { version = "1.0.118", default-features = false, features = ["derive"], [dev-dependencies] # This is for testing serde, unfortunately we can't specify feature-gated dev # deps yet, see: https://github.com/rust-lang/cargo/issues/1596 -bincode = "1" +bincode = "3" diff --git a/rand_xoshiro/Cargo.toml b/rand_xoshiro/Cargo.toml index 543eac71..b27b74ca 100644 --- a/rand_xoshiro/Cargo.toml +++ b/rand_xoshiro/Cargo.toml @@ -26,4 +26,4 @@ serde = { version = "1", features = ["derive"], optional=true } [dev-dependencies] # This is for testing serde, unfortunately we can't specify feature-gated dev # deps yet, see: https://github.com/rust-lang/cargo/issues/1596 -bincode = { version = "1" } +bincode = { version = "3" }