@@ -119,6 +119,12 @@ version = "0.1.7"
119119source = " registry+https://github.com/rust-lang/crates.io-index"
120120checksum = " 1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
121121
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+
122128[[package ]]
123129name = " backtrace"
124130version = " 0.3.46"
@@ -292,7 +298,7 @@ dependencies = [
292298 " clap" ,
293299 " core-foundation 0.7.0" ,
294300 " crates-io" ,
295- " crossbeam-utils 0.7.0 " ,
301+ " crossbeam-utils 0.7.2 " ,
296302 " crypto-hash" ,
297303 " curl" ,
298304 " curl-sys" ,
@@ -706,7 +712,7 @@ version = "0.4.0"
706712source = " registry+https://github.com/rust-lang/crates.io-index"
707713checksum = " acec9a3b0b3559f15aee4f90746c4e5e293b701c0f7d3925d24e01645267b68c"
708714dependencies = [
709- " crossbeam-utils 0.7.0 " ,
715+ " crossbeam-utils 0.7.2 " ,
710716]
711717
712718[[package ]]
@@ -754,11 +760,11 @@ dependencies = [
754760
755761[[package ]]
756762name = " crossbeam-utils"
757- version = " 0.7.0 "
763+ version = " 0.7.2 "
758764source = " registry+https://github.com/rust-lang/crates.io-index"
759- checksum = " ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4 "
765+ checksum = " c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8 "
760766dependencies = [
761- " autocfg" ,
767+ " autocfg 1.0.0 " ,
762768 " cfg-if" ,
763769 " lazy_static 1.4.0" ,
764770]
@@ -775,6 +781,16 @@ dependencies = [
775781 " winapi 0.3.8" ,
776782]
777783
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+
778794[[package ]]
779795name = " curl"
780796version = " 0.4.25"
@@ -1340,7 +1356,7 @@ version = "0.6.2"
13401356source = " registry+https://github.com/rust-lang/crates.io-index"
13411357checksum = " 3cd9867f119b19fecb08cd5c326ad4488d7a1da4bf75b4d95d71db742525aaab"
13421358dependencies = [
1343- " autocfg" ,
1359+ " autocfg 0.1.7 " ,
13441360 " compiler_builtins" ,
13451361 " rustc-std-workspace-alloc" ,
13461362 " rustc-std-workspace-core" ,
@@ -2281,11 +2297,11 @@ dependencies = [
22812297
22822298[[package ]]
22832299name = " openssl-sys"
2284- version = " 0.9.53 "
2300+ version = " 0.9.54 "
22852301source = " registry+https://github.com/rust-lang/crates.io-index"
2286- checksum = " 465d16ae7fc0e313318f7de5cecf57b2fbe7511fd213978b457e1c96ff46736f "
2302+ checksum = " 1024c0a59774200a555087a6da3f253a9095a5f344e353b212ac4c8b8e450986 "
22872303dependencies = [
2288- " autocfg" ,
2304+ " autocfg 1.0.0 " ,
22892305 " cc" ,
22902306 " libc" ,
22912307 " openssl-src" ,
@@ -2299,6 +2315,15 @@ version = "0.3.0"
22992315source = " registry+https://github.com/rust-lang/crates.io-index"
23002316checksum = " dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
23012317
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+
23022327[[package ]]
23032328name = " packed_simd"
23042329version = " 0.3.1"
@@ -2521,12 +2546,14 @@ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
25212546
25222547[[package ]]
25232548name = " pretty_assertions"
2524- version = " 0.5 .1"
2549+ version = " 0.6 .1"
25252550source = " registry+https://github.com/rust-lang/crates.io-index"
2526- checksum = " 3a029430f0d744bc3d15dd474d591bed2402b645d024583082b9f63bb936dac6 "
2551+ checksum = " 3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427 "
25272552dependencies = [
25282553 " ansi_term" ,
2554+ " ctor" ,
25292555 " difference" ,
2556+ " output_vt100" ,
25302557]
25312558
25322559[[package ]]
@@ -3117,7 +3144,7 @@ dependencies = [
31173144 " jobserver" ,
31183145 " log" ,
31193146 " measureme" ,
3120- " parking_lot 0.9 .0" ,
3147+ " parking_lot 0.10 .0" ,
31213148 " polonius-engine" ,
31223149 " rustc-rayon" ,
31233150 " rustc-rayon-core" ,
@@ -3633,15 +3660,15 @@ version = "0.0.0"
36333660dependencies = [
36343661 " bitflags" ,
36353662 " cfg-if" ,
3636- " crossbeam-utils 0.6.5 " ,
3663+ " crossbeam-utils 0.7.2 " ,
36373664 " ena" ,
36383665 " graphviz" ,
36393666 " indexmap" ,
36403667 " jobserver" ,
36413668 " lazy_static 1.4.0" ,
36423669 " log" ,
36433670 " measureme" ,
3644- " parking_lot 0.9 .0" ,
3671+ " parking_lot 0.10 .0" ,
36453672 " rustc-hash" ,
36463673 " rustc-rayon" ,
36473674 " rustc-rayon-core" ,
0 commit comments