From 2a0ee2f650e06b9432bad0d2416f55d91b378154 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:33:56 +0000 Subject: [PATCH] Update rand_xorshift requirement from 0.4 to 0.5 Updates the requirements on [rand_xorshift](https://github.com/rust-random/rngs) to permit the latest version. - [Commits](https://github.com/rust-random/rngs/compare/rand_xorshift-0.4.0...rand_jitter-0.5.0) --- updated-dependencies: - dependency-name: rand_xorshift dependency-version: 0.5.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 71809f2..31898da 100644 --- a/metropolis-core/Cargo.toml +++ b/metropolis-core/Cargo.toml @@ -47,7 +47,7 @@ polars = { version = "0.52.0", default-features = false, features = [ "parquet", ] } rand = "0.9" -rand_xorshift = "0.4" +rand_xorshift = "0.5" rayon = "1.5" serde = "1.0" serde_derive = "1.0"