Skip to content

Commit

Permalink
Update rand requirement from 0.7.0 to 0.8.0 (#69)
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.7.0...0.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Jan 4, 2021
1 parent 880dbde commit 341a3fa
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 @@ -24,7 +24,7 @@ tokio-io = { version = "0.1.12", optional = true }
futures = { version = "0.1.26", optional = true }

[dev-dependencies]
rand = "0.7.0"
rand = "0.8.0"
quickcheck = "0.9.0"
tokio-core = "0.1.17"

Expand Down

0 comments on commit 341a3fa

Please sign in to comment.