Skip to content

Commit

Permalink
Update rand requirement from 0.8 to 0.9
Browse files Browse the repository at this point in the history
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version.
- [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.0...0.9.0)

---
updated-dependencies:
- dependency-name: rand
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
1 parent 64bdff6 commit dd54077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ url = "2.2.2"
tracing = "0.1"
thiserror = "2.0"
async-trait = "0.1.51"
rand = "0.8"
rand = "0.9"
dashmap = "6.1.0"
murmur3 = "0.5.2"

Expand Down
2 changes: 1 addition & 1 deletion protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ derive_more = "0.99"

[dev-dependencies]
fake = { version = "3.0", features=['derive', 'chrono','uuid']}
rand = "0.8"
rand = "0.9"
pretty_assertions = "1.2.0"

0 comments on commit dd54077

Please sign in to comment.