We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5928056 commit 3713562Copy full SHA for 3713562
Cargo.lock
@@ -4052,7 +4052,7 @@ dependencies = [
4052
name = "rustc_incremental"
4053
version = "0.0.0"
4054
dependencies = [
4055
- "rand 0.7.3",
+ "rand 0.8.4",
4056
"rustc_ast",
4057
"rustc_data_structures",
4058
"rustc_errors",
compiler/rustc_incremental/Cargo.toml
@@ -9,7 +9,7 @@ doctest = false
9
[dependencies]
10
rustc_graphviz = { path = "../rustc_graphviz" }
11
tracing = "0.1"
12
-rand = "0.7"
+rand = "0.8.4"
13
rustc_middle = { path = "../rustc_middle" }
14
rustc_data_structures = { path = "../rustc_data_structures" }
15
rustc_hir = { path = "../rustc_hir" }
0 commit comments