@@ -119,6 +119,12 @@ version = "0.1.7"
119
119
source = " registry+https://github.com/rust-lang/crates.io-index"
120
120
checksum = " 1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
121
121
122
+ [[package ]]
123
+ name = " autocfg"
124
+ version = " 1.0.0"
125
+ source = " registry+https://github.com/rust-lang/crates.io-index"
126
+ checksum = " f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
127
+
122
128
[[package ]]
123
129
name = " backtrace"
124
130
version = " 0.3.46"
@@ -292,7 +298,7 @@ dependencies = [
292
298
" clap" ,
293
299
" core-foundation 0.7.0" ,
294
300
" crates-io" ,
295
- " crossbeam-utils 0.7.0 " ,
301
+ " crossbeam-utils 0.7.2 " ,
296
302
" crypto-hash" ,
297
303
" curl" ,
298
304
" curl-sys" ,
@@ -706,7 +712,7 @@ version = "0.4.0"
706
712
source = " registry+https://github.com/rust-lang/crates.io-index"
707
713
checksum = " acec9a3b0b3559f15aee4f90746c4e5e293b701c0f7d3925d24e01645267b68c"
708
714
dependencies = [
709
- " crossbeam-utils 0.7.0 " ,
715
+ " crossbeam-utils 0.7.2 " ,
710
716
]
711
717
712
718
[[package ]]
@@ -754,11 +760,11 @@ dependencies = [
754
760
755
761
[[package ]]
756
762
name = " crossbeam-utils"
757
- version = " 0.7.0 "
763
+ version = " 0.7.2 "
758
764
source = " registry+https://github.com/rust-lang/crates.io-index"
759
- checksum = " ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4 "
765
+ checksum = " c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8 "
760
766
dependencies = [
761
- " autocfg" ,
767
+ " autocfg 1.0.0 " ,
762
768
" cfg-if" ,
763
769
" lazy_static 1.4.0" ,
764
770
]
@@ -775,6 +781,16 @@ dependencies = [
775
781
" winapi 0.3.8" ,
776
782
]
777
783
784
+ [[package ]]
785
+ name = " ctor"
786
+ version = " 0.1.13"
787
+ source = " registry+https://github.com/rust-lang/crates.io-index"
788
+ checksum = " 47c5e5ac752e18207b12e16b10631ae5f7f68f8805f335f9b817ead83d9ffce1"
789
+ dependencies = [
790
+ " quote 1.0.2" ,
791
+ " syn 1.0.11" ,
792
+ ]
793
+
778
794
[[package ]]
779
795
name = " curl"
780
796
version = " 0.4.25"
@@ -1340,7 +1356,7 @@ version = "0.6.2"
1340
1356
source = " registry+https://github.com/rust-lang/crates.io-index"
1341
1357
checksum = " 3cd9867f119b19fecb08cd5c326ad4488d7a1da4bf75b4d95d71db742525aaab"
1342
1358
dependencies = [
1343
- " autocfg" ,
1359
+ " autocfg 0.1.7 " ,
1344
1360
" compiler_builtins" ,
1345
1361
" rustc-std-workspace-alloc" ,
1346
1362
" rustc-std-workspace-core" ,
@@ -2281,11 +2297,11 @@ dependencies = [
2281
2297
2282
2298
[[package ]]
2283
2299
name = " openssl-sys"
2284
- version = " 0.9.53 "
2300
+ version = " 0.9.54 "
2285
2301
source = " registry+https://github.com/rust-lang/crates.io-index"
2286
- checksum = " 465d16ae7fc0e313318f7de5cecf57b2fbe7511fd213978b457e1c96ff46736f "
2302
+ checksum = " 1024c0a59774200a555087a6da3f253a9095a5f344e353b212ac4c8b8e450986 "
2287
2303
dependencies = [
2288
- " autocfg" ,
2304
+ " autocfg 1.0.0 " ,
2289
2305
" cc" ,
2290
2306
" libc" ,
2291
2307
" openssl-src" ,
@@ -2299,6 +2315,15 @@ version = "0.3.0"
2299
2315
source = " registry+https://github.com/rust-lang/crates.io-index"
2300
2316
checksum = " dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
2301
2317
2318
+ [[package ]]
2319
+ name = " output_vt100"
2320
+ version = " 0.1.2"
2321
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2322
+ checksum = " 53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
2323
+ dependencies = [
2324
+ " winapi 0.3.8" ,
2325
+ ]
2326
+
2302
2327
[[package ]]
2303
2328
name = " packed_simd"
2304
2329
version = " 0.3.1"
@@ -2521,12 +2546,14 @@ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2521
2546
2522
2547
[[package ]]
2523
2548
name = " pretty_assertions"
2524
- version = " 0.5 .1"
2549
+ version = " 0.6 .1"
2525
2550
source = " registry+https://github.com/rust-lang/crates.io-index"
2526
- checksum = " 3a029430f0d744bc3d15dd474d591bed2402b645d024583082b9f63bb936dac6 "
2551
+ checksum = " 3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427 "
2527
2552
dependencies = [
2528
2553
" ansi_term" ,
2554
+ " ctor" ,
2529
2555
" difference" ,
2556
+ " output_vt100" ,
2530
2557
]
2531
2558
2532
2559
[[package ]]
@@ -3117,7 +3144,7 @@ dependencies = [
3117
3144
" jobserver" ,
3118
3145
" log" ,
3119
3146
" measureme" ,
3120
- " parking_lot 0.9 .0" ,
3147
+ " parking_lot 0.10 .0" ,
3121
3148
" polonius-engine" ,
3122
3149
" rustc-rayon" ,
3123
3150
" rustc-rayon-core" ,
@@ -3633,15 +3660,15 @@ version = "0.0.0"
3633
3660
dependencies = [
3634
3661
" bitflags" ,
3635
3662
" cfg-if" ,
3636
- " crossbeam-utils 0.6.5 " ,
3663
+ " crossbeam-utils 0.7.2 " ,
3637
3664
" ena" ,
3638
3665
" graphviz" ,
3639
3666
" indexmap" ,
3640
3667
" jobserver" ,
3641
3668
" lazy_static 1.4.0" ,
3642
3669
" log" ,
3643
3670
" measureme" ,
3644
- " parking_lot 0.9 .0" ,
3671
+ " parking_lot 0.10 .0" ,
3645
3672
" rustc-hash" ,
3646
3673
" rustc-rayon" ,
3647
3674
" rustc-rayon-core" ,
0 commit comments