@@ -548,7 +548,7 @@ dependencies = [
548548 " futures" ,
549549 " if_chain" ,
550550 " itertools" ,
551- " parking_lot 0.12.1 " ,
551+ " parking_lot" ,
552552 " quote" ,
553553 " regex" ,
554554 " rustc_tools_util" ,
@@ -866,16 +866,6 @@ dependencies = [
866866 " typenum" ,
867867]
868868
869- [[package ]]
870- name = " cstr"
871- version = " 0.2.8"
872- source = " registry+https://github.com/rust-lang/crates.io-index"
873- checksum = " c11a39d776a3b35896711da8a04dc1835169dcd36f710878187637314e47941b"
874- dependencies = [
875- " proc-macro2" ,
876- " quote" ,
877- ]
878-
879869[[package ]]
880870name = " ctrlc"
881871version = " 3.4.0"
@@ -2366,13 +2356,13 @@ dependencies = [
23662356
23672357[[package ]]
23682358name = " measureme"
2369- version = " 10.1.1 "
2359+ version = " 10.1.2 "
23702360source = " registry+https://github.com/rust-lang/crates.io-index"
2371- checksum = " 1930d162935fecd56fc4e0f6729eb3483bac1264542eb4ea31570b86a434b6bc "
2361+ checksum = " 45e381dcdad44c3c435f8052b08c5c4a1449c48ab56f312345eae12d7a693dbe "
23722362dependencies = [
23732363 " log" ,
23742364 " memmap2" ,
2375- " parking_lot 0.11.2 " ,
2365+ " parking_lot" ,
23762366 " perf-event-open-sys" ,
23772367 " rustc-hash" ,
23782368 " smallvec" ,
@@ -2790,39 +2780,14 @@ dependencies = [
27902780 " unicode-width" ,
27912781]
27922782
2793- [[package ]]
2794- name = " parking_lot"
2795- version = " 0.11.2"
2796- source = " registry+https://github.com/rust-lang/crates.io-index"
2797- checksum = " 7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2798- dependencies = [
2799- " instant" ,
2800- " lock_api" ,
2801- " parking_lot_core 0.8.6" ,
2802- ]
2803-
28042783[[package ]]
28052784name = " parking_lot"
28062785version = " 0.12.1"
28072786source = " registry+https://github.com/rust-lang/crates.io-index"
28082787checksum = " 3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
28092788dependencies = [
28102789 " lock_api" ,
2811- " parking_lot_core 0.9.8" ,
2812- ]
2813-
2814- [[package ]]
2815- name = " parking_lot_core"
2816- version = " 0.8.6"
2817- source = " registry+https://github.com/rust-lang/crates.io-index"
2818- checksum = " 60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
2819- dependencies = [
2820- " cfg-if" ,
2821- " instant" ,
2822- " libc" ,
2823- " redox_syscall 0.2.16" ,
2824- " smallvec" ,
2825- " winapi" ,
2790+ " parking_lot_core" ,
28262791]
28272792
28282793[[package ]]
@@ -3582,7 +3547,6 @@ name = "rustc_codegen_llvm"
35823547version = " 0.0.0"
35833548dependencies = [
35843549 " bitflags 1.3.2" ,
3585- " cstr" ,
35863550 " itertools" ,
35873551 " libc" ,
35883552 " measureme" ,
@@ -3693,7 +3657,7 @@ dependencies = [
36933657 " libc" ,
36943658 " measureme" ,
36953659 " memmap2" ,
3696- " parking_lot 0.12.1 " ,
3660+ " parking_lot" ,
36973661 " portable-atomic" ,
36983662 " rustc-hash" ,
36993663 " rustc-rayon" ,
@@ -4428,7 +4392,7 @@ dependencies = [
44284392name = " rustc_query_system"
44294393version = " 0.0.0"
44304394dependencies = [
4431- " parking_lot 0.12.1 " ,
4395+ " parking_lot" ,
44324396 " rustc-rayon-core" ,
44334397 " rustc_ast" ,
44344398 " rustc_data_structures" ,
@@ -5145,7 +5109,7 @@ checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
51455109dependencies = [
51465110 " new_debug_unreachable" ,
51475111 " once_cell" ,
5148- " parking_lot 0.12.1 " ,
5112+ " parking_lot" ,
51495113 " phf_shared" ,
51505114 " precomputed-hash" ,
51515115 " serde" ,
@@ -5670,7 +5634,7 @@ dependencies = [
56705634 " matchers" ,
56715635 " nu-ansi-term" ,
56725636 " once_cell" ,
5673- " parking_lot 0.12.1 " ,
5637+ " parking_lot" ,
56745638 " regex" ,
56755639 " sharded-slab" ,
56765640 " smallvec" ,
0 commit comments