@@ -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 ]]
@@ -2512,14 +2512,13 @@ checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
2512
2512
2513
2513
[[package ]]
2514
2514
name = " nix"
2515
- version = " 0.26.2 "
2515
+ version = " 0.27.1 "
2516
2516
source = " registry+https://github.com/rust-lang/crates.io-index"
2517
- checksum = " bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a "
2517
+ checksum = " 2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053 "
2518
2518
dependencies = [
2519
- " bitflags 1.3.2 " ,
2519
+ " bitflags 2.4.1 " ,
2520
2520
" cfg-if" ,
2521
2521
" libc" ,
2522
- " static_assertions" ,
2523
2522
]
2524
2523
2525
2524
[[package ]]
@@ -2641,11 +2640,11 @@ dependencies = [
2641
2640
2642
2641
[[package ]]
2643
2642
name = " openssl"
2644
- version = " 0.10.55 "
2643
+ version = " 0.10.63 "
2645
2644
source = " registry+https://github.com/rust-lang/crates.io-index"
2646
- checksum = " 345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d "
2645
+ checksum = " 15c9d69dd87a29568d4d017cfe8ec518706046a05184e5aea92d0af890b803c8 "
2647
2646
dependencies = [
2648
- " bitflags 1.3.2 " ,
2647
+ " bitflags 2.4.1 " ,
2649
2648
" cfg-if" ,
2650
2649
" foreign-types" ,
2651
2650
" libc" ,
@@ -2673,9 +2672,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2673
2672
2674
2673
[[package ]]
2675
2674
name = " openssl-sys"
2676
- version = " 0.9.90 "
2675
+ version = " 0.9.99 "
2677
2676
source = " registry+https://github.com/rust-lang/crates.io-index"
2678
- checksum = " 374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6 "
2677
+ checksum = " 22e1bf214306098e4832460f797824c05d25aacdf896f64a985fb0fd992454ae "
2679
2678
dependencies = [
2680
2679
" cc" ,
2681
2680
" libc" ,
@@ -6143,6 +6142,15 @@ dependencies = [
6143
6142
" windows-targets 0.48.1" ,
6144
6143
]
6145
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
+
6146
6154
[[package ]]
6147
6155
name = " windows-targets"
6148
6156
version = " 0.42.2"
@@ -6173,6 +6181,21 @@ dependencies = [
6173
6181
" windows_x86_64_msvc 0.48.0" ,
6174
6182
]
6175
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
+
6176
6199
[[package ]]
6177
6200
name = " windows_aarch64_gnullvm"
6178
6201
version = " 0.42.2"
@@ -6185,6 +6208,12 @@ version = "0.48.0"
6185
6208
source = " registry+https://github.com/rust-lang/crates.io-index"
6186
6209
checksum = " 91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
6187
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
+
6188
6217
[[package ]]
6189
6218
name = " windows_aarch64_msvc"
6190
6219
version = " 0.42.2"
@@ -6197,6 +6226,12 @@ version = "0.48.0"
6197
6226
source = " registry+https://github.com/rust-lang/crates.io-index"
6198
6227
checksum = " b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
6199
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
+
6200
6235
[[package ]]
6201
6236
name = " windows_i686_gnu"
6202
6237
version = " 0.42.2"
@@ -6209,6 +6244,12 @@ version = "0.48.0"
6209
6244
source = " registry+https://github.com/rust-lang/crates.io-index"
6210
6245
checksum = " 622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
6211
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
+
6212
6253
[[package ]]
6213
6254
name = " windows_i686_msvc"
6214
6255
version = " 0.42.2"
@@ -6221,6 +6262,12 @@ version = "0.48.0"
6221
6262
source = " registry+https://github.com/rust-lang/crates.io-index"
6222
6263
checksum = " 4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
6223
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
+
6224
6271
[[package ]]
6225
6272
name = " windows_x86_64_gnu"
6226
6273
version = " 0.42.2"
@@ -6233,6 +6280,12 @@ version = "0.48.0"
6233
6280
source = " registry+https://github.com/rust-lang/crates.io-index"
6234
6281
checksum = " ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
6235
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
+
6236
6289
[[package ]]
6237
6290
name = " windows_x86_64_gnullvm"
6238
6291
version = " 0.42.2"
@@ -6245,6 +6298,12 @@ version = "0.48.0"
6245
6298
source = " registry+https://github.com/rust-lang/crates.io-index"
6246
6299
checksum = " 7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
6247
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
+
6248
6307
[[package ]]
6249
6308
name = " windows_x86_64_msvc"
6250
6309
version = " 0.42.2"
@@ -6257,6 +6316,12 @@ version = "0.48.0"
6257
6316
source = " registry+https://github.com/rust-lang/crates.io-index"
6258
6317
checksum = " 1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
6259
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
+
6260
6325
[[package ]]
6261
6326
name = " winnow"
6262
6327
version = " 0.4.7"
0 commit comments