From 62a2872ec92fe3d58c9cbc98dc16e315bbac41d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 00:19:04 +0000 Subject: [PATCH] Update rand_xorshift requirement from 0.4.0 to 0.5.0 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 53abad5..fdbc9c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ clap = { version = "4.0", optional = true, features = ["cargo"] } clap_autocomplete = { version = "0.4", optional = true } poloto = { version = "19", optional = true, default-features = false } tagu = "0.1.6" -rand_xorshift = { version = "0.4.0", optional = true } +rand_xorshift = { version = "0.5.0", optional = true } [features] default = ["bin", "pretty", "completion", "regression", "ols", "percentile-rand", "generic-impls", "binary_search_rng", "random_subset_regression"]