]> git.lizzy.rs Git - rust.git/commitdiff
Update rand version
authorYuki Okushi <huyuumi.dev@gmail.com>
Mon, 4 Mar 2019 07:20:46 +0000 (16:20 +0900)
committerYuki Okushi <huyuumi.dev@gmail.com>
Mon, 4 Mar 2019 07:20:46 +0000 (16:20 +0900)
Cargo.lock
src/librustc_incremental/Cargo.toml

index 19dadaa14005aa0310970aa03735c445245645f1..0406d37b6dc27a2db6f09548fbda5e4ef916c697 100644 (file)
@@ -2747,7 +2747,7 @@ version = "0.0.0"
 dependencies = [
  "graphviz 0.0.0",
  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "rustc 0.0.0",
  "rustc_data_structures 0.0.0",
  "rustc_fs_util 0.0.0",
index 10b448b7fec3f90f752ee8f26c76d7b158aa1977..df971ec5bdb85c9d0740a3afc5eef44f3db05a31 100644 (file)
@@ -12,7 +12,7 @@ crate-type = ["dylib"]
 [dependencies]
 graphviz = { path = "../libgraphviz" }
 log = "0.4"
-rand = "0.5"
+rand = "0.6"
 rustc = { path = "../librustc" }
 rustc_data_structures = { path = "../librustc_data_structures" }
 serialize = { path = "../libserialize" }