@@ -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" ,
@@ -866,16 +866,6 @@ dependencies = [
866
866
" typenum" ,
867
867
]
868
868
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
-
879
869
[[package ]]
880
870
name = " ctrlc"
881
871
version = " 3.4.0"
@@ -2366,13 +2356,13 @@ dependencies = [
2366
2356
2367
2357
[[package ]]
2368
2358
name = " measureme"
2369
- version = " 10.1.1 "
2359
+ version = " 10.1.2 "
2370
2360
source = " registry+https://github.com/rust-lang/crates.io-index"
2371
- checksum = " 1930d162935fecd56fc4e0f6729eb3483bac1264542eb4ea31570b86a434b6bc "
2361
+ checksum = " 45e381dcdad44c3c435f8052b08c5c4a1449c48ab56f312345eae12d7a693dbe "
2372
2362
dependencies = [
2373
2363
" log" ,
2374
2364
" memmap2" ,
2375
- " parking_lot 0.11.2 " ,
2365
+ " parking_lot" ,
2376
2366
" perf-event-open-sys" ,
2377
2367
" rustc-hash" ,
2378
2368
" smallvec" ,
@@ -2790,39 +2780,14 @@ dependencies = [
2790
2780
" unicode-width" ,
2791
2781
]
2792
2782
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
-
2804
2783
[[package ]]
2805
2784
name = " parking_lot"
2806
2785
version = " 0.12.1"
2807
2786
source = " registry+https://github.com/rust-lang/crates.io-index"
2808
2787
checksum = " 3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2809
2788
dependencies = [
2810
2789
" 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" ,
2826
2791
]
2827
2792
2828
2793
[[package ]]
@@ -3582,7 +3547,6 @@ name = "rustc_codegen_llvm"
3582
3547
version = " 0.0.0"
3583
3548
dependencies = [
3584
3549
" bitflags 1.3.2" ,
3585
- " cstr" ,
3586
3550
" itertools" ,
3587
3551
" libc" ,
3588
3552
" measureme" ,
@@ -3693,7 +3657,7 @@ dependencies = [
3693
3657
" libc" ,
3694
3658
" measureme" ,
3695
3659
" memmap2" ,
3696
- " parking_lot 0.12.1 " ,
3660
+ " parking_lot" ,
3697
3661
" portable-atomic" ,
3698
3662
" rustc-hash" ,
3699
3663
" rustc-rayon" ,
@@ -4428,7 +4392,7 @@ dependencies = [
4428
4392
name = " rustc_query_system"
4429
4393
version = " 0.0.0"
4430
4394
dependencies = [
4431
- " parking_lot 0.12.1 " ,
4395
+ " parking_lot" ,
4432
4396
" rustc-rayon-core" ,
4433
4397
" rustc_ast" ,
4434
4398
" rustc_data_structures" ,
@@ -5145,7 +5109,7 @@ checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
5145
5109
dependencies = [
5146
5110
" new_debug_unreachable" ,
5147
5111
" once_cell" ,
5148
- " parking_lot 0.12.1 " ,
5112
+ " parking_lot" ,
5149
5113
" phf_shared" ,
5150
5114
" precomputed-hash" ,
5151
5115
" serde" ,
@@ -5670,7 +5634,7 @@ dependencies = [
5670
5634
" matchers" ,
5671
5635
" nu-ansi-term" ,
5672
5636
" once_cell" ,
5673
- " parking_lot 0.12.1 " ,
5637
+ " parking_lot" ,
5674
5638
" regex" ,
5675
5639
" sharded-slab" ,
5676
5640
" smallvec" ,
0 commit comments