@@ -548,7 +548,7 @@ dependencies = [
548
548
" futures" ,
549
549
" if_chain" ,
550
550
" itertools" ,
551
- " parking_lot 0.12.1 " ,
551
+ " parking_lot" ,
552
552
" quote" ,
553
553
" regex" ,
554
554
" rustc_tools_util" ,
@@ -2356,13 +2356,13 @@ dependencies = [
2356
2356
2357
2357
[[package ]]
2358
2358
name = " measureme"
2359
- version = " 10.1.1 "
2359
+ version = " 10.1.2 "
2360
2360
source = " registry+https://github.com/rust-lang/crates.io-index"
2361
- checksum = " 1930d162935fecd56fc4e0f6729eb3483bac1264542eb4ea31570b86a434b6bc "
2361
+ checksum = " 45e381dcdad44c3c435f8052b08c5c4a1449c48ab56f312345eae12d7a693dbe "
2362
2362
dependencies = [
2363
2363
" log" ,
2364
2364
" memmap2" ,
2365
- " parking_lot 0.11.2 " ,
2365
+ " parking_lot" ,
2366
2366
" perf-event-open-sys" ,
2367
2367
" rustc-hash" ,
2368
2368
" smallvec" ,
@@ -2780,39 +2780,14 @@ dependencies = [
2780
2780
" unicode-width" ,
2781
2781
]
2782
2782
2783
- [[package ]]
2784
- name = " parking_lot"
2785
- version = " 0.11.2"
2786
- source = " registry+https://github.com/rust-lang/crates.io-index"
2787
- checksum = " 7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2788
- dependencies = [
2789
- " instant" ,
2790
- " lock_api" ,
2791
- " parking_lot_core 0.8.6" ,
2792
- ]
2793
-
2794
2783
[[package ]]
2795
2784
name = " parking_lot"
2796
2785
version = " 0.12.1"
2797
2786
source = " registry+https://github.com/rust-lang/crates.io-index"
2798
2787
checksum = " 3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2799
2788
dependencies = [
2800
2789
" lock_api" ,
2801
- " parking_lot_core 0.9.8" ,
2802
- ]
2803
-
2804
- [[package ]]
2805
- name = " parking_lot_core"
2806
- version = " 0.8.6"
2807
- source = " registry+https://github.com/rust-lang/crates.io-index"
2808
- checksum = " 60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
2809
- dependencies = [
2810
- " cfg-if" ,
2811
- " instant" ,
2812
- " libc" ,
2813
- " redox_syscall 0.2.16" ,
2814
- " smallvec" ,
2815
- " winapi" ,
2790
+ " parking_lot_core" ,
2816
2791
]
2817
2792
2818
2793
[[package ]]
@@ -3682,7 +3657,7 @@ dependencies = [
3682
3657
" libc" ,
3683
3658
" measureme" ,
3684
3659
" memmap2" ,
3685
- " parking_lot 0.12.1 " ,
3660
+ " parking_lot" ,
3686
3661
" portable-atomic" ,
3687
3662
" rustc-hash" ,
3688
3663
" rustc-rayon" ,
@@ -4417,7 +4392,7 @@ dependencies = [
4417
4392
name = " rustc_query_system"
4418
4393
version = " 0.0.0"
4419
4394
dependencies = [
4420
- " parking_lot 0.12.1 " ,
4395
+ " parking_lot" ,
4421
4396
" rustc-rayon-core" ,
4422
4397
" rustc_ast" ,
4423
4398
" rustc_data_structures" ,
@@ -5134,7 +5109,7 @@ checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
5134
5109
dependencies = [
5135
5110
" new_debug_unreachable" ,
5136
5111
" once_cell" ,
5137
- " parking_lot 0.12.1 " ,
5112
+ " parking_lot" ,
5138
5113
" phf_shared" ,
5139
5114
" precomputed-hash" ,
5140
5115
" serde" ,
@@ -5659,7 +5634,7 @@ dependencies = [
5659
5634
" matchers" ,
5660
5635
" nu-ansi-term" ,
5661
5636
" once_cell" ,
5662
- " parking_lot 0.12.1 " ,
5637
+ " parking_lot" ,
5663
5638
" regex" ,
5664
5639
" sharded-slab" ,
5665
5640
" smallvec" ,
0 commit comments