From a791ebdd40a442d15c72239dff4222b7075d2bf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 17:33:54 +0000 Subject: [PATCH] Bump rand from 0.9.2 to 0.9.3 Bumps [rand](https://github.com/rust-random/rand) from 0.9.2 to 0.9.3. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.3/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/rand_core-0.9.2...0.9.3) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/cli/Cargo.toml | 2 +- src/lib/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dec9be9c..1a32382d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -966,9 +966,9 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" [[package]] name = "rand" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" +checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166" dependencies = [ "rand_chacha", "rand_core", diff --git a/src/cli/Cargo.toml b/src/cli/Cargo.toml index d61bc929..2eecbe19 100644 --- a/src/cli/Cargo.toml +++ b/src/cli/Cargo.toml @@ -17,7 +17,7 @@ clap_complete = "4.5.60" cubing = { workspace = true } derive_more = { version = "2.0.1", features = ["from"] } instant = "0.1.13" -rand = "0.9.2" +rand = "0.9.3" serde = "1.0.228" tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] } tower-http = { version = "0.6.6", features = ["cors"] } diff --git a/src/lib/Cargo.toml b/src/lib/Cargo.toml index 6a50ee84..7e8bb0e1 100644 --- a/src/lib/Cargo.toml +++ b/src/lib/Cargo.toml @@ -21,7 +21,7 @@ indicatif = "0.18.2" instant = { version = "0.1.13", features = ["wasm-bindgen"] } multiset = "0.0.5" num-integer = "0.1.46" -rand = "0.9.2" +rand = "0.9.3" serde = { version = "1.0.228", features = ["derive", "rc"] } sha2 = "0.10.9" serde_json = "1.0.145"