@@ -30,7 +30,7 @@ version = "0.7.4"
30
30
source = " registry+https://github.com/rust-lang/crates.io-index"
31
31
checksum = " 43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98"
32
32
dependencies = [
33
- " getrandom 0.2.0 " ,
33
+ " getrandom 0.2.8 " ,
34
34
" once_cell" ,
35
35
" version_check" ,
36
36
]
@@ -181,7 +181,7 @@ checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"
181
181
dependencies = [
182
182
" addr2line" ,
183
183
" cc" ,
184
- " cfg-if 1.0.0 " ,
184
+ " cfg-if" ,
185
185
" libc" ,
186
186
" miniz_oxide" ,
187
187
" object" ,
@@ -502,12 +502,6 @@ dependencies = [
502
502
" jobserver" ,
503
503
]
504
504
505
- [[package ]]
506
- name = " cfg-if"
507
- version = " 0.1.10"
508
- source = " registry+https://github.com/rust-lang/crates.io-index"
509
- checksum = " 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
510
-
511
505
[[package ]]
512
506
name = " cfg-if"
513
507
version = " 1.0.0"
@@ -951,7 +945,7 @@ version = "1.3.2"
951
945
source = " registry+https://github.com/rust-lang/crates.io-index"
952
946
checksum = " b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
953
947
dependencies = [
954
- " cfg-if 1.0.0 " ,
948
+ " cfg-if" ,
955
949
]
956
950
957
951
[[package ]]
@@ -960,7 +954,7 @@ version = "0.5.6"
960
954
source = " registry+https://github.com/rust-lang/crates.io-index"
961
955
checksum = " c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
962
956
dependencies = [
963
- " cfg-if 1.0.0 " ,
957
+ " cfg-if" ,
964
958
" crossbeam-utils" ,
965
959
]
966
960
@@ -970,7 +964,7 @@ version = "0.8.2"
970
964
source = " registry+https://github.com/rust-lang/crates.io-index"
971
965
checksum = " 715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
972
966
dependencies = [
973
- " cfg-if 1.0.0 " ,
967
+ " cfg-if" ,
974
968
" crossbeam-epoch" ,
975
969
" crossbeam-utils" ,
976
970
]
@@ -982,7 +976,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
982
976
checksum = " 01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
983
977
dependencies = [
984
978
" autocfg" ,
985
- " cfg-if 1.0.0 " ,
979
+ " cfg-if" ,
986
980
" crossbeam-utils" ,
987
981
" memoffset" ,
988
982
" scopeguard" ,
@@ -994,7 +988,7 @@ version = "0.8.14"
994
988
source = " registry+https://github.com/rust-lang/crates.io-index"
995
989
checksum = " 4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
996
990
dependencies = [
997
- " cfg-if 1.0.0 " ,
991
+ " cfg-if" ,
998
992
]
999
993
1000
994
[[package ]]
@@ -1138,7 +1132,7 @@ version = "2.0.0"
1138
1132
source = " registry+https://github.com/rust-lang/crates.io-index"
1139
1133
checksum = " b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1140
1134
dependencies = [
1141
- " cfg-if 1.0.0 " ,
1135
+ " cfg-if" ,
1142
1136
" dirs-sys-next" ,
1143
1137
]
1144
1138
@@ -1341,7 +1335,7 @@ version = "0.2.14"
1341
1335
source = " registry+https://github.com/rust-lang/crates.io-index"
1342
1336
checksum = " 1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8"
1343
1337
dependencies = [
1344
- " cfg-if 1.0.0 " ,
1338
+ " cfg-if" ,
1345
1339
" libc" ,
1346
1340
" redox_syscall" ,
1347
1341
" winapi" ,
@@ -1359,7 +1353,7 @@ version = "1.0.23"
1359
1353
source = " registry+https://github.com/rust-lang/crates.io-index"
1360
1354
checksum = " b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af"
1361
1355
dependencies = [
1362
- " cfg-if 1.0.0 " ,
1356
+ " cfg-if" ,
1363
1357
" crc32fast" ,
1364
1358
" libc" ,
1365
1359
" libz-sys" ,
@@ -1598,20 +1592,20 @@ version = "0.1.16"
1598
1592
source = " registry+https://github.com/rust-lang/crates.io-index"
1599
1593
checksum = " 8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
1600
1594
dependencies = [
1601
- " cfg-if 1.0.0 " ,
1595
+ " cfg-if" ,
1602
1596
" libc" ,
1603
1597
" wasi 0.9.0+wasi-snapshot-preview1" ,
1604
1598
]
1605
1599
1606
1600
[[package ]]
1607
1601
name = " getrandom"
1608
- version = " 0.2.0 "
1602
+ version = " 0.2.8 "
1609
1603
source = " registry+https://github.com/rust-lang/crates.io-index"
1610
- checksum = " ee8025cf36f917e6a52cce185b7c7177689b838b7ec138364e50cc2277a56cf4 "
1604
+ checksum = " c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31 "
1611
1605
dependencies = [
1612
- " cfg-if 0.1.10 " ,
1606
+ " cfg-if" ,
1613
1607
" libc" ,
1614
- " wasi 0.9 .0+wasi-snapshot-preview1" ,
1608
+ " wasi 0.11 .0+wasi-snapshot-preview1" ,
1615
1609
]
1616
1610
1617
1611
[[package ]]
@@ -1966,7 +1960,7 @@ version = "0.1.12"
1966
1960
source = " registry+https://github.com/rust-lang/crates.io-index"
1967
1961
checksum = " 7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1968
1962
dependencies = [
1969
- " cfg-if 1.0.0 " ,
1963
+ " cfg-if" ,
1970
1964
]
1971
1965
1972
1966
[[package ]]
@@ -2150,7 +2144,7 @@ version = "0.7.1"
2150
2144
source = " registry+https://github.com/rust-lang/crates.io-index"
2151
2145
checksum = " c0cf036d15402bea3c5d4de17b3fce76b3e4a56ebc1f577be0e7a72f7c607cf0"
2152
2146
dependencies = [
2153
- " cfg-if 1.0.0 " ,
2147
+ " cfg-if" ,
2154
2148
" winapi" ,
2155
2149
]
2156
2150
@@ -2251,7 +2245,7 @@ version = "0.4.14"
2251
2245
source = " registry+https://github.com/rust-lang/crates.io-index"
2252
2246
checksum = " 51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
2253
2247
dependencies = [
2254
- " cfg-if 1.0.0 " ,
2248
+ " cfg-if" ,
2255
2249
]
2256
2250
2257
2251
[[package ]]
@@ -2433,7 +2427,7 @@ version = "0.1.0"
2433
2427
dependencies = [
2434
2428
" colored" ,
2435
2429
" env_logger 0.9.0" ,
2436
- " getrandom 0.2.0 " ,
2430
+ " getrandom 0.2.8 " ,
2437
2431
" lazy_static" ,
2438
2432
" libc" ,
2439
2433
" libffi" ,
@@ -2529,7 +2523,7 @@ version = "0.3.1"
2529
2523
source = " registry+https://github.com/rust-lang/crates.io-index"
2530
2524
checksum = " 5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb"
2531
2525
dependencies = [
2532
- " cfg-if 1.0.0 " ,
2526
+ " cfg-if" ,
2533
2527
]
2534
2528
2535
2529
[[package ]]
@@ -2555,7 +2549,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2555
2549
checksum = " 0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95"
2556
2550
dependencies = [
2557
2551
" bitflags" ,
2558
- " cfg-if 1.0.0 " ,
2552
+ " cfg-if" ,
2559
2553
" foreign-types" ,
2560
2554
" libc" ,
2561
2555
" once_cell" ,
@@ -2625,11 +2619,11 @@ checksum = "decf7381921fea4dcb2549c5667eda59b3ec297ab7e2b5fc33eac69d2e7da87b"
2625
2619
2626
2620
[[package ]]
2627
2621
name = " packed_simd_2"
2628
- version = " 0.3.4 "
2622
+ version = " 0.3.8 "
2629
2623
source = " registry+https://github.com/rust-lang/crates.io-index"
2630
- checksum = " 3278e0492f961fd4ae70909f56b2723a7e8d01a228427294e19cdfdebda89a17 "
2624
+ checksum = " a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282 "
2631
2625
dependencies = [
2632
- " cfg-if 0.1.10 " ,
2626
+ " cfg-if" ,
2633
2627
" libm" ,
2634
2628
]
2635
2629
@@ -2638,7 +2632,7 @@ name = "panic_abort"
2638
2632
version = " 0.0.0"
2639
2633
dependencies = [
2640
2634
" alloc" ,
2641
- " cfg-if 1.0.0 " ,
2635
+ " cfg-if" ,
2642
2636
" compiler_builtins" ,
2643
2637
" core" ,
2644
2638
" libc" ,
@@ -2649,7 +2643,7 @@ name = "panic_unwind"
2649
2643
version = " 0.0.0"
2650
2644
dependencies = [
2651
2645
" alloc" ,
2652
- " cfg-if 1.0.0 " ,
2646
+ " cfg-if" ,
2653
2647
" compiler_builtins" ,
2654
2648
" core" ,
2655
2649
" libc" ,
@@ -2683,7 +2677,7 @@ version = "0.8.5"
2683
2677
source = " registry+https://github.com/rust-lang/crates.io-index"
2684
2678
checksum = " d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
2685
2679
dependencies = [
2686
- " cfg-if 1.0.0 " ,
2680
+ " cfg-if" ,
2687
2681
" instant" ,
2688
2682
" libc" ,
2689
2683
" redox_syscall" ,
@@ -2697,7 +2691,7 @@ version = "0.9.4"
2697
2691
source = " registry+https://github.com/rust-lang/crates.io-index"
2698
2692
checksum = " 4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"
2699
2693
dependencies = [
2700
- " cfg-if 1.0.0 " ,
2694
+ " cfg-if" ,
2701
2695
" libc" ,
2702
2696
" redox_syscall" ,
2703
2697
" smallvec" ,
@@ -3030,7 +3024,7 @@ version = "0.6.2"
3030
3024
source = " registry+https://github.com/rust-lang/crates.io-index"
3031
3025
checksum = " 34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
3032
3026
dependencies = [
3033
- " getrandom 0.2.0 " ,
3027
+ " getrandom 0.2.8 " ,
3034
3028
]
3035
3029
3036
3030
[[package ]]
@@ -3099,7 +3093,7 @@ version = "0.4.0"
3099
3093
source = " registry+https://github.com/rust-lang/crates.io-index"
3100
3094
checksum = " 528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
3101
3095
dependencies = [
3102
- " getrandom 0.2.0 " ,
3096
+ " getrandom 0.2.8 " ,
3103
3097
" redox_syscall" ,
3104
3098
]
3105
3099
@@ -3590,7 +3584,7 @@ version = "0.0.0"
3590
3584
dependencies = [
3591
3585
" arrayvec" ,
3592
3586
" bitflags" ,
3593
- " cfg-if 1.0.0 " ,
3587
+ " cfg-if" ,
3594
3588
" ena" ,
3595
3589
" indexmap" ,
3596
3590
" jobserver" ,
@@ -4374,7 +4368,7 @@ dependencies = [
4374
4368
name = " rustc_span"
4375
4369
version = " 0.0.0"
4376
4370
dependencies = [
4377
- " cfg-if 1.0.0 " ,
4371
+ " cfg-if" ,
4378
4372
" md-5" ,
4379
4373
" rustc_arena" ,
4380
4374
" rustc_data_structures" ,
@@ -4783,7 +4777,7 @@ version = "0.10.0"
4783
4777
source = " registry+https://github.com/rust-lang/crates.io-index"
4784
4778
checksum = " 028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
4785
4779
dependencies = [
4786
- " cfg-if 1.0.0 " ,
4780
+ " cfg-if" ,
4787
4781
" cpufeatures" ,
4788
4782
" digest" ,
4789
4783
]
@@ -4794,7 +4788,7 @@ version = "0.10.1"
4794
4788
source = " registry+https://github.com/rust-lang/crates.io-index"
4795
4789
checksum = " 99c3bd8169c58782adad9290a9af5939994036b76187f7b4f0e6de91dbbfc0ec"
4796
4790
dependencies = [
4797
- " cfg-if 1.0.0 " ,
4791
+ " cfg-if" ,
4798
4792
" cpufeatures" ,
4799
4793
" digest" ,
4800
4794
]
@@ -4936,7 +4930,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4936
4930
checksum = " c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
4937
4931
dependencies = [
4938
4932
" cc" ,
4939
- " cfg-if 1.0.0 " ,
4933
+ " cfg-if" ,
4940
4934
" libc" ,
4941
4935
" psm" ,
4942
4936
" winapi" ,
@@ -4954,7 +4948,7 @@ version = "0.0.0"
4954
4948
dependencies = [
4955
4949
" addr2line" ,
4956
4950
" alloc" ,
4957
- " cfg-if 1.0.0 " ,
4951
+ " cfg-if" ,
4958
4952
" compiler_builtins" ,
4959
4953
" core" ,
4960
4954
" dlmalloc" ,
@@ -4978,7 +4972,7 @@ dependencies = [
4978
4972
name = " std_detect"
4979
4973
version = " 0.1.5"
4980
4974
dependencies = [
4981
- " cfg-if 1.0.0 " ,
4975
+ " cfg-if" ,
4982
4976
" compiler_builtins" ,
4983
4977
" libc" ,
4984
4978
" rustc-std-workspace-alloc" ,
@@ -5085,7 +5079,7 @@ version = "3.3.0"
5085
5079
source = " registry+https://github.com/rust-lang/crates.io-index"
5086
5080
checksum = " 5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
5087
5081
dependencies = [
5088
- " cfg-if 1.0.0 " ,
5082
+ " cfg-if" ,
5089
5083
" fastrand" ,
5090
5084
" libc" ,
5091
5085
" redox_syscall" ,
@@ -5138,7 +5132,7 @@ dependencies = [
5138
5132
name = " test"
5139
5133
version = " 0.0.0"
5140
5134
dependencies = [
5141
- " cfg-if 1.0.0 " ,
5135
+ " cfg-if" ,
5142
5136
" core" ,
5143
5137
" getopts" ,
5144
5138
" libc" ,
@@ -5154,7 +5148,7 @@ version = "0.9.0"
5154
5148
source = " registry+https://github.com/rust-lang/crates.io-index"
5155
5149
checksum = " 0639d10d8f4615f223a57275cf40f9bdb7cfbb806bcb7f7cc56e3beb55a576eb"
5156
5150
dependencies = [
5157
- " cfg-if 1.0.0 " ,
5151
+ " cfg-if" ,
5158
5152
" getopts" ,
5159
5153
" libc" ,
5160
5154
" num_cpus" ,
@@ -5321,7 +5315,7 @@ version = "0.1.35"
5321
5315
source = " registry+https://github.com/rust-lang/crates.io-index"
5322
5316
checksum = " a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"
5323
5317
dependencies = [
5324
- " cfg-if 1.0.0 " ,
5318
+ " cfg-if" ,
5325
5319
" pin-project-lite" ,
5326
5320
" tracing-attributes" ,
5327
5321
" tracing-core" ,
@@ -5407,7 +5401,7 @@ version = "1.6.3"
5407
5401
source = " registry+https://github.com/rust-lang/crates.io-index"
5408
5402
checksum = " 97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
5409
5403
dependencies = [
5410
- " cfg-if 1.0.0 " ,
5404
+ " cfg-if" ,
5411
5405
" rand 0.8.5" ,
5412
5406
" static_assertions" ,
5413
5407
]
@@ -5654,7 +5648,7 @@ name = "unwind"
5654
5648
version = " 0.0.0"
5655
5649
dependencies = [
5656
5650
" cc" ,
5657
- " cfg-if 1.0.0 " ,
5651
+ " cfg-if" ,
5658
5652
" compiler_builtins" ,
5659
5653
" core" ,
5660
5654
" libc" ,
@@ -5691,7 +5685,7 @@ version = "0.8.2"
5691
5685
source = " registry+https://github.com/rust-lang/crates.io-index"
5692
5686
checksum = " bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
5693
5687
dependencies = [
5694
- " getrandom 0.2.0 " ,
5688
+ " getrandom 0.2.8 " ,
5695
5689
]
5696
5690
5697
5691
[[package ]]
0 commit comments