Skip to content

Commit

Permalink
Update rand requirement from 0.8.5 to 0.9.0
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.5...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 Feb 3, 2025
1 parent d10e317 commit a980b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tokio = { version = "1.25.0", default-features = false, features = ["signal", "r
beam-lib = { git = "https://github.com/samply/beam", branch = "develop", features = ["http-util"] }
laplace_rs = {git = "https://github.com/samply/laplace-rs.git", tag = "v0.5.0" }
uuid = "1.8.0"
rand = { default-features = false, version = "0.8.5" }
rand = { default-features = false, version = "0.9.0" }
futures-util = { version = "0.3", default-features = false, features = ["std"] }
tryhard = "0.5"

Expand Down

0 comments on commit a980b11

Please sign in to comment.