File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3416,7 +3416,7 @@ dependencies = [
3416
3416
" libc" ,
3417
3417
" measureme" ,
3418
3418
" memmap2" ,
3419
- " parking_lot 0.11.2 " ,
3419
+ " parking_lot 0.12.1 " ,
3420
3420
" rustc-hash" ,
3421
3421
" rustc-rayon" ,
3422
3422
" rustc-rayon-core" ,
@@ -4135,7 +4135,7 @@ dependencies = [
4135
4135
name = " rustc_query_system"
4136
4136
version = " 0.0.0"
4137
4137
dependencies = [
4138
- " parking_lot 0.11.2 " ,
4138
+ " parking_lot 0.12.1 " ,
4139
4139
" rustc-rayon-core" ,
4140
4140
" rustc_ast" ,
4141
4141
" rustc_data_structures" ,
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ elsa = "=1.7.1"
35
35
itertools = " 0.10.1"
36
36
37
37
[dependencies .parking_lot ]
38
- version = " 0.11 "
38
+ version = " 0.12 "
39
39
40
40
[target .'cfg(windows)' .dependencies .windows ]
41
41
version = " 0.48.0"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2021"
6
6
[lib ]
7
7
8
8
[dependencies ]
9
- parking_lot = " 0.11 "
9
+ parking_lot = " 0.12 "
10
10
rustc_ast = { path = " ../rustc_ast" }
11
11
rustc_data_structures = { path = " ../rustc_data_structures" }
12
12
rustc_errors = { path = " ../rustc_errors" }
You can’t perform that action at this time.
0 commit comments