Skip to content

Commit

Permalink
Update rand requirement from 0.5.5 to 0.6.1
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/0.6.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Jan 4, 2019
1 parent b05aaf6 commit d00441e
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 @@ -53,7 +53,7 @@ features = ["common", "serde"]
cgmath = { version = "0.16" }
criterion = "0.2"
ron = "0.4"
rand = "0.5.5"
rand = "0.6.1"
serde_json = "1.0"
specs-derive = { path = "specs-derive", version = "0.3.0" }

Expand Down

0 comments on commit d00441e

Please sign in to comment.