Skip to content

Commit

Permalink
Bump rand_distr from 0.4.3 to 0.5.0
Browse files Browse the repository at this point in the history
Bumps [rand_distr](https://github.com/rust-random/rand) from 0.4.3 to 0.5.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@rand_distr-0.4.3...0.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 5c31fd8 commit f5d1bfd
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 20 deletions.
129 changes: 110 additions & 19 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ndarray-rand = "0.15.0"
protobuf = { version = "3.3", features = ["with-bytes"] }
rand = "0.8.5"
rand_chacha = "0.3.1"
rand_distr = "0.4.3"
rand_distr = "0.5.0"
rayon = "1.10.0"
regex = "1.11.1"
reqwest = { version = "0.12", default-features = false, features = [
Expand Down

0 comments on commit f5d1bfd

Please sign in to comment.