Skip to content

Commit

Permalink
Bump rand from 0.8.5 to 0.9.0
Browse files Browse the repository at this point in the history
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.0.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@0.8.5...0.9.0)

---
updated-dependencies:
- dependency-name: rand
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2025
1 parent 73409fb commit 9c00790
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 19 deletions.
128 changes: 110 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/accelerate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ workspace = true
[dependencies]
rayon.workspace = true
numpy.workspace = true
rand = "0.8"
rand = "0.9"
rand_pcg = "0.3"
rand_distr = "0.4.3"
ahash.workspace = true
Expand Down

0 comments on commit 9c00790

Please sign in to comment.