Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
Update rand requirement from 0.6.5 to 0.7.0
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 Jul 2, 2019
1 parent 65acec4 commit e985617
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 @@ -15,7 +15,7 @@ schnorrkel = { version="0.1.1" }

[dev-dependencies]
hex-literal = "0.2.0"
rand = "0.6.5"
rand = "0.7.0"

[build-dependencies]
cbindgen = "0.9.0"

0 comments on commit e985617

Please sign in to comment.