File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2747,7 +2747,7 @@ version = "0.0.0"
27472747dependencies = [
27482748 " graphviz 0.0.0" ,
27492749 " 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)" ,
2750+ " rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
27512751 " rustc 0.0.0" ,
27522752 " rustc_data_structures 0.0.0" ,
27532753 " rustc_fs_util 0.0.0" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ crate-type = ["dylib"]
1212[dependencies ]
1313graphviz = { path = " ../libgraphviz" }
1414log = " 0.4"
15- rand = " 0.5 "
15+ rand = " 0.6 "
1616rustc = { path = " ../librustc" }
1717rustc_data_structures = { path = " ../librustc_data_structures" }
1818serialize = { path = " ../libserialize" }
You can’t perform that action at this time.
0 commit comments