Skip to content

Commit

Permalink
Update rand_xorshift requirement from 0.3.0 to 0.4.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rand_xorshift](https://github.com/rust-random/rngs) to permit the latest version.
- [Commits](rust-random/rngs@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 6c2a084 commit 6a4c38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 6a4c38c

Please sign in to comment.