From 138492c30b85748c3ab9d9f040f98ad9e4343e1f Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Wed, 11 Sep 2019 18:33:48 +0200 Subject: [PATCH] bump rand dependency --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ecc8deedf325..7d6e9812aaf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,11 +39,13 @@ env_logger = "0.6" log = "0.4" shell-escape = "0.1.4" hex = "0.3.2" -rand = "0.6" +rand = "0.7" + # A noop dependency that changes in the Rust repository, it's a bit of a hack. # See the `src/tools/rustc-workspace-hack/README.md` file in `rust-lang/rust` # for more information. rustc-workspace-hack = "1.0.0" + # Depend on num-traits with default features to avoid having to rebuild # between "cargo build" and "cargo intall". num-traits = "*"