Bump rand from 0.6.3 to 0.6.4

Bumps [rand](https://github.com/rust-random/rand) from 0.6.3 to 0.6.4.
- [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/compare/0.6.3...0.6.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-01-08 17:53:05 +00:00
committed by Greg Fitzgerald
parent 0f8ea6872e
commit 08924ea36a
3 changed files with 9 additions and 9 deletions

View File

@@ -35,7 +35,7 @@ itertools = "0.8.0"
libc = "0.2.46"
log = "0.4.2"
nix = "0.12.0"
rand = "0.6.3"
rand = "0.6.4"
rand_chacha = "0.1.1"
rayon = "1.0.0"
reqwest = "0.9.6"