We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9261088 commit 939a263Copy full SHA for 939a263
Cargo.lock
@@ -2747,7 +2747,7 @@ version = "0.0.0"
2747
dependencies = [
2748
"graphviz 0.0.0",
2749
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2750
- "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)",
2751
"rustc 0.0.0",
2752
"rustc_data_structures 0.0.0",
2753
"rustc_fs_util 0.0.0",
src/librustc_incremental/Cargo.toml
@@ -12,7 +12,7 @@ crate-type = ["dylib"]
12
[dependencies]
13
graphviz = { path = "../libgraphviz" }
14
log = "0.4"
15
-rand = "0.5"
+rand = "0.6"
16
rustc = { path = "../librustc" }
17
rustc_data_structures = { path = "../librustc_data_structures" }
18
serialize = { path = "../libserialize" }
0 commit comments