@@ -353,7 +353,7 @@ dependencies = [
353353 " percent-encoding 2.1.0" ,
354354 " pretty_env_logger" ,
355355 " rustc-workspace-hack" ,
356- " rustfix 0.6.0 " ,
356+ " rustfix" ,
357357 " semver" ,
358358 " serde" ,
359359 " serde_ignored" ,
@@ -637,7 +637,7 @@ dependencies = [
637637 " futures 0.3.19" ,
638638 " if_chain" ,
639639 " itertools" ,
640- " parking_lot" ,
640+ " parking_lot 0.12.1 " ,
641641 " quote" ,
642642 " regex" ,
643643 " rustc-semver" ,
@@ -657,7 +657,7 @@ name = "clippy_dev"
657657version = " 0.0.1"
658658dependencies = [
659659 " aho-corasick" ,
660- " clap 2.34.0 " ,
660+ " clap 3.1.1 " ,
661661 " indoc" ,
662662 " itertools" ,
663663 " opener" ,
@@ -766,7 +766,7 @@ dependencies = [
766766 " libc" ,
767767 " miow" ,
768768 " regex" ,
769- " rustfix 0.6.0 " ,
769+ " rustfix" ,
770770 " serde" ,
771771 " serde_json" ,
772772 " tracing" ,
@@ -778,9 +778,9 @@ dependencies = [
778778
779779[[package ]]
780780name = " compiletest_rs"
781- version = " 0.7.1 "
781+ version = " 0.8.0 "
782782source = " registry+https://github.com/rust-lang/crates.io-index"
783- checksum = " 29843cb8d351febf86557681d049d1e1652b81a086a190fa1173c07fd17fbf83 "
783+ checksum = " 262134ef87408da1ddfe45e33daa0ca43b75286d6b1076446e602d264cf9847e "
784784dependencies = [
785785 " diff" ,
786786 " filetime" ,
@@ -790,7 +790,7 @@ dependencies = [
790790 " log" ,
791791 " miow" ,
792792 " regex" ,
793- " rustfix 0.5.1 " ,
793+ " rustfix" ,
794794 " serde" ,
795795 " serde_derive" ,
796796 " serde_json" ,
@@ -2040,7 +2040,7 @@ dependencies = [
20402040 " jsonrpc-server-utils" ,
20412041 " log" ,
20422042 " parity-tokio-ipc" ,
2043- " parking_lot" ,
2043+ " parking_lot 0.11.2 " ,
20442044 " tower-service" ,
20452045]
20462046
@@ -2054,7 +2054,7 @@ dependencies = [
20542054 " jsonrpc-core" ,
20552055 " lazy_static" ,
20562056 " log" ,
2057- " parking_lot" ,
2057+ " parking_lot 0.11.2 " ,
20582058 " rand 0.7.3" ,
20592059 " serde" ,
20602060]
@@ -2202,10 +2202,11 @@ version = "0.1.0"
22022202
22032203[[package ]]
22042204name = " lock_api"
2205- version = " 0.4.5 "
2205+ version = " 0.4.7 "
22062206source = " registry+https://github.com/rust-lang/crates.io-index"
2207- checksum = " 712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109 "
2207+ checksum = " 327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53 "
22082208dependencies = [
2209+ " autocfg" ,
22092210 " scopeguard" ,
22102211]
22112212
@@ -2340,7 +2341,7 @@ checksum = "78f7a41bc6f856a2cf0e95094ad5121f82500e2d9a0f3c0171d98f6566d8117d"
23402341dependencies = [
23412342 " log" ,
23422343 " memmap2" ,
2343- " parking_lot" ,
2344+ " parking_lot 0.11.2 " ,
23442345 " perf-event-open-sys" ,
23452346 " rustc-hash" ,
23462347 " smallvec" ,
@@ -2354,7 +2355,7 @@ checksum = "bd460fad6e55ca82fa0cd9dab0d315294188fd9ec6efbf4105e5635d4872ef9c"
23542355dependencies = [
23552356 " log" ,
23562357 " memmap2" ,
2357- " parking_lot" ,
2358+ " parking_lot 0.11.2 " ,
23582359 " perf-event-open-sys" ,
23592360 " rustc-hash" ,
23602361 " smallvec" ,
@@ -2703,7 +2704,17 @@ checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
27032704dependencies = [
27042705 " instant" ,
27052706 " lock_api" ,
2706- " parking_lot_core" ,
2707+ " parking_lot_core 0.8.5" ,
2708+ ]
2709+
2710+ [[package ]]
2711+ name = " parking_lot"
2712+ version = " 0.12.1"
2713+ source = " registry+https://github.com/rust-lang/crates.io-index"
2714+ checksum = " 3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2715+ dependencies = [
2716+ " lock_api" ,
2717+ " parking_lot_core 0.9.3" ,
27072718]
27082719
27092720[[package ]]
@@ -2720,6 +2731,19 @@ dependencies = [
27202731 " winapi" ,
27212732]
27222733
2734+ [[package ]]
2735+ name = " parking_lot_core"
2736+ version = " 0.9.3"
2737+ source = " registry+https://github.com/rust-lang/crates.io-index"
2738+ checksum = " 09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
2739+ dependencies = [
2740+ " cfg-if 1.0.0" ,
2741+ " libc" ,
2742+ " redox_syscall" ,
2743+ " smallvec" ,
2744+ " windows-sys" ,
2745+ ]
2746+
27232747[[package ]]
27242748name = " pathdiff"
27252749version = " 0.2.1"
@@ -3731,7 +3755,7 @@ dependencies = [
37313755 " libc" ,
37323756 " measureme 10.0.0" ,
37333757 " memmap2" ,
3734- " parking_lot" ,
3758+ " parking_lot 0.11.2 " ,
37353759 " rustc-hash" ,
37363760 " rustc-rayon" ,
37373761 " rustc-rayon-core" ,
@@ -4315,7 +4339,7 @@ dependencies = [
43154339name = " rustc_query_system"
43164340version = " 0.0.0"
43174341dependencies = [
4318- " parking_lot" ,
4342+ " parking_lot 0.11.2 " ,
43194343 " rustc-rayon-core" ,
43204344 " rustc_arena" ,
43214345 " rustc_ast" ,
@@ -4618,21 +4642,9 @@ dependencies = [
46184642
46194643[[package ]]
46204644name = " rustfix"
4621- version = " 0.5.1"
4622- source = " registry+https://github.com/rust-lang/crates.io-index"
4623- checksum = " f2c50b74badcddeb8f7652fa8323ce440b95286f8e4b64ebfd871c609672704e"
4624- dependencies = [
4625- " anyhow" ,
4626- " log" ,
4627- " serde" ,
4628- " serde_json" ,
4629- ]
4630-
4631- [[package ]]
4632- name = " rustfix"
4633- version = " 0.6.0"
4645+ version = " 0.6.1"
46344646source = " registry+https://github.com/rust-lang/crates.io-index"
4635- checksum = " 6f0be05fc0675ef4f47119dc39cfc46636bb77d4fc4ef1bd851b9c3f7697f32a "
4647+ checksum = " ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481 "
46364648dependencies = [
46374649 " anyhow" ,
46384650 " log" ,
@@ -5022,7 +5034,7 @@ checksum = "33994d0838dc2d152d17a62adf608a869b5e846b65b389af7f3dbc1de45c5b26"
50225034dependencies = [
50235035 " lazy_static" ,
50245036 " new_debug_unreachable" ,
5025- " parking_lot" ,
5037+ " parking_lot 0.11.2 " ,
50265038 " phf_shared" ,
50275039 " precomputed-hash" ,
50285040 " serde" ,
@@ -5451,7 +5463,7 @@ dependencies = [
54515463 " ansi_term" ,
54525464 " lazy_static" ,
54535465 " matchers" ,
5454- " parking_lot" ,
5466+ " parking_lot 0.11.2 " ,
54555467 " regex" ,
54565468 " sharded-slab" ,
54575469 " smallvec" ,
@@ -5853,6 +5865,49 @@ version = "0.4.0"
58535865source = " registry+https://github.com/rust-lang/crates.io-index"
58545866checksum = " 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
58555867
5868+ [[package ]]
5869+ name = " windows-sys"
5870+ version = " 0.36.1"
5871+ source = " registry+https://github.com/rust-lang/crates.io-index"
5872+ checksum = " ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
5873+ dependencies = [
5874+ " windows_aarch64_msvc" ,
5875+ " windows_i686_gnu" ,
5876+ " windows_i686_msvc" ,
5877+ " windows_x86_64_gnu" ,
5878+ " windows_x86_64_msvc" ,
5879+ ]
5880+
5881+ [[package ]]
5882+ name = " windows_aarch64_msvc"
5883+ version = " 0.36.1"
5884+ source = " registry+https://github.com/rust-lang/crates.io-index"
5885+ checksum = " 9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
5886+
5887+ [[package ]]
5888+ name = " windows_i686_gnu"
5889+ version = " 0.36.1"
5890+ source = " registry+https://github.com/rust-lang/crates.io-index"
5891+ checksum = " 180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
5892+
5893+ [[package ]]
5894+ name = " windows_i686_msvc"
5895+ version = " 0.36.1"
5896+ source = " registry+https://github.com/rust-lang/crates.io-index"
5897+ checksum = " e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
5898+
5899+ [[package ]]
5900+ name = " windows_x86_64_gnu"
5901+ version = " 0.36.1"
5902+ source = " registry+https://github.com/rust-lang/crates.io-index"
5903+ checksum = " 4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
5904+
5905+ [[package ]]
5906+ name = " windows_x86_64_msvc"
5907+ version = " 0.36.1"
5908+ source = " registry+https://github.com/rust-lang/crates.io-index"
5909+ checksum = " c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
5910+
58565911[[package ]]
58575912name = " xattr"
58585913version = " 0.2.2"
0 commit comments