Skip to content

Commit

Permalink
Update rand requirement from 0.5 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] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jul 1, 2019
1 parent 725de43 commit 3baf236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -25,5 +25,5 @@ maintenance = { status = "actively-developed" }
twox-hash = "1.1"
serde_derive = "1.0"
serde = "1.0"
rand = "0.5"
rand = "0.7"
packed_simd = { version = "0.3", features = ["into_bits"] }

0 comments on commit 3baf236

Please sign in to comment.