File tree 2 files changed +2
-2
lines changed
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"
2747
2747
dependencies = [
2748
2748
" graphviz 0.0.0" ,
2749
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)" ,
2750
+ " rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2751
2751
" rustc 0.0.0" ,
2752
2752
" rustc_data_structures 0.0.0" ,
2753
2753
" rustc_fs_util 0.0.0" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ crate-type = ["dylib"]
12
12
[dependencies ]
13
13
graphviz = { path = " ../libgraphviz" }
14
14
log = " 0.4"
15
- rand = " 0.5 "
15
+ rand = " 0.6 "
16
16
rustc = { path = " ../librustc" }
17
17
rustc_data_structures = { path = " ../librustc_data_structures" }
18
18
serialize = { path = " ../libserialize" }
You can’t perform that action at this time.
0 commit comments