From 6a4c38cfef4abf1553e8f2be67277c0b988657b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 18:05:28 +0000 Subject: [PATCH] Update rand_xorshift requirement from 0.3.0 to 0.4.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.3.0...rand_xorshift-0.4.0) --- updated-dependencies: - dependency-name: rand_xorshift 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 ba76fed..ad51cbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,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.3.0", optional = true } +rand_xorshift = { version = "0.4.0", optional = true } [features] default = ["bin", "pretty", "completion", "regression", "ols", "percentile-rand", "generic-impls", "binary_search_rng", "random_subset_regression"]