Skip to content

Commit

Permalink
Bump the rust-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the rust-dependencies group with 2 updates: [rand](https://github.com/rust-random/rand) and [rand_chacha](https://github.com/rust-random/rand).


Updates `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)

Updates `rand_chacha` from 0.3.1 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@rand_chacha-0.3.1...0.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
1 parent 1f5549e commit 4d011e0
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 15 deletions.
60 changes: 47 additions & 13 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ flate2 = "1.0.35"
indicatif = "0.17.10"
jemallocator = "0.5.4"
log = "0.4.25"
rand = "0.8.5"
rand_chacha = "0.3.1"
rand = "0.9.0"
rand_chacha = "0.9.0"
rayon = "1.10.0"
thiserror = "2.0.11"

Expand Down

0 comments on commit 4d011e0

Please sign in to comment.