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"]