@@ -878,12 +878,12 @@ dependencies = [
878
878
879
879
[[package ]]
880
880
name = " ctrlc"
881
- version = " 3.4.0 "
881
+ version = " 3.4.2 "
882
882
source = " registry+https://github.com/rust-lang/crates.io-index"
883
- checksum = " 2a011bbe2c35ce9c1f143b7af6f94f29a167beb4cd1d29e6740ce836f723120e "
883
+ checksum = " b467862cc8610ca6fc9a1532d7777cee0804e678ab45410897b9396495994a0b "
884
884
dependencies = [
885
885
" nix" ,
886
- " windows-sys 0.48 .0" ,
886
+ " windows-sys 0.52 .0" ,
887
887
]
888
888
889
889
[[package ]]
@@ -2187,16 +2187,6 @@ dependencies = [
2187
2187
" cc" ,
2188
2188
]
2189
2189
2190
- [[package ]]
2191
- name = " libloading"
2192
- version = " 0.7.4"
2193
- source = " registry+https://github.com/rust-lang/crates.io-index"
2194
- checksum = " b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
2195
- dependencies = [
2196
- " cfg-if" ,
2197
- " winapi" ,
2198
- ]
2199
-
2200
2190
[[package ]]
2201
2191
name = " libloading"
2202
2192
version = " 0.8.1"
@@ -2366,9 +2356,9 @@ dependencies = [
2366
2356
2367
2357
[[package ]]
2368
2358
name = " measureme"
2369
- version = " 10.1.2 "
2359
+ version = " 11.0.1 "
2370
2360
source = " registry+https://github.com/rust-lang/crates.io-index"
2371
- checksum = " 45e381dcdad44c3c435f8052b08c5c4a1449c48ab56f312345eae12d7a693dbe "
2361
+ checksum = " dfa4a40f09af7aa6faef38285402a78847d0d72bf8827006cd2a332e1e6e4a8d "
2372
2362
dependencies = [
2373
2363
" log" ,
2374
2364
" memmap2" ,
@@ -2479,7 +2469,7 @@ dependencies = [
2479
2469
" lazy_static" ,
2480
2470
" libc" ,
2481
2471
" libffi" ,
2482
- " libloading 0.8.1 " ,
2472
+ " libloading" ,
2483
2473
" log" ,
2484
2474
" measureme" ,
2485
2475
" rand" ,
@@ -2522,14 +2512,13 @@ checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
2522
2512
2523
2513
[[package ]]
2524
2514
name = " nix"
2525
- version = " 0.26.2 "
2515
+ version = " 0.27.1 "
2526
2516
source = " registry+https://github.com/rust-lang/crates.io-index"
2527
- checksum = " bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a "
2517
+ checksum = " 2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053 "
2528
2518
dependencies = [
2529
- " bitflags 1.3.2 " ,
2519
+ " bitflags 2.4.1 " ,
2530
2520
" cfg-if" ,
2531
2521
" libc" ,
2532
- " static_assertions" ,
2533
2522
]
2534
2523
2535
2524
[[package ]]
@@ -2651,11 +2640,11 @@ dependencies = [
2651
2640
2652
2641
[[package ]]
2653
2642
name = " openssl"
2654
- version = " 0.10.55 "
2643
+ version = " 0.10.63 "
2655
2644
source = " registry+https://github.com/rust-lang/crates.io-index"
2656
- checksum = " 345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d "
2645
+ checksum = " 15c9d69dd87a29568d4d017cfe8ec518706046a05184e5aea92d0af890b803c8 "
2657
2646
dependencies = [
2658
- " bitflags 1.3.2 " ,
2647
+ " bitflags 2.4.1 " ,
2659
2648
" cfg-if" ,
2660
2649
" foreign-types" ,
2661
2650
" libc" ,
@@ -2683,9 +2672,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2683
2672
2684
2673
[[package ]]
2685
2674
name = " openssl-sys"
2686
- version = " 0.9.90 "
2675
+ version = " 0.9.99 "
2687
2676
source = " registry+https://github.com/rust-lang/crates.io-index"
2688
- checksum = " 374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6 "
2677
+ checksum = " 22e1bf214306098e4832460f797824c05d25aacdf896f64a985fb0fd992454ae "
2689
2678
dependencies = [
2690
2679
" cc" ,
2691
2680
" libc" ,
@@ -4005,7 +3994,7 @@ dependencies = [
4005
3994
name = " rustc_interface"
4006
3995
version = " 0.0.0"
4007
3996
dependencies = [
4008
- " libloading 0.7.4 " ,
3997
+ " libloading" ,
4009
3998
" rustc-rayon" ,
4010
3999
" rustc-rayon-core" ,
4011
4000
" rustc_ast" ,
@@ -4135,7 +4124,7 @@ name = "rustc_metadata"
4135
4124
version = " 0.0.0"
4136
4125
dependencies = [
4137
4126
" bitflags 2.4.1" ,
4138
- " libloading 0.7.4 " ,
4127
+ " libloading" ,
4139
4128
" odht" ,
4140
4129
" rustc_ast" ,
4141
4130
" rustc_attr" ,
@@ -4355,6 +4344,7 @@ name = "rustc_pattern_analysis"
4355
4344
version = " 0.0.0"
4356
4345
dependencies = [
4357
4346
" derivative" ,
4347
+ " rustc-hash" ,
4358
4348
" rustc_apfloat" ,
4359
4349
" rustc_arena" ,
4360
4350
" rustc_data_structures" ,
@@ -5353,9 +5343,9 @@ dependencies = [
5353
5343
5354
5344
[[package ]]
5355
5345
name = " thin-vec"
5356
- version = " 0.2.12 "
5346
+ version = " 0.2.13 "
5357
5347
source = " registry+https://github.com/rust-lang/crates.io-index"
5358
- checksum = " aac81b6fd6beb5884b0cf3321b8117e6e5d47ecb6fc89f414cfdcca8b2fe2dd8 "
5348
+ checksum = " a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b "
5359
5349
5360
5350
[[package ]]
5361
5351
name = " thiserror"
@@ -6152,6 +6142,15 @@ dependencies = [
6152
6142
" windows-targets 0.48.1" ,
6153
6143
]
6154
6144
6145
+ [[package ]]
6146
+ name = " windows-sys"
6147
+ version = " 0.52.0"
6148
+ source = " registry+https://github.com/rust-lang/crates.io-index"
6149
+ checksum = " 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
6150
+ dependencies = [
6151
+ " windows-targets 0.52.0" ,
6152
+ ]
6153
+
6155
6154
[[package ]]
6156
6155
name = " windows-targets"
6157
6156
version = " 0.42.2"
@@ -6182,6 +6181,21 @@ dependencies = [
6182
6181
" windows_x86_64_msvc 0.48.0" ,
6183
6182
]
6184
6183
6184
+ [[package ]]
6185
+ name = " windows-targets"
6186
+ version = " 0.52.0"
6187
+ source = " registry+https://github.com/rust-lang/crates.io-index"
6188
+ checksum = " 8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
6189
+ dependencies = [
6190
+ " windows_aarch64_gnullvm 0.52.0" ,
6191
+ " windows_aarch64_msvc 0.52.0" ,
6192
+ " windows_i686_gnu 0.52.0" ,
6193
+ " windows_i686_msvc 0.52.0" ,
6194
+ " windows_x86_64_gnu 0.52.0" ,
6195
+ " windows_x86_64_gnullvm 0.52.0" ,
6196
+ " windows_x86_64_msvc 0.52.0" ,
6197
+ ]
6198
+
6185
6199
[[package ]]
6186
6200
name = " windows_aarch64_gnullvm"
6187
6201
version = " 0.42.2"
@@ -6194,6 +6208,12 @@ version = "0.48.0"
6194
6208
source = " registry+https://github.com/rust-lang/crates.io-index"
6195
6209
checksum = " 91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
6196
6210
6211
+ [[package ]]
6212
+ name = " windows_aarch64_gnullvm"
6213
+ version = " 0.52.0"
6214
+ source = " registry+https://github.com/rust-lang/crates.io-index"
6215
+ checksum = " cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
6216
+
6197
6217
[[package ]]
6198
6218
name = " windows_aarch64_msvc"
6199
6219
version = " 0.42.2"
@@ -6206,6 +6226,12 @@ version = "0.48.0"
6206
6226
source = " registry+https://github.com/rust-lang/crates.io-index"
6207
6227
checksum = " b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
6208
6228
6229
+ [[package ]]
6230
+ name = " windows_aarch64_msvc"
6231
+ version = " 0.52.0"
6232
+ source = " registry+https://github.com/rust-lang/crates.io-index"
6233
+ checksum = " bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
6234
+
6209
6235
[[package ]]
6210
6236
name = " windows_i686_gnu"
6211
6237
version = " 0.42.2"
@@ -6218,6 +6244,12 @@ version = "0.48.0"
6218
6244
source = " registry+https://github.com/rust-lang/crates.io-index"
6219
6245
checksum = " 622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
6220
6246
6247
+ [[package ]]
6248
+ name = " windows_i686_gnu"
6249
+ version = " 0.52.0"
6250
+ source = " registry+https://github.com/rust-lang/crates.io-index"
6251
+ checksum = " a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
6252
+
6221
6253
[[package ]]
6222
6254
name = " windows_i686_msvc"
6223
6255
version = " 0.42.2"
@@ -6230,6 +6262,12 @@ version = "0.48.0"
6230
6262
source = " registry+https://github.com/rust-lang/crates.io-index"
6231
6263
checksum = " 4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
6232
6264
6265
+ [[package ]]
6266
+ name = " windows_i686_msvc"
6267
+ version = " 0.52.0"
6268
+ source = " registry+https://github.com/rust-lang/crates.io-index"
6269
+ checksum = " ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
6270
+
6233
6271
[[package ]]
6234
6272
name = " windows_x86_64_gnu"
6235
6273
version = " 0.42.2"
@@ -6242,6 +6280,12 @@ version = "0.48.0"
6242
6280
source = " registry+https://github.com/rust-lang/crates.io-index"
6243
6281
checksum = " ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
6244
6282
6283
+ [[package ]]
6284
+ name = " windows_x86_64_gnu"
6285
+ version = " 0.52.0"
6286
+ source = " registry+https://github.com/rust-lang/crates.io-index"
6287
+ checksum = " 3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
6288
+
6245
6289
[[package ]]
6246
6290
name = " windows_x86_64_gnullvm"
6247
6291
version = " 0.42.2"
@@ -6254,6 +6298,12 @@ version = "0.48.0"
6254
6298
source = " registry+https://github.com/rust-lang/crates.io-index"
6255
6299
checksum = " 7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
6256
6300
6301
+ [[package ]]
6302
+ name = " windows_x86_64_gnullvm"
6303
+ version = " 0.52.0"
6304
+ source = " registry+https://github.com/rust-lang/crates.io-index"
6305
+ checksum = " 1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
6306
+
6257
6307
[[package ]]
6258
6308
name = " windows_x86_64_msvc"
6259
6309
version = " 0.42.2"
@@ -6266,6 +6316,12 @@ version = "0.48.0"
6266
6316
source = " registry+https://github.com/rust-lang/crates.io-index"
6267
6317
checksum = " 1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
6268
6318
6319
+ [[package ]]
6320
+ name = " windows_x86_64_msvc"
6321
+ version = " 0.52.0"
6322
+ source = " registry+https://github.com/rust-lang/crates.io-index"
6323
+ checksum = " dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
6324
+
6269
6325
[[package ]]
6270
6326
name = " winnow"
6271
6327
version = " 0.4.7"
0 commit comments