Skip to content

Commit 3713562

Browse files
committed
Update rand to deduplicate it
1 parent 5928056 commit 3713562

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Cargo.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -4052,7 +4052,7 @@ dependencies = [
40524052
name = "rustc_incremental"
40534053
version = "0.0.0"
40544054
dependencies = [
4055-
"rand 0.7.3",
4055+
"rand 0.8.4",
40564056
"rustc_ast",
40574057
"rustc_data_structures",
40584058
"rustc_errors",

Diff for: compiler/rustc_incremental/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ doctest = false
99
[dependencies]
1010
rustc_graphviz = { path = "../rustc_graphviz" }
1111
tracing = "0.1"
12-
rand = "0.7"
12+
rand = "0.8.4"
1313
rustc_middle = { path = "../rustc_middle" }
1414
rustc_data_structures = { path = "../rustc_data_structures" }
1515
rustc_hir = { path = "../rustc_hir" }

0 commit comments

Comments
 (0)