Skip to content

Commit

Permalink
Update rand requirement from 0.4.2 to 0.5.5
Browse files Browse the repository at this point in the history
Updates the requirements on [rand](https://github.com/rust-lang-nursery/rand) to permit the latest version.
- [Release notes](https://github.com/rust-lang-nursery/rand/releases)
- [Changelog](https://github.com/rust-lang-nursery/rand/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang-nursery/rand/commits/0.5.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Aug 8, 2018
1 parent 82b60dc commit 8f58115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "wee_alloc_test"
version = "0.1.0"

[dependencies]
rand = "0.4.2"
rand = "0.5.5"
quickcheck = "0.6.0"
histo = "0.1.0"
cfg-if = "0.1.2"
Expand Down

0 comments on commit 8f58115

Please sign in to comment.