Bump rand from 0.5.5 to 0.6.1 (#1891)

* Bump rand from 0.5.5 to 0.6.1

Bumps [rand](https://github.com/rust-random/rand) from 0.5.5 to 0.6.1.
- [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[bot] <support@dependabot.com>

* Fix conflicts and deprecated usages

* Fix benches
This commit is contained in:
dependabot[bot]
2018-12-05 14:12:10 -08:00
committed by Sagar Dhawan
parent a29b307554
commit ad3e36a7ab
9 changed files with 28 additions and 27 deletions

View File

@@ -9,7 +9,7 @@ license = "Apache-2.0"
[dependencies]
influx_db_client = "0.3.6"
log = "0.4.2"
rand = "0.5.1"
rand = "0.6.1"
reqwest = "0.9.0"
lazy_static = "1.2.0"
solana-sdk = { path = "../sdk", version = "0.11.0" }