Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update rand_xoshiro requirement from 0.6 to 0.7
Browse files Browse the repository at this point in the history
Updates the requirements on [rand_xoshiro](https://github.com/rust-random/rngs) to permit the latest version.
- [Commits](rust-random/rngs@rand_xoshiro-0.6.0...rand_xoshiro-0.7.0)

---
updated-dependencies:
- dependency-name: rand_xoshiro
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Jan 30, 2025
1 parent c37dae1 commit 52d4df5
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
@@ -38,7 +38,7 @@ triomphe = ["archery/triomphe"]
bitmaps = "3"
imbl-sized-chunks = "0.1.3"
rand_core = "0.6.3"
rand_xoshiro = "0.6"
rand_xoshiro = "0.7"
archery = "1.2.1"
quickcheck = { version = "1.0", optional = true }
proptest = { version = "1.0", optional = true }

0 comments on commit 52d4df5

Please sign in to comment.