From e4a8ccbc24483e3c1df3b474e99ec0cfa10f9dfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 09:21:47 +0000 Subject: [PATCH] Update rand requirement from 0.9.2 to 0.10.0 Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/rand_core-0.9.2...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 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 2226656..5bc9807 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ simsimd = "6.5.3" wide = "0.7.28" paste = "1.0.15" half = { version = "2.6.0", features = ["bytemuck", "num-traits"] } -rand = { version = "0.9.2", features = ["small_rng"] } +rand = { version = "0.10.0", features = ["small_rng"] } rand_distr = "0.5.1" rayon = { version = "1.10", optional = true } accelerate-src = { version = "0.3.2", optional = true }