Skip to content

Commit

Permalink
build(deps): bump rand_core from 0.6.4 to 0.9.0
Browse files Browse the repository at this point in the history
Bumps [rand_core](https://github.com/rust-random/rand) from 0.6.4 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_core-0.6.4...0.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 55ea7fb commit e779e46
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 7 deletions.
41 changes: 35 additions & 6 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 @@ -60,7 +60,7 @@ procfs = "0.17"
prost = "0.13.4"
quick_cache = "0.6.9"
rand = "0.8"
rand_core = "0.6"
rand_core = "0.9"
rayon = "1.10.0"
rocksdb = { version = "0.22.0", features = ["multi-threaded-cf"] }
rustc-hash = "2.1.0"
Expand Down

0 comments on commit e779e46

Please sign in to comment.