Skip to content

Commit

Permalink
Update rand requirement from 0.6 to 0.7
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](https://github.com/rust-random/rand/commits)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Aug 14, 2019
1 parent 0954103 commit a4630d6
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 @@ -32,7 +32,7 @@ crc32fast = "1.1"
miniz_oxide = "0.3.2"

[dev-dependencies]
rand = "0.6"
rand = "0.7"
quickcheck = { version = "0.8", default-features = false }
tokio-io = "0.1.11"
tokio-tcp = "0.1.3"
Expand Down

0 comments on commit a4630d6

Please sign in to comment.