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