File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3416,7 +3416,7 @@ dependencies = [
34163416 " libc" ,
34173417 " measureme" ,
34183418 " memmap2" ,
3419- " parking_lot 0.11.2 " ,
3419+ " parking_lot 0.12.1 " ,
34203420 " rustc-hash" ,
34213421 " rustc-rayon" ,
34223422 " rustc-rayon-core" ,
@@ -4135,7 +4135,7 @@ dependencies = [
41354135name = " rustc_query_system"
41364136version = " 0.0.0"
41374137dependencies = [
4138- " parking_lot 0.11.2 " ,
4138+ " parking_lot 0.12.1 " ,
41394139 " rustc-rayon-core" ,
41404140 " rustc_ast" ,
41414141 " rustc_data_structures" ,
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ elsa = "=1.7.1"
3535itertools = " 0.10.1"
3636
3737[dependencies .parking_lot ]
38- version = " 0.11 "
38+ version = " 0.12 "
3939
4040[target .'cfg(windows)' .dependencies .windows ]
4141version = " 0.48.0"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2021"
66[lib ]
77
88[dependencies ]
9- parking_lot = " 0.11 "
9+ parking_lot = " 0.12 "
1010rustc_ast = { path = " ../rustc_ast" }
1111rustc_data_structures = { path = " ../rustc_data_structures" }
1212rustc_errors = { path = " ../rustc_errors" }
You can’t perform that action at this time.
0 commit comments