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 Jan 27, 2025
1 parent 7e6c826 commit 17d9d73
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 20 deletions.
117 changes: 99 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ serde_json = "1.0"
serde_json_any_key = "2.0.0"
anyhow = "1.0.95"
bytes = "1.9.0"
rand = "0.8"
rand = "0.9"
lazy_static = "1.5.0"
num_cpus = "1.16"

Expand Down
2 changes: 1 addition & 1 deletion rocketmq-broker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ bytes = { workspace = true }
parking_lot.workspace = true

clap = { version = "4.5.27", features = ["derive"] }
rand = "0.8.5"
rand = "0.9.0"

#tools
dirs.workspace = true
Expand Down

0 comments on commit 17d9d73

Please sign in to comment.