Skip to content

Commit 62a2872

Browse files
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](rust-random/rngs@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] <support@github.com>
1 parent a09bd05 commit 62a2872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ clap = { version = "4.0", optional = true, features = ["cargo"] }
3434
clap_autocomplete = { version = "0.4", optional = true }
3535
poloto = { version = "19", optional = true, default-features = false }
3636
tagu = "0.1.6"
37-
rand_xorshift = { version = "0.4.0", optional = true }
37+
rand_xorshift = { version = "0.5.0", optional = true }
3838

3939
[features]
4040
default = ["bin", "pretty", "completion", "regression", "ols", "percentile-rand", "generic-impls", "binary_search_rng", "random_subset_regression"]

0 commit comments

Comments
 (0)