Skip to content

Commit

Permalink
deps: update rand_pcg requirement from 0.3.1 to 0.9.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rand_pcg](https://github.com/rust-random/rand) to permit the latest version.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@rand_pcg-0.3.1...0.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent e7314f4 commit 38e4e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sprs-rand/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ edition.workspace = true
[dependencies]
rand = "0.8.5"
rand_distr = "0.4.3"
rand_pcg = "0.3.1"
rand_pcg = "0.9.0"
sprs = { version = "0.11.0", path = "../sprs" }

0 comments on commit 38e4e7f

Please sign in to comment.