Skip to content

Commit 2049d6f

Browse files
authored
Rollup merge of rust-lang#58908 - JohnTitor:improve-rand, r=scottmcm
Update rand version cc: rust-lang#57724 r? @scottmcm
2 parents ad7b650 + 939a263 commit 2049d6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -2747,7 +2747,7 @@ version = "0.0.0"
27472747
dependencies = [
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",

src/librustc_incremental/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ crate-type = ["dylib"]
1212
[dependencies]
1313
graphviz = { path = "../libgraphviz" }
1414
log = "0.4"
15-
rand = "0.5"
15+
rand = "0.6"
1616
rustc = { path = "../librustc" }
1717
rustc_data_structures = { path = "../librustc_data_structures" }
1818
serialize = { path = "../libserialize" }

0 commit comments

Comments
 (0)