From cd896d8c4c5e2b1b47079d94135e4cb7b2b9bdea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 15:30:46 +0000 Subject: [PATCH] Update rand requirement from 0.9 to 0.10 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.1...0.10.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- metropolis-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metropolis-core/Cargo.toml b/metropolis-core/Cargo.toml index 744f234..3c799a8 100644 --- a/metropolis-core/Cargo.toml +++ b/metropolis-core/Cargo.toml @@ -46,7 +46,7 @@ polars = { version = "0.52.0", default-features = false, features = [ "csv", "parquet", ] } -rand = "0.9" +rand = "0.10" rand_xorshift = "0.4" rayon = "1.5" serde = "1.0"