Skip to content

Commit

Permalink
Update rand requirement from 0.7 to 0.8
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](rust-random/rand@0.7.0...0.8.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 21, 2020
1 parent 79ca381 commit 7ddb332
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 @@ -45,7 +45,7 @@ serde = { version = "1", optional = true, default-features = false }
[dev-dependencies]
# TODO This will probably be part of rust in the future (see https://github.com/rust-lang/rust/issues/29553)
criterion = "0.3"
rand = "0.7"
rand = "0.8"
# needed to test serde
bincode = "1"
pretty_assertions = "0.6"
Expand Down

0 comments on commit 7ddb332

Please sign in to comment.