tangled
alpha
login
or
join now
tsiry-sandratraina.com
/
tunein-cli
6
fork
atom
Browse and listen to thousands of radio stations across the globe right from your terminal ๐ ๐ป ๐ตโจ
radio
rust
tokio
web-radio
command-line-tool
tui
6
fork
atom
overview
issues
pulls
pipelines
run `cargo update`
tsiry-sandratraina.com
1 year ago
b4b99290
fff8d656
+724
-674
1 changed file
expand all
collapse all
unified
split
Cargo.lock
+724
-674
Cargo.lock
···
72
72
]
73
73
74
74
[[package]]
75
75
-
name = "ahash"
76
76
-
version = "0.8.10"
77
77
-
source = "registry+https://github.com/rust-lang/crates.io-index"
78
78
-
checksum = "8b79b82693f705137f8fb9b37871d99e4f9a7df12b917eed79c3d3954830a60b"
79
79
-
dependencies = [
80
80
-
"cfg-if",
81
81
-
"once_cell",
82
82
-
"version_check",
83
83
-
"zerocopy",
84
84
-
]
85
85
-
86
86
-
[[package]]
87
75
name = "aho-corasick"
88
76
version = "1.1.3"
89
77
source = "registry+https://github.com/rust-lang/crates.io-index"
···
94
82
95
83
[[package]]
96
84
name = "allocator-api2"
97
97
-
version = "0.2.16"
85
85
+
version = "0.2.21"
98
86
source = "registry+https://github.com/rust-lang/crates.io-index"
99
99
-
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
87
87
+
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
100
88
101
89
[[package]]
102
90
name = "alsa"
···
137
125
138
126
[[package]]
139
127
name = "anyhow"
140
140
-
version = "1.0.69"
128
128
+
version = "1.0.95"
141
129
source = "registry+https://github.com/rust-lang/crates.io-index"
142
142
-
checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
130
130
+
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
143
131
144
132
[[package]]
145
133
name = "arrayvec"
···
149
137
150
138
[[package]]
151
139
name = "arrayvec"
152
152
-
version = "0.7.2"
140
140
+
version = "0.7.6"
153
141
source = "registry+https://github.com/rust-lang/crates.io-index"
154
154
-
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
142
142
+
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
155
143
156
144
[[package]]
157
145
name = "async-attributes"
···
160
148
checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
161
149
dependencies = [
162
150
"quote",
163
163
-
"syn 1.0.107",
151
151
+
"syn 1.0.109",
164
152
]
165
153
166
154
[[package]]
167
155
name = "async-channel"
168
168
-
version = "1.8.0"
156
156
+
version = "1.9.0"
169
157
source = "registry+https://github.com/rust-lang/crates.io-index"
170
170
-
checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
158
158
+
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
171
159
dependencies = [
172
160
"concurrent-queue",
173
173
-
"event-listener",
161
161
+
"event-listener 2.5.3",
174
162
"futures-core",
163
163
+
]
164
164
+
165
165
+
[[package]]
166
166
+
name = "async-channel"
167
167
+
version = "2.3.1"
168
168
+
source = "registry+https://github.com/rust-lang/crates.io-index"
169
169
+
checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
170
170
+
dependencies = [
171
171
+
"concurrent-queue",
172
172
+
"event-listener-strategy",
173
173
+
"futures-core",
174
174
+
"pin-project-lite",
175
175
]
176
176
177
177
[[package]]
178
178
name = "async-dup"
179
179
-
version = "1.2.2"
179
179
+
version = "1.2.4"
180
180
source = "registry+https://github.com/rust-lang/crates.io-index"
181
181
-
checksum = "7427a12b8dc09291528cfb1da2447059adb4a257388c2acd6497a79d55cf6f7c"
181
181
+
checksum = "7c2886ab563af5038f79ec016dd7b87947ed138b794e8dd64992962c9cca0411"
182
182
dependencies = [
183
183
+
"async-lock 3.4.0",
183
184
"futures-io",
184
184
-
"simple-mutex",
185
185
]
186
186
187
187
[[package]]
188
188
name = "async-executor"
189
189
-
version = "1.5.0"
189
189
+
version = "1.13.1"
190
190
source = "registry+https://github.com/rust-lang/crates.io-index"
191
191
-
checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b"
191
191
+
checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
192
192
dependencies = [
193
193
-
"async-lock",
194
193
"async-task",
195
194
"concurrent-queue",
196
196
-
"fastrand",
197
197
-
"futures-lite",
195
195
+
"fastrand 2.3.0",
196
196
+
"futures-lite 2.6.0",
198
197
"slab",
199
198
]
200
199
201
200
[[package]]
202
201
name = "async-global-executor"
203
203
-
version = "2.3.1"
202
202
+
version = "2.4.1"
204
203
source = "registry+https://github.com/rust-lang/crates.io-index"
205
205
-
checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"
204
204
+
checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
206
205
dependencies = [
207
207
-
"async-channel",
206
206
+
"async-channel 2.3.1",
208
207
"async-executor",
209
209
-
"async-io",
210
210
-
"async-lock",
208
208
+
"async-io 2.4.0",
209
209
+
"async-lock 3.4.0",
211
210
"blocking",
212
212
-
"futures-lite",
211
211
+
"futures-lite 2.6.0",
213
212
"once_cell",
214
213
"tokio",
215
214
]
216
215
217
216
[[package]]
218
217
name = "async-h1"
219
219
-
version = "2.3.3"
218
218
+
version = "2.3.4"
220
219
source = "registry+https://github.com/rust-lang/crates.io-index"
221
221
-
checksum = "8101020758a4fc3a7c326cb42aa99e9fa77cbfb76987c128ad956406fe1f70a7"
220
220
+
checksum = "5d1d1dae8cb2c4258a79d6ed088b7fb9b4763bf4e9b22d040779761e046a2971"
222
221
dependencies = [
223
223
-
"async-channel",
222
222
+
"async-channel 1.9.0",
224
223
"async-dup",
225
225
-
"async-std",
226
226
-
"futures-core",
224
224
+
"async-global-executor",
225
225
+
"async-io 1.13.0",
226
226
+
"futures-lite 1.13.0",
227
227
"http-types",
228
228
"httparse",
229
229
"log",
···
232
232
233
233
[[package]]
234
234
name = "async-io"
235
235
-
version = "1.12.0"
235
235
+
version = "1.13.0"
236
236
source = "registry+https://github.com/rust-lang/crates.io-index"
237
237
-
checksum = "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794"
237
237
+
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
238
238
dependencies = [
239
239
-
"async-lock",
239
239
+
"async-lock 2.8.0",
240
240
"autocfg",
241
241
+
"cfg-if",
241
242
"concurrent-queue",
242
242
-
"futures-lite",
243
243
-
"libc",
243
243
+
"futures-lite 1.13.0",
244
244
"log",
245
245
"parking",
246
246
-
"polling",
246
246
+
"polling 2.8.0",
247
247
+
"rustix 0.37.28",
247
248
"slab",
248
248
-
"socket2 0.4.7",
249
249
+
"socket2 0.4.10",
249
250
"waker-fn",
250
250
-
"windows-sys 0.42.0",
251
251
+
]
252
252
+
253
253
+
[[package]]
254
254
+
name = "async-io"
255
255
+
version = "2.4.0"
256
256
+
source = "registry+https://github.com/rust-lang/crates.io-index"
257
257
+
checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
258
258
+
dependencies = [
259
259
+
"async-lock 3.4.0",
260
260
+
"cfg-if",
261
261
+
"concurrent-queue",
262
262
+
"futures-io",
263
263
+
"futures-lite 2.6.0",
264
264
+
"parking",
265
265
+
"polling 3.7.4",
266
266
+
"rustix 0.38.44",
267
267
+
"slab",
268
268
+
"tracing",
269
269
+
"windows-sys 0.59.0",
251
270
]
252
271
253
272
[[package]]
254
273
name = "async-lock"
255
255
-
version = "2.6.0"
274
274
+
version = "2.8.0"
256
275
source = "registry+https://github.com/rust-lang/crates.io-index"
257
257
-
checksum = "c8101efe8695a6c17e02911402145357e718ac92d3ff88ae8419e84b1707b685"
276
276
+
checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
258
277
dependencies = [
259
259
-
"event-listener",
260
260
-
"futures-lite",
278
278
+
"event-listener 2.5.3",
279
279
+
]
280
280
+
281
281
+
[[package]]
282
282
+
name = "async-lock"
283
283
+
version = "3.4.0"
284
284
+
source = "registry+https://github.com/rust-lang/crates.io-index"
285
285
+
checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
286
286
+
dependencies = [
287
287
+
"event-listener 5.4.0",
288
288
+
"event-listener-strategy",
289
289
+
"pin-project-lite",
261
290
]
262
291
263
292
[[package]]
264
293
name = "async-process"
265
265
-
version = "1.7.0"
294
294
+
version = "2.3.0"
266
295
source = "registry+https://github.com/rust-lang/crates.io-index"
267
267
-
checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9"
296
296
+
checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
268
297
dependencies = [
269
269
-
"async-io",
270
270
-
"async-lock",
271
271
-
"autocfg",
298
298
+
"async-channel 2.3.1",
299
299
+
"async-io 2.4.0",
300
300
+
"async-lock 3.4.0",
301
301
+
"async-signal",
302
302
+
"async-task",
272
303
"blocking",
273
304
"cfg-if",
274
274
-
"event-listener",
275
275
-
"futures-lite",
276
276
-
"rustix",
277
277
-
"signal-hook",
278
278
-
"windows-sys 0.48.0",
305
305
+
"event-listener 5.4.0",
306
306
+
"futures-lite 2.6.0",
307
307
+
"rustix 0.38.44",
308
308
+
"tracing",
309
309
+
]
310
310
+
311
311
+
[[package]]
312
312
+
name = "async-signal"
313
313
+
version = "0.2.10"
314
314
+
source = "registry+https://github.com/rust-lang/crates.io-index"
315
315
+
checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
316
316
+
dependencies = [
317
317
+
"async-io 2.4.0",
318
318
+
"async-lock 3.4.0",
319
319
+
"atomic-waker",
320
320
+
"cfg-if",
321
321
+
"futures-core",
322
322
+
"futures-io",
323
323
+
"rustix 0.38.44",
324
324
+
"signal-hook-registry",
325
325
+
"slab",
326
326
+
"windows-sys 0.59.0",
279
327
]
280
328
281
329
[[package]]
282
330
name = "async-std"
283
283
-
version = "1.12.0"
331
331
+
version = "1.13.0"
284
332
source = "registry+https://github.com/rust-lang/crates.io-index"
285
285
-
checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
333
333
+
checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
286
334
dependencies = [
287
335
"async-attributes",
288
288
-
"async-channel",
336
336
+
"async-channel 1.9.0",
289
337
"async-global-executor",
290
290
-
"async-io",
291
291
-
"async-lock",
338
338
+
"async-io 2.4.0",
339
339
+
"async-lock 3.4.0",
292
340
"async-process",
293
341
"crossbeam-utils",
294
342
"futures-channel",
295
343
"futures-core",
296
344
"futures-io",
297
297
-
"futures-lite",
345
345
+
"futures-lite 2.6.0",
298
346
"gloo-timers",
299
347
"kv-log-macro",
300
348
"log",
···
323
371
324
372
[[package]]
325
373
name = "async-stream"
326
326
-
version = "0.3.4"
374
374
+
version = "0.3.6"
327
375
source = "registry+https://github.com/rust-lang/crates.io-index"
328
328
-
checksum = "ad445822218ce64be7a341abfb0b1ea43b5c23aa83902542a4542e78309d8e5e"
376
376
+
checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
329
377
dependencies = [
330
378
"async-stream-impl",
331
379
"futures-core",
···
334
382
335
383
[[package]]
336
384
name = "async-stream-impl"
337
337
-
version = "0.3.4"
385
385
+
version = "0.3.6"
338
386
source = "registry+https://github.com/rust-lang/crates.io-index"
339
339
-
checksum = "e4655ae1a7b0cdf149156f780c5bf3f1352bc53cbd9e0a361a7ef7b22947e965"
387
387
+
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
340
388
dependencies = [
341
389
"proc-macro2",
342
390
"quote",
343
343
-
"syn 1.0.107",
391
391
+
"syn 2.0.96",
344
392
]
345
393
346
394
[[package]]
347
395
name = "async-task"
348
348
-
version = "4.3.0"
396
396
+
version = "4.7.1"
349
397
source = "registry+https://github.com/rust-lang/crates.io-index"
350
350
-
checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
398
398
+
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
351
399
352
400
[[package]]
353
401
name = "async-tls"
···
370
418
dependencies = [
371
419
"proc-macro2",
372
420
"quote",
373
373
-
"syn 2.0.51",
421
421
+
"syn 2.0.96",
374
422
]
375
423
376
424
[[package]]
377
425
name = "atomic-waker"
378
378
-
version = "1.1.0"
426
426
+
version = "1.1.2"
379
427
source = "registry+https://github.com/rust-lang/crates.io-index"
380
380
-
checksum = "debc29dde2e69f9e47506b525f639ed42300fc014a3e007832592448fa8e4599"
428
428
+
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
381
429
382
430
[[package]]
383
431
name = "atty"
···
392
440
393
441
[[package]]
394
442
name = "autocfg"
395
395
-
version = "1.1.0"
443
443
+
version = "1.4.0"
396
444
source = "registry+https://github.com/rust-lang/crates.io-index"
397
397
-
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
445
445
+
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
398
446
399
447
[[package]]
400
448
name = "axum"
401
401
-
version = "0.7.5"
449
449
+
version = "0.7.9"
402
450
source = "registry+https://github.com/rust-lang/crates.io-index"
403
403
-
checksum = "3a6c9af12842a67734c9a2e355436e5d03b22383ed60cf13cd0c18fbfe3dcbcf"
451
451
+
checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f"
404
452
dependencies = [
405
453
"async-trait",
406
454
"axum-core",
···
418
466
"rustversion",
419
467
"serde",
420
468
"sync_wrapper 1.0.2",
421
421
-
"tower",
469
469
+
"tower 0.5.2",
422
470
"tower-layer",
423
471
"tower-service",
424
472
]
···
478
526
479
527
[[package]]
480
528
name = "base64"
481
481
-
version = "0.21.0"
529
529
+
version = "0.21.7"
482
530
source = "registry+https://github.com/rust-lang/crates.io-index"
483
483
-
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
531
531
+
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
484
532
485
533
[[package]]
486
534
name = "base64"
···
490
538
491
539
[[package]]
492
540
name = "bindgen"
493
493
-
version = "0.61.0"
541
541
+
version = "0.70.1"
494
542
source = "registry+https://github.com/rust-lang/crates.io-index"
495
495
-
checksum = "8a022e58a142a46fea340d68012b9201c094e93ec3d033a944a24f8fd4a4f09a"
543
543
+
checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
496
544
dependencies = [
497
497
-
"bitflags 1.3.2",
545
545
+
"bitflags 2.8.0",
498
546
"cexpr",
499
547
"clang-sys",
500
500
-
"lazy_static",
501
501
-
"lazycell",
502
502
-
"peeking_take_while",
548
548
+
"itertools 0.13.0",
503
549
"proc-macro2",
504
550
"quote",
505
551
"regex",
506
552
"rustc-hash",
507
553
"shlex",
508
508
-
"syn 1.0.107",
554
554
+
"syn 2.0.96",
509
555
]
510
556
511
557
[[package]]
···
516
562
517
563
[[package]]
518
564
name = "bitflags"
519
519
-
version = "2.4.2"
565
565
+
version = "2.8.0"
520
566
source = "registry+https://github.com/rust-lang/crates.io-index"
521
521
-
checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
567
567
+
checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
522
568
523
569
[[package]]
524
570
name = "block-buffer"
···
531
577
532
578
[[package]]
533
579
name = "blocking"
534
534
-
version = "1.3.0"
580
580
+
version = "1.6.1"
535
581
source = "registry+https://github.com/rust-lang/crates.io-index"
536
536
-
checksum = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8"
582
582
+
checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
537
583
dependencies = [
538
538
-
"async-channel",
539
539
-
"async-lock",
584
584
+
"async-channel 2.3.1",
540
585
"async-task",
541
541
-
"atomic-waker",
542
542
-
"fastrand",
543
543
-
"futures-lite",
586
586
+
"futures-io",
587
587
+
"futures-lite 2.6.0",
588
588
+
"piper",
544
589
]
545
590
546
591
[[package]]
547
592
name = "bumpalo"
548
548
-
version = "3.12.0"
593
593
+
version = "3.16.0"
549
594
source = "registry+https://github.com/rust-lang/crates.io-index"
550
550
-
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
595
595
+
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
551
596
552
597
[[package]]
553
598
name = "bytemuck"
554
554
-
version = "1.13.0"
599
599
+
version = "1.21.0"
555
600
source = "registry+https://github.com/rust-lang/crates.io-index"
556
556
-
checksum = "c041d3eab048880cb0b86b256447da3f18859a163c3b8d8893f4e6368abe6393"
601
601
+
checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
557
602
558
603
[[package]]
559
604
name = "byteorder"
560
560
-
version = "1.4.3"
605
605
+
version = "1.5.0"
561
606
source = "registry+https://github.com/rust-lang/crates.io-index"
562
562
-
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
607
607
+
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
563
608
564
609
[[package]]
565
610
name = "bytes"
···
575
620
576
621
[[package]]
577
622
name = "castaway"
578
578
-
version = "0.2.2"
623
623
+
version = "0.2.3"
579
624
source = "registry+https://github.com/rust-lang/crates.io-index"
580
580
-
checksum = "8a17ed5635fc8536268e5d4de1e22e81ac34419e5f052d4d51f4e01dcc263fcc"
625
625
+
checksum = "0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5"
581
626
dependencies = [
582
627
"rustversion",
583
628
]
584
629
585
630
[[package]]
586
631
name = "cc"
587
587
-
version = "1.0.79"
632
632
+
version = "1.2.10"
588
633
source = "registry+https://github.com/rust-lang/crates.io-index"
589
589
-
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
634
634
+
checksum = "13208fcbb66eaeffe09b99fffbe1af420f00a7b35aa99ad683dfc1aa76145229"
590
635
dependencies = [
591
636
"jobserver",
637
637
+
"libc",
638
638
+
"shlex",
592
639
]
593
640
594
641
[[package]]
···
638
685
639
686
[[package]]
640
687
name = "clang-sys"
641
641
-
version = "1.6.0"
688
688
+
version = "1.8.1"
642
689
source = "registry+https://github.com/rust-lang/crates.io-index"
643
643
-
checksum = "77ed9a53e5d4d9c573ae844bfac6872b159cb1d1585a83b29e7a64b7eef7332a"
690
690
+
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
644
691
dependencies = [
645
692
"glob",
646
693
"libc",
···
649
696
650
697
[[package]]
651
698
name = "clap"
652
652
-
version = "3.2.23"
699
699
+
version = "3.2.25"
653
700
source = "registry+https://github.com/rust-lang/crates.io-index"
654
654
-
checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
701
701
+
checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
655
702
dependencies = [
656
703
"atty",
657
704
"bitflags 1.3.2",
658
705
"clap_lex",
659
659
-
"indexmap 1.9.2",
706
706
+
"indexmap 1.9.3",
660
707
"strsim",
661
708
"termcolor",
662
709
"textwrap",
···
679
726
680
727
[[package]]
681
728
name = "combine"
682
682
-
version = "4.6.6"
729
729
+
version = "4.6.7"
683
730
source = "registry+https://github.com/rust-lang/crates.io-index"
684
684
-
checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
731
731
+
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
685
732
dependencies = [
686
733
"bytes",
687
734
"memchr",
···
702
749
703
750
[[package]]
704
751
name = "concurrent-queue"
705
705
-
version = "2.1.0"
752
752
+
version = "2.5.0"
706
753
source = "registry+https://github.com/rust-lang/crates.io-index"
707
707
-
checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e"
754
754
+
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
708
755
dependencies = [
709
756
"crossbeam-utils",
710
757
]
···
716
763
checksum = "19b076e143e1d9538dde65da30f8481c2a6c44040edb8e02b9bf1351edb92ce3"
717
764
dependencies = [
718
765
"lazy_static",
719
719
-
"nom 5.1.2",
766
766
+
"nom 5.1.3",
720
767
"serde",
721
768
]
722
769
723
770
[[package]]
724
771
name = "const_fn"
725
725
-
version = "0.4.9"
772
772
+
version = "0.4.11"
726
773
source = "registry+https://github.com/rust-lang/crates.io-index"
727
727
-
checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935"
774
774
+
checksum = "2f8a2ca5ac02d09563609681103aada9e1777d54fc57a5acd7a41404f9c93b6e"
728
775
729
776
[[package]]
730
777
name = "convert_case"
···
751
798
752
799
[[package]]
753
800
name = "core-foundation"
754
754
-
version = "0.9.3"
801
801
+
version = "0.9.4"
755
802
source = "registry+https://github.com/rust-lang/crates.io-index"
756
756
-
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
803
803
+
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
757
804
dependencies = [
758
805
"core-foundation-sys",
759
806
"libc",
···
761
808
762
809
[[package]]
763
810
name = "core-foundation-sys"
764
764
-
version = "0.8.3"
811
811
+
version = "0.8.7"
765
812
source = "registry+https://github.com/rust-lang/crates.io-index"
766
766
-
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
813
813
+
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
767
814
768
815
[[package]]
769
816
name = "coreaudio-rs"
···
777
824
778
825
[[package]]
779
826
name = "coreaudio-sys"
780
780
-
version = "0.2.11"
827
827
+
version = "0.2.16"
781
828
source = "registry+https://github.com/rust-lang/crates.io-index"
782
782
-
checksum = "1a9444b94b8024feecc29e01a9706c69c1e26bfee480221c90764200cfd778fb"
829
829
+
checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
783
830
dependencies = [
784
831
"bindgen",
785
832
]
···
810
857
811
858
[[package]]
812
859
name = "cpufeatures"
813
813
-
version = "0.2.5"
860
860
+
version = "0.2.17"
814
861
source = "registry+https://github.com/rust-lang/crates.io-index"
815
815
-
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
862
862
+
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
816
863
dependencies = [
817
864
"libc",
818
865
]
···
825
872
826
873
[[package]]
827
874
name = "crossbeam-queue"
828
828
-
version = "0.3.8"
875
875
+
version = "0.3.12"
829
876
source = "registry+https://github.com/rust-lang/crates.io-index"
830
830
-
checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
877
877
+
checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
831
878
dependencies = [
832
832
-
"cfg-if",
833
879
"crossbeam-utils",
834
880
]
835
881
836
882
[[package]]
837
883
name = "crossbeam-utils"
838
838
-
version = "0.8.14"
884
884
+
version = "0.8.21"
839
885
source = "registry+https://github.com/rust-lang/crates.io-index"
840
840
-
checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
841
841
-
dependencies = [
842
842
-
"cfg-if",
843
843
-
]
886
886
+
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
844
887
845
888
[[package]]
846
889
name = "crossterm"
···
848
891
source = "registry+https://github.com/rust-lang/crates.io-index"
849
892
checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df"
850
893
dependencies = [
851
851
-
"bitflags 2.4.2",
894
894
+
"bitflags 2.8.0",
852
895
"crossterm_winapi",
853
896
"libc",
854
854
-
"mio 0.8.6",
897
897
+
"mio 0.8.11",
855
898
"parking_lot",
856
899
"signal-hook",
857
900
"signal-hook-mio",
···
887
930
]
888
931
889
932
[[package]]
890
890
-
name = "cty"
891
891
-
version = "0.2.2"
892
892
-
source = "registry+https://github.com/rust-lang/crates.io-index"
893
893
-
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
894
894
-
895
895
-
[[package]]
896
933
name = "dashmap"
897
897
-
version = "5.4.0"
934
934
+
version = "5.5.3"
898
935
source = "registry+https://github.com/rust-lang/crates.io-index"
899
899
-
checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc"
936
936
+
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
900
937
dependencies = [
901
938
"cfg-if",
902
902
-
"hashbrown 0.12.3",
939
939
+
"hashbrown 0.14.5",
903
940
"lock_api",
904
941
"once_cell",
905
942
"parking_lot_core",
···
927
964
928
965
[[package]]
929
966
name = "derive_more"
930
930
-
version = "0.99.17"
967
967
+
version = "0.99.18"
931
968
source = "registry+https://github.com/rust-lang/crates.io-index"
932
932
-
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
969
969
+
checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
933
970
dependencies = [
934
971
"convert_case",
935
972
"proc-macro2",
936
973
"quote",
937
937
-
"rustc_version 0.4.0",
938
938
-
"syn 1.0.107",
974
974
+
"rustc_version 0.4.1",
975
975
+
"syn 2.0.96",
939
976
]
940
977
941
978
[[package]]
···
961
998
dependencies = [
962
999
"proc-macro2",
963
1000
"quote",
964
964
-
"syn 2.0.51",
1001
1001
+
"syn 2.0.96",
965
1002
]
966
1003
967
1004
[[package]]
968
1005
name = "either"
969
969
-
version = "1.8.1"
1006
1006
+
version = "1.13.0"
970
1007
source = "registry+https://github.com/rust-lang/crates.io-index"
971
971
-
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
1008
1008
+
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
972
1009
973
1010
[[package]]
974
1011
name = "encoding_rs"
975
975
-
version = "0.8.32"
1012
1012
+
version = "0.8.35"
976
1013
source = "registry+https://github.com/rust-lang/crates.io-index"
977
977
-
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
1014
1014
+
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
978
1015
dependencies = [
979
1016
"cfg-if",
980
1017
]
···
985
1022
source = "registry+https://github.com/rust-lang/crates.io-index"
986
1023
checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
987
1024
dependencies = [
988
988
-
"heck 0.5.0",
1025
1025
+
"heck",
989
1026
"proc-macro2",
990
1027
"quote",
991
991
-
"syn 2.0.51",
1028
1028
+
"syn 2.0.96",
992
1029
]
993
1030
994
1031
[[package]]
···
1014
1051
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
1015
1052
1016
1053
[[package]]
1054
1054
+
name = "event-listener"
1055
1055
+
version = "5.4.0"
1056
1056
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1057
1057
+
checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
1058
1058
+
dependencies = [
1059
1059
+
"concurrent-queue",
1060
1060
+
"parking",
1061
1061
+
"pin-project-lite",
1062
1062
+
]
1063
1063
+
1064
1064
+
[[package]]
1065
1065
+
name = "event-listener-strategy"
1066
1066
+
version = "0.5.3"
1067
1067
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1068
1068
+
checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
1069
1069
+
dependencies = [
1070
1070
+
"event-listener 5.4.0",
1071
1071
+
"pin-project-lite",
1072
1072
+
]
1073
1073
+
1074
1074
+
[[package]]
1075
1075
+
name = "extended"
1076
1076
+
version = "0.1.0"
1077
1077
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1078
1078
+
checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
1079
1079
+
1080
1080
+
[[package]]
1017
1081
name = "fastrand"
1018
1082
version = "1.9.0"
1019
1083
source = "registry+https://github.com/rust-lang/crates.io-index"
···
1021
1085
dependencies = [
1022
1086
"instant",
1023
1087
]
1088
1088
+
1089
1089
+
[[package]]
1090
1090
+
name = "fastrand"
1091
1091
+
version = "2.3.0"
1092
1092
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1093
1093
+
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
1024
1094
1025
1095
[[package]]
1026
1096
name = "fixedbitset"
···
1035
1105
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1036
1106
1037
1107
[[package]]
1108
1108
+
name = "foldhash"
1109
1109
+
version = "0.1.4"
1110
1110
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1111
1111
+
checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f"
1112
1112
+
1113
1113
+
[[package]]
1038
1114
name = "form_urlencoded"
1039
1115
version = "1.2.1"
1040
1116
source = "registry+https://github.com/rust-lang/crates.io-index"
···
1045
1121
1046
1122
[[package]]
1047
1123
name = "futures"
1048
1048
-
version = "0.3.26"
1124
1124
+
version = "0.3.31"
1049
1125
source = "registry+https://github.com/rust-lang/crates.io-index"
1050
1050
-
checksum = "13e2792b0ff0340399d58445b88fd9770e3489eff258a4cbc1523418f12abf84"
1126
1126
+
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
1051
1127
dependencies = [
1052
1128
"futures-channel",
1053
1129
"futures-core",
···
1060
1136
1061
1137
[[package]]
1062
1138
name = "futures-channel"
1063
1063
-
version = "0.3.26"
1139
1139
+
version = "0.3.31"
1064
1140
source = "registry+https://github.com/rust-lang/crates.io-index"
1065
1065
-
checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5"
1141
1141
+
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
1066
1142
dependencies = [
1067
1143
"futures-core",
1068
1144
"futures-sink",
···
1070
1146
1071
1147
[[package]]
1072
1148
name = "futures-core"
1073
1073
-
version = "0.3.26"
1149
1149
+
version = "0.3.31"
1074
1150
source = "registry+https://github.com/rust-lang/crates.io-index"
1075
1075
-
checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608"
1151
1151
+
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
1076
1152
1077
1153
[[package]]
1078
1154
name = "futures-executor"
1079
1079
-
version = "0.3.26"
1155
1155
+
version = "0.3.31"
1080
1156
source = "registry+https://github.com/rust-lang/crates.io-index"
1081
1081
-
checksum = "e8de0a35a6ab97ec8869e32a2473f4b1324459e14c29275d14b10cb1fd19b50e"
1157
1157
+
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
1082
1158
dependencies = [
1083
1159
"futures-core",
1084
1160
"futures-task",
···
1087
1163
1088
1164
[[package]]
1089
1165
name = "futures-io"
1090
1090
-
version = "0.3.26"
1166
1166
+
version = "0.3.31"
1091
1167
source = "registry+https://github.com/rust-lang/crates.io-index"
1092
1092
-
checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531"
1168
1168
+
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
1093
1169
1094
1170
[[package]]
1095
1171
name = "futures-lite"
1096
1096
-
version = "1.12.0"
1172
1172
+
version = "1.13.0"
1097
1173
source = "registry+https://github.com/rust-lang/crates.io-index"
1098
1098
-
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
1174
1174
+
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
1099
1175
dependencies = [
1100
1100
-
"fastrand",
1176
1176
+
"fastrand 1.9.0",
1101
1177
"futures-core",
1102
1178
"futures-io",
1103
1179
"memchr",
···
1107
1183
]
1108
1184
1109
1185
[[package]]
1186
1186
+
name = "futures-lite"
1187
1187
+
version = "2.6.0"
1188
1188
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1189
1189
+
checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
1190
1190
+
dependencies = [
1191
1191
+
"fastrand 2.3.0",
1192
1192
+
"futures-core",
1193
1193
+
"futures-io",
1194
1194
+
"parking",
1195
1195
+
"pin-project-lite",
1196
1196
+
]
1197
1197
+
1198
1198
+
[[package]]
1110
1199
name = "futures-macro"
1111
1111
-
version = "0.3.26"
1200
1200
+
version = "0.3.31"
1112
1201
source = "registry+https://github.com/rust-lang/crates.io-index"
1113
1113
-
checksum = "95a73af87da33b5acf53acfebdc339fe592ecf5357ac7c0a7734ab9d8c876a70"
1202
1202
+
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1114
1203
dependencies = [
1115
1204
"proc-macro2",
1116
1205
"quote",
1117
1117
-
"syn 1.0.107",
1206
1206
+
"syn 2.0.96",
1118
1207
]
1119
1208
1120
1209
[[package]]
1121
1210
name = "futures-sink"
1122
1122
-
version = "0.3.26"
1211
1211
+
version = "0.3.31"
1123
1212
source = "registry+https://github.com/rust-lang/crates.io-index"
1124
1124
-
checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364"
1213
1213
+
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
1125
1214
1126
1215
[[package]]
1127
1216
name = "futures-task"
1128
1128
-
version = "0.3.26"
1217
1217
+
version = "0.3.31"
1129
1218
source = "registry+https://github.com/rust-lang/crates.io-index"
1130
1130
-
checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366"
1219
1219
+
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
1131
1220
1132
1221
[[package]]
1133
1222
name = "futures-util"
1134
1134
-
version = "0.3.26"
1223
1223
+
version = "0.3.31"
1135
1224
source = "registry+https://github.com/rust-lang/crates.io-index"
1136
1136
-
checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1"
1225
1225
+
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
1137
1226
dependencies = [
1138
1227
"futures-channel",
1139
1228
"futures-core",
···
1149
1238
1150
1239
[[package]]
1151
1240
name = "generic-array"
1152
1152
-
version = "0.14.6"
1241
1241
+
version = "0.14.7"
1153
1242
source = "registry+https://github.com/rust-lang/crates.io-index"
1154
1154
-
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
1243
1243
+
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1155
1244
dependencies = [
1156
1245
"typenum",
1157
1246
"version_check",
···
1170
1259
1171
1260
[[package]]
1172
1261
name = "getrandom"
1173
1173
-
version = "0.2.8"
1262
1262
+
version = "0.2.15"
1174
1263
source = "registry+https://github.com/rust-lang/crates.io-index"
1175
1175
-
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
1264
1264
+
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
1176
1265
dependencies = [
1177
1266
"cfg-if",
1178
1267
"libc",
···
1197
1286
1198
1287
[[package]]
1199
1288
name = "glob"
1200
1200
-
version = "0.3.1"
1289
1289
+
version = "0.3.2"
1201
1290
source = "registry+https://github.com/rust-lang/crates.io-index"
1202
1202
-
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
1291
1291
+
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
1203
1292
1204
1293
[[package]]
1205
1294
name = "gloo-timers"
1206
1206
-
version = "0.2.6"
1295
1295
+
version = "0.3.0"
1207
1296
source = "registry+https://github.com/rust-lang/crates.io-index"
1208
1208
-
checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
1297
1297
+
checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
1209
1298
dependencies = [
1210
1299
"futures-channel",
1211
1300
"futures-core",
···
1215
1304
1216
1305
[[package]]
1217
1306
name = "h2"
1218
1218
-
version = "0.3.15"
1307
1307
+
version = "0.3.26"
1219
1308
source = "registry+https://github.com/rust-lang/crates.io-index"
1220
1220
-
checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
1309
1309
+
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
1221
1310
dependencies = [
1222
1311
"bytes",
1223
1312
"fnv",
1224
1313
"futures-core",
1225
1314
"futures-sink",
1226
1315
"futures-util",
1227
1227
-
"http 0.2.9",
1228
1228
-
"indexmap 1.9.2",
1316
1316
+
"http 0.2.12",
1317
1317
+
"indexmap 2.7.1",
1229
1318
"slab",
1230
1319
"tokio",
1231
1320
"tokio-util",
···
1259
1348
1260
1349
[[package]]
1261
1350
name = "hashbrown"
1262
1262
-
version = "0.14.3"
1351
1351
+
version = "0.14.5"
1263
1352
source = "registry+https://github.com/rust-lang/crates.io-index"
1264
1264
-
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
1265
1265
-
dependencies = [
1266
1266
-
"ahash",
1267
1267
-
"allocator-api2",
1268
1268
-
]
1353
1353
+
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1269
1354
1270
1355
[[package]]
1271
1356
name = "hashbrown"
1272
1357
version = "0.15.2"
1273
1358
source = "registry+https://github.com/rust-lang/crates.io-index"
1274
1359
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
1275
1275
-
1276
1276
-
[[package]]
1277
1277
-
name = "heck"
1278
1278
-
version = "0.4.1"
1279
1279
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1280
1280
-
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1360
1360
+
dependencies = [
1361
1361
+
"allocator-api2",
1362
1362
+
"equivalent",
1363
1363
+
"foldhash",
1364
1364
+
]
1281
1365
1282
1366
[[package]]
1283
1367
name = "heck"
···
1296
1380
1297
1381
[[package]]
1298
1382
name = "hermit-abi"
1299
1299
-
version = "0.2.6"
1383
1383
+
version = "0.3.9"
1300
1384
source = "registry+https://github.com/rust-lang/crates.io-index"
1301
1301
-
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
1302
1302
-
dependencies = [
1303
1303
-
"libc",
1304
1304
-
]
1385
1385
+
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
1305
1386
1306
1387
[[package]]
1307
1388
name = "hermit-abi"
1308
1308
-
version = "0.3.9"
1389
1389
+
version = "0.4.0"
1309
1390
source = "registry+https://github.com/rust-lang/crates.io-index"
1310
1310
-
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
1391
1391
+
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
1311
1392
1312
1393
[[package]]
1313
1394
name = "hickory-proto"
···
1385
1466
1386
1467
[[package]]
1387
1468
name = "hound"
1388
1388
-
version = "3.5.0"
1469
1469
+
version = "3.5.1"
1389
1470
source = "registry+https://github.com/rust-lang/crates.io-index"
1390
1390
-
checksum = "4d13cdbd5dbb29f9c88095bbdc2590c9cba0d0a1269b983fef6b2cdd7e9f4db1"
1471
1471
+
checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
1391
1472
1392
1473
[[package]]
1393
1474
name = "http"
1394
1394
-
version = "0.2.9"
1475
1475
+
version = "0.2.12"
1395
1476
source = "registry+https://github.com/rust-lang/crates.io-index"
1396
1396
-
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
1477
1477
+
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
1397
1478
dependencies = [
1398
1479
"bytes",
1399
1480
"fnv",
···
1413
1494
1414
1495
[[package]]
1415
1496
name = "http-body"
1416
1416
-
version = "0.4.5"
1497
1497
+
version = "0.4.6"
1417
1498
source = "registry+https://github.com/rust-lang/crates.io-index"
1418
1418
-
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
1499
1499
+
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
1419
1500
dependencies = [
1420
1501
"bytes",
1421
1421
-
"http 0.2.9",
1502
1502
+
"http 0.2.12",
1422
1503
"pin-project-lite",
1423
1504
]
1424
1505
···
1471
1552
checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
1472
1553
dependencies = [
1473
1554
"anyhow",
1474
1474
-
"async-channel",
1555
1555
+
"async-channel 1.9.0",
1475
1556
"async-std",
1476
1557
"base64 0.13.1",
1477
1558
"cookie",
1478
1478
-
"futures-lite",
1559
1559
+
"futures-lite 1.13.0",
1479
1560
"infer",
1480
1561
"pin-project-lite",
1481
1562
"rand 0.7.3",
···
1488
1569
1489
1570
[[package]]
1490
1571
name = "httparse"
1491
1491
-
version = "1.8.0"
1572
1572
+
version = "1.9.5"
1492
1573
source = "registry+https://github.com/rust-lang/crates.io-index"
1493
1493
-
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
1574
1574
+
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
1494
1575
1495
1576
[[package]]
1496
1577
name = "httpdate"
1497
1497
-
version = "1.0.2"
1578
1578
+
version = "1.0.3"
1498
1579
source = "registry+https://github.com/rust-lang/crates.io-index"
1499
1499
-
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
1580
1580
+
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1500
1581
1501
1582
[[package]]
1502
1583
name = "hyper"
1503
1503
-
version = "0.14.24"
1584
1584
+
version = "0.14.32"
1504
1585
source = "registry+https://github.com/rust-lang/crates.io-index"
1505
1505
-
checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c"
1586
1586
+
checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
1506
1587
dependencies = [
1507
1588
"bytes",
1508
1589
"futures-channel",
1509
1590
"futures-core",
1510
1591
"futures-util",
1511
1511
-
"h2 0.3.15",
1512
1512
-
"http 0.2.9",
1513
1513
-
"http-body 0.4.5",
1592
1592
+
"h2 0.3.26",
1593
1593
+
"http 0.2.12",
1594
1594
+
"http-body 0.4.6",
1514
1595
"httparse",
1515
1596
"httpdate",
1516
1597
"itoa",
1517
1598
"pin-project-lite",
1518
1518
-
"socket2 0.4.7",
1599
1599
+
"socket2 0.5.8",
1519
1600
"tokio",
1520
1601
"tower-service",
1521
1602
"tracing",
···
1550
1631
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
1551
1632
dependencies = [
1552
1633
"futures-util",
1553
1553
-
"http 0.2.9",
1554
1554
-
"hyper 0.14.24",
1634
1634
+
"http 0.2.12",
1635
1635
+
"hyper 0.14.32",
1555
1636
"rustls 0.21.12",
1556
1637
"tokio",
1557
1638
"tokio-rustls",
···
1727
1808
dependencies = [
1728
1809
"proc-macro2",
1729
1810
"quote",
1730
1730
-
"syn 2.0.51",
1811
1811
+
"syn 2.0.96",
1731
1812
]
1732
1813
1733
1814
[[package]]
···
1764
1845
1765
1846
[[package]]
1766
1847
name = "indexmap"
1767
1767
-
version = "1.9.2"
1848
1848
+
version = "1.9.3"
1768
1849
source = "registry+https://github.com/rust-lang/crates.io-index"
1769
1769
-
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
1850
1850
+
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1770
1851
dependencies = [
1771
1852
"autocfg",
1772
1853
"hashbrown 0.12.3",
···
1783
1864
]
1784
1865
1785
1866
[[package]]
1786
1786
-
name = "indoc"
1787
1787
-
version = "2.0.4"
1788
1788
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1789
1789
-
checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8"
1790
1790
-
1791
1791
-
[[package]]
1792
1867
name = "infer"
1793
1868
version = "0.2.3"
1794
1869
source = "registry+https://github.com/rust-lang/crates.io-index"
···
1796
1871
1797
1872
[[package]]
1798
1873
name = "instant"
1799
1799
-
version = "0.1.12"
1874
1874
+
version = "0.1.13"
1800
1875
source = "registry+https://github.com/rust-lang/crates.io-index"
1801
1801
-
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1876
1876
+
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
1802
1877
dependencies = [
1803
1878
"cfg-if",
1804
1879
]
···
1828
1903
1829
1904
[[package]]
1830
1905
name = "ipnet"
1831
1831
-
version = "2.7.1"
1906
1906
+
version = "2.11.0"
1832
1907
source = "registry+https://github.com/rust-lang/crates.io-index"
1833
1833
-
checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146"
1908
1908
+
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
1834
1909
1835
1910
[[package]]
1836
1911
name = "itertools"
···
1842
1917
]
1843
1918
1844
1919
[[package]]
1920
1920
+
name = "itertools"
1921
1921
+
version = "0.13.0"
1922
1922
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1923
1923
+
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
1924
1924
+
dependencies = [
1925
1925
+
"either",
1926
1926
+
]
1927
1927
+
1928
1928
+
[[package]]
1845
1929
name = "itoa"
1846
1846
-
version = "1.0.5"
1930
1930
+
version = "1.0.14"
1847
1931
source = "registry+https://github.com/rust-lang/crates.io-index"
1848
1848
-
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
1932
1932
+
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
1849
1933
1850
1934
[[package]]
1851
1935
name = "jni"
···
1869
1953
1870
1954
[[package]]
1871
1955
name = "jobserver"
1872
1872
-
version = "0.1.25"
1956
1956
+
version = "0.1.32"
1873
1957
source = "registry+https://github.com/rust-lang/crates.io-index"
1874
1874
-
checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"
1958
1958
+
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
1875
1959
dependencies = [
1876
1960
"libc",
1877
1961
]
···
1897
1981
1898
1982
[[package]]
1899
1983
name = "lazy_static"
1900
1900
-
version = "1.4.0"
1984
1984
+
version = "1.5.0"
1901
1985
source = "registry+https://github.com/rust-lang/crates.io-index"
1902
1902
-
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1903
1903
-
1904
1904
-
[[package]]
1905
1905
-
name = "lazycell"
1906
1906
-
version = "1.3.0"
1907
1907
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1908
1908
-
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
1986
1986
+
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1909
1987
1910
1988
[[package]]
1911
1989
name = "lewton"
···
1939
2017
1940
2018
[[package]]
1941
2019
name = "libloading"
1942
1942
-
version = "0.7.4"
2020
2020
+
version = "0.8.6"
1943
2021
source = "registry+https://github.com/rust-lang/crates.io-index"
1944
1944
-
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
2022
2022
+
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
1945
2023
dependencies = [
1946
2024
"cfg-if",
1947
1947
-
"winapi",
2025
2025
+
"windows-targets 0.52.6",
2026
2026
+
]
2027
2027
+
2028
2028
+
[[package]]
2029
2029
+
name = "libredox"
2030
2030
+
version = "0.0.2"
2031
2031
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2032
2032
+
checksum = "3af92c55d7d839293953fcd0fda5ecfe93297cfde6ffbdec13b41d99c0ba6607"
2033
2033
+
dependencies = [
2034
2034
+
"bitflags 2.8.0",
2035
2035
+
"libc",
2036
2036
+
"redox_syscall 0.4.1",
1948
2037
]
1949
2038
1950
2039
[[package]]
···
1958
2047
version = "0.3.8"
1959
2048
source = "registry+https://github.com/rust-lang/crates.io-index"
1960
2049
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
2050
2050
+
2051
2051
+
[[package]]
2052
2052
+
name = "linux-raw-sys"
2053
2053
+
version = "0.4.15"
2054
2054
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2055
2055
+
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
1961
2056
1962
2057
[[package]]
1963
2058
name = "litemap"
···
1967
2062
1968
2063
[[package]]
1969
2064
name = "lock_api"
1970
1970
-
version = "0.4.9"
2065
2065
+
version = "0.4.12"
1971
2066
source = "registry+https://github.com/rust-lang/crates.io-index"
1972
1972
-
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
2067
2067
+
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
1973
2068
dependencies = [
1974
2069
"autocfg",
1975
2070
"scopeguard",
···
1986
2081
1987
2082
[[package]]
1988
2083
name = "lru"
1989
1989
-
version = "0.12.3"
2084
2084
+
version = "0.12.5"
1990
2085
source = "registry+https://github.com/rust-lang/crates.io-index"
1991
1991
-
checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc"
2086
2086
+
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
1992
2087
dependencies = [
1993
1993
-
"hashbrown 0.14.3",
2088
2088
+
"hashbrown 0.15.2",
1994
2089
]
1995
2090
1996
2091
[[package]]
···
2034
2129
2035
2130
[[package]]
2036
2131
name = "matchit"
2037
2037
-
version = "0.7.0"
2132
2132
+
version = "0.7.3"
2038
2133
source = "registry+https://github.com/rust-lang/crates.io-index"
2039
2039
-
checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40"
2134
2134
+
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
2040
2135
2041
2136
[[package]]
2042
2137
name = "memchr"
···
2055
2150
2056
2151
[[package]]
2057
2152
name = "mime"
2058
2058
-
version = "0.3.16"
2153
2153
+
version = "0.3.17"
2059
2154
source = "registry+https://github.com/rust-lang/crates.io-index"
2060
2060
-
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2155
2155
+
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2061
2156
2062
2157
[[package]]
2063
2158
name = "mime_guess"
2064
2064
-
version = "2.0.4"
2159
2159
+
version = "2.0.5"
2065
2160
source = "registry+https://github.com/rust-lang/crates.io-index"
2066
2066
-
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
2161
2161
+
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
2067
2162
dependencies = [
2068
2163
"mime",
2069
2164
"unicase",
···
2106
2201
2107
2202
[[package]]
2108
2203
name = "mio"
2109
2109
-
version = "0.8.6"
2204
2204
+
version = "0.8.11"
2110
2205
source = "registry+https://github.com/rust-lang/crates.io-index"
2111
2111
-
checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
2206
2206
+
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
2112
2207
dependencies = [
2113
2208
"libc",
2114
2209
"log",
2115
2210
"wasi 0.11.0+wasi-snapshot-preview1",
2116
2116
-
"windows-sys 0.45.0",
2211
2211
+
"windows-sys 0.48.0",
2117
2212
]
2118
2213
2119
2214
[[package]]
···
2129
2224
2130
2225
[[package]]
2131
2226
name = "multimap"
2132
2132
-
version = "0.8.3"
2227
2227
+
version = "0.10.0"
2133
2228
source = "registry+https://github.com/rust-lang/crates.io-index"
2134
2134
-
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
2229
2229
+
checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
2135
2230
2136
2231
[[package]]
2137
2232
name = "ndk"
···
2199
2294
2200
2295
[[package]]
2201
2296
name = "nom"
2202
2202
-
version = "5.1.2"
2297
2297
+
version = "5.1.3"
2203
2298
source = "registry+https://github.com/rust-lang/crates.io-index"
2204
2204
-
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
2299
2299
+
checksum = "08959a387a676302eebf4ddbcbc611da04285579f76f88ee0506c63b1a61dd4b"
2205
2300
dependencies = [
2206
2301
"lexical-core",
2207
2302
"memchr",
···
2219
2314
]
2220
2315
2221
2316
[[package]]
2222
2222
-
name = "nom8"
2223
2223
-
version = "0.2.0"
2224
2224
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2225
2225
-
checksum = "ae01545c9c7fc4486ab7debaf2aad7003ac19431791868fb2e8066df97fad2f8"
2226
2226
-
dependencies = [
2227
2227
-
"memchr",
2228
2228
-
]
2229
2229
-
2230
2230
-
[[package]]
2231
2317
name = "num-complex"
2232
2232
-
version = "0.4.5"
2318
2318
+
version = "0.4.6"
2233
2319
source = "registry+https://github.com/rust-lang/crates.io-index"
2234
2234
-
checksum = "23c6602fda94a57c990fe0df199a035d83576b496aa29f4e634a8ac6004e68a6"
2320
2320
+
checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
2235
2321
dependencies = [
2236
2322
"num-traits",
2237
2323
]
···
2244
2330
dependencies = [
2245
2331
"proc-macro2",
2246
2332
"quote",
2247
2247
-
"syn 1.0.107",
2333
2333
+
"syn 1.0.109",
2248
2334
]
2249
2335
2250
2336
[[package]]
···
2258
2344
2259
2345
[[package]]
2260
2346
name = "num-traits"
2261
2261
-
version = "0.2.15"
2347
2347
+
version = "0.2.19"
2262
2348
source = "registry+https://github.com/rust-lang/crates.io-index"
2263
2263
-
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2349
2349
+
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2264
2350
dependencies = [
2265
2351
"autocfg",
2266
2352
]
2267
2353
2268
2354
[[package]]
2269
2355
name = "num_cpus"
2270
2270
-
version = "1.15.0"
2356
2356
+
version = "1.16.0"
2271
2357
source = "registry+https://github.com/rust-lang/crates.io-index"
2272
2272
-
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
2358
2358
+
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2273
2359
dependencies = [
2274
2274
-
"hermit-abi 0.2.6",
2360
2360
+
"hermit-abi 0.3.9",
2275
2361
"libc",
2276
2362
]
2277
2363
2278
2364
[[package]]
2279
2365
name = "num_enum"
2280
2280
-
version = "0.5.10"
2366
2366
+
version = "0.5.11"
2281
2367
source = "registry+https://github.com/rust-lang/crates.io-index"
2282
2282
-
checksum = "3e0072973714303aa6e3631c7e8e777970cf4bdd25dc4932e41031027b8bcc4e"
2368
2368
+
checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
2283
2369
dependencies = [
2284
2370
"num_enum_derive",
2285
2371
]
2286
2372
2287
2373
[[package]]
2288
2374
name = "num_enum_derive"
2289
2289
-
version = "0.5.10"
2375
2375
+
version = "0.5.11"
2290
2376
source = "registry+https://github.com/rust-lang/crates.io-index"
2291
2291
-
checksum = "0629cbd6b897944899b1f10496d9c4a7ac5878d45fd61bc22e9e79bfbbc29597"
2377
2377
+
checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
2292
2378
dependencies = [
2293
2379
"proc-macro-crate",
2294
2380
"proc-macro2",
2295
2381
"quote",
2296
2296
-
"syn 1.0.107",
2382
2382
+
"syn 1.0.109",
2297
2383
]
2298
2384
2299
2385
[[package]]
···
2345
2431
2346
2432
[[package]]
2347
2433
name = "once_cell"
2348
2348
-
version = "1.19.0"
2434
2434
+
version = "1.20.2"
2349
2435
source = "registry+https://github.com/rust-lang/crates.io-index"
2350
2350
-
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2436
2436
+
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
2351
2437
2352
2438
[[package]]
2353
2439
name = "opaque-debug"
2354
2354
-
version = "0.3.0"
2440
2440
+
version = "0.3.1"
2355
2441
source = "registry+https://github.com/rust-lang/crates.io-index"
2356
2356
-
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2442
2442
+
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
2357
2443
2358
2444
[[package]]
2359
2445
name = "os_str_bytes"
2360
2360
-
version = "6.4.1"
2446
2446
+
version = "6.6.1"
2361
2447
source = "registry+https://github.com/rust-lang/crates.io-index"
2362
2362
-
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
2448
2448
+
checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1"
2363
2449
2364
2450
[[package]]
2365
2451
name = "owo-colors"
···
2369
2455
2370
2456
[[package]]
2371
2457
name = "parking"
2372
2372
-
version = "2.0.0"
2458
2458
+
version = "2.2.1"
2373
2459
source = "registry+https://github.com/rust-lang/crates.io-index"
2374
2374
-
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
2460
2460
+
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2375
2461
2376
2462
[[package]]
2377
2463
name = "parking_lot"
2378
2378
-
version = "0.12.1"
2464
2464
+
version = "0.12.3"
2379
2465
source = "registry+https://github.com/rust-lang/crates.io-index"
2380
2380
-
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2466
2466
+
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2381
2467
dependencies = [
2382
2468
"lock_api",
2383
2469
"parking_lot_core",
···
2385
2471
2386
2472
[[package]]
2387
2473
name = "parking_lot_core"
2388
2388
-
version = "0.9.7"
2474
2474
+
version = "0.9.10"
2389
2475
source = "registry+https://github.com/rust-lang/crates.io-index"
2390
2390
-
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
2476
2476
+
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2391
2477
dependencies = [
2392
2478
"cfg-if",
2393
2479
"libc",
2394
2394
-
"redox_syscall",
2480
2480
+
"redox_syscall 0.5.8",
2395
2481
"smallvec",
2396
2396
-
"windows-sys 0.45.0",
2482
2482
+
"windows-targets 0.52.6",
2397
2483
]
2398
2484
2399
2485
[[package]]
2400
2486
name = "paste"
2401
2401
-
version = "1.0.14"
2487
2487
+
version = "1.0.15"
2402
2488
source = "registry+https://github.com/rust-lang/crates.io-index"
2403
2403
-
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
2404
2404
-
2405
2405
-
[[package]]
2406
2406
-
name = "peeking_take_while"
2407
2407
-
version = "0.1.2"
2408
2408
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2409
2409
-
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
2489
2489
+
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2410
2490
2411
2491
[[package]]
2412
2492
name = "percent-encoding"
···
2422
2502
2423
2503
[[package]]
2424
2504
name = "petgraph"
2425
2425
-
version = "0.6.3"
2505
2505
+
version = "0.6.5"
2426
2506
source = "registry+https://github.com/rust-lang/crates.io-index"
2427
2427
-
checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4"
2507
2507
+
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
2428
2508
dependencies = [
2429
2509
"fixedbitset",
2430
2430
-
"indexmap 1.9.2",
2510
2510
+
"indexmap 2.7.1",
2431
2511
]
2432
2512
2433
2513
[[package]]
2434
2514
name = "pin-project"
2435
2435
-
version = "1.0.12"
2515
2515
+
version = "1.1.8"
2436
2516
source = "registry+https://github.com/rust-lang/crates.io-index"
2437
2437
-
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
2517
2517
+
checksum = "1e2ec53ad785f4d35dac0adea7f7dc6f1bb277ad84a680c7afefeae05d1f5916"
2438
2518
dependencies = [
2439
2519
"pin-project-internal",
2440
2520
]
2441
2521
2442
2522
[[package]]
2443
2523
name = "pin-project-internal"
2444
2444
-
version = "1.0.12"
2524
2524
+
version = "1.1.8"
2445
2525
source = "registry+https://github.com/rust-lang/crates.io-index"
2446
2446
-
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
2526
2526
+
checksum = "d56a66c0c55993aa927429d0f8a0abfd74f084e4d9c192cffed01e418d83eefb"
2447
2527
dependencies = [
2448
2528
"proc-macro2",
2449
2529
"quote",
2450
2450
-
"syn 1.0.107",
2530
2530
+
"syn 2.0.96",
2451
2531
]
2452
2532
2453
2533
[[package]]
···
2463
2543
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2464
2544
2465
2545
[[package]]
2546
2546
+
name = "piper"
2547
2547
+
version = "0.2.4"
2548
2548
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2549
2549
+
checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
2550
2550
+
dependencies = [
2551
2551
+
"atomic-waker",
2552
2552
+
"fastrand 2.3.0",
2553
2553
+
"futures-io",
2554
2554
+
]
2555
2555
+
2556
2556
+
[[package]]
2466
2557
name = "pkg-config"
2467
2467
-
version = "0.3.26"
2558
2558
+
version = "0.3.31"
2468
2559
source = "registry+https://github.com/rust-lang/crates.io-index"
2469
2469
-
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
2560
2560
+
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
2470
2561
2471
2562
[[package]]
2472
2563
name = "pls"
···
2479
2570
2480
2571
[[package]]
2481
2572
name = "polling"
2482
2482
-
version = "2.5.2"
2573
2573
+
version = "2.8.0"
2483
2574
source = "registry+https://github.com/rust-lang/crates.io-index"
2484
2484
-
checksum = "22122d5ec4f9fe1b3916419b76be1e80bcb93f618d071d2edf841b137b2a2bd6"
2575
2575
+
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
2485
2576
dependencies = [
2486
2577
"autocfg",
2578
2578
+
"bitflags 1.3.2",
2487
2579
"cfg-if",
2580
2580
+
"concurrent-queue",
2488
2581
"libc",
2489
2582
"log",
2490
2490
-
"wepoll-ffi",
2491
2491
-
"windows-sys 0.42.0",
2583
2583
+
"pin-project-lite",
2584
2584
+
"windows-sys 0.48.0",
2585
2585
+
]
2586
2586
+
2587
2587
+
[[package]]
2588
2588
+
name = "polling"
2589
2589
+
version = "3.7.4"
2590
2590
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2591
2591
+
checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
2592
2592
+
dependencies = [
2593
2593
+
"cfg-if",
2594
2594
+
"concurrent-queue",
2595
2595
+
"hermit-abi 0.4.0",
2596
2596
+
"pin-project-lite",
2597
2597
+
"rustix 0.38.44",
2598
2598
+
"tracing",
2599
2599
+
"windows-sys 0.59.0",
2492
2600
]
2493
2601
2494
2602
[[package]]
···
2504
2612
2505
2613
[[package]]
2506
2614
name = "ppv-lite86"
2507
2507
-
version = "0.2.17"
2615
2615
+
version = "0.2.20"
2508
2616
source = "registry+https://github.com/rust-lang/crates.io-index"
2509
2509
-
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2617
2617
+
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
2618
2618
+
dependencies = [
2619
2619
+
"zerocopy",
2620
2620
+
]
2510
2621
2511
2622
[[package]]
2512
2623
name = "prettyplease"
2513
2513
-
version = "0.2.17"
2624
2624
+
version = "0.2.29"
2514
2625
source = "registry+https://github.com/rust-lang/crates.io-index"
2515
2515
-
checksum = "8d3928fb5db768cb86f891ff014f0144589297e3c6a1aba6ed7cecfdace270c7"
2626
2626
+
checksum = "6924ced06e1f7dfe3fa48d57b9f74f55d8915f5036121bef647ef4b204895fac"
2516
2627
dependencies = [
2517
2628
"proc-macro2",
2518
2518
-
"syn 2.0.51",
2629
2629
+
"syn 2.0.96",
2519
2630
]
2520
2631
2521
2632
[[package]]
2522
2633
name = "primal-check"
2523
2523
-
version = "0.3.3"
2634
2634
+
version = "0.3.4"
2524
2635
source = "registry+https://github.com/rust-lang/crates.io-index"
2525
2525
-
checksum = "9df7f93fd637f083201473dab4fee2db4c429d32e55e3299980ab3957ab916a0"
2636
2636
+
checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
2526
2637
dependencies = [
2527
2638
"num-integer",
2528
2639
]
2529
2640
2530
2641
[[package]]
2531
2642
name = "proc-macro-crate"
2532
2532
-
version = "1.3.0"
2643
2643
+
version = "1.3.1"
2533
2644
source = "registry+https://github.com/rust-lang/crates.io-index"
2534
2534
-
checksum = "66618389e4ec1c7afe67d51a9bf34ff9236480f8d51e7489b7d5ab0303c13f34"
2645
2645
+
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
2535
2646
dependencies = [
2536
2647
"once_cell",
2537
2648
"toml_edit",
···
2545
2656
2546
2657
[[package]]
2547
2658
name = "proc-macro2"
2548
2548
-
version = "1.0.78"
2659
2659
+
version = "1.0.93"
2549
2660
source = "registry+https://github.com/rust-lang/crates.io-index"
2550
2550
-
checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
2661
2661
+
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
2551
2662
dependencies = [
2552
2663
"unicode-ident",
2553
2664
]
···
2568
2679
source = "registry+https://github.com/rust-lang/crates.io-index"
2569
2680
checksum = "d0f3e5beed80eb580c68e2c600937ac2c4eedabdfd5ef1e5b7ea4f3fba84497b"
2570
2681
dependencies = [
2571
2571
-
"heck 0.5.0",
2572
2572
-
"itertools",
2682
2682
+
"heck",
2683
2683
+
"itertools 0.13.0",
2573
2684
"log",
2574
2685
"multimap",
2575
2686
"once_cell",
···
2578
2689
"prost",
2579
2690
"prost-types",
2580
2691
"regex",
2581
2581
-
"syn 2.0.51",
2692
2692
+
"syn 2.0.96",
2582
2693
"tempfile",
2583
2694
]
2584
2695
···
2589
2700
checksum = "157c5a9d7ea5c2ed2d9fb8f495b64759f7816c7eaea54ba3978f0d63000162e3"
2590
2701
dependencies = [
2591
2702
"anyhow",
2592
2592
-
"itertools",
2703
2703
+
"itertools 0.13.0",
2593
2704
"proc-macro2",
2594
2705
"quote",
2595
2595
-
"syn 2.0.51",
2706
2706
+
"syn 2.0.96",
2596
2707
]
2597
2708
2598
2709
[[package]]
···
2612
2723
2613
2724
[[package]]
2614
2725
name = "quote"
2615
2615
-
version = "1.0.35"
2726
2726
+
version = "1.0.38"
2616
2727
source = "registry+https://github.com/rust-lang/crates.io-index"
2617
2617
-
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
2728
2728
+
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
2618
2729
dependencies = [
2619
2730
"proc-macro2",
2620
2731
]
···
2693
2804
source = "registry+https://github.com/rust-lang/crates.io-index"
2694
2805
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2695
2806
dependencies = [
2696
2696
-
"getrandom 0.2.8",
2807
2807
+
"getrandom 0.2.15",
2697
2808
]
2698
2809
2699
2810
[[package]]
···
2707
2818
2708
2819
[[package]]
2709
2820
name = "ratatui"
2710
2710
-
version = "0.26.1"
2821
2821
+
version = "0.26.3"
2711
2822
source = "registry+https://github.com/rust-lang/crates.io-index"
2712
2712
-
checksum = "bcb12f8fbf6c62614b0d56eb352af54f6a22410c3b079eb53ee93c7b97dd31d8"
2823
2823
+
checksum = "f44c9e68fd46eda15c646fbb85e1040b657a58cdc8c98db1d97a55930d991eef"
2713
2824
dependencies = [
2714
2714
-
"bitflags 2.4.2",
2825
2825
+
"bitflags 2.8.0",
2715
2826
"cassowary",
2716
2827
"compact_str",
2717
2828
"crossterm",
2718
2718
-
"indoc",
2719
2719
-
"itertools",
2829
2829
+
"itertools 0.12.1",
2720
2830
"lru",
2721
2831
"paste",
2722
2832
"stability",
2723
2833
"strum",
2724
2834
"unicode-segmentation",
2835
2835
+
"unicode-truncate",
2725
2836
"unicode-width",
2726
2837
]
2727
2838
2728
2839
[[package]]
2729
2840
name = "raw-window-handle"
2730
2730
-
version = "0.5.0"
2841
2841
+
version = "0.5.2"
2731
2842
source = "registry+https://github.com/rust-lang/crates.io-index"
2732
2732
-
checksum = "ed7e3d950b66e19e0c372f3fa3fbbcf85b1746b571f74e0c2af6042a5c93420a"
2843
2843
+
checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
2844
2844
+
2845
2845
+
[[package]]
2846
2846
+
name = "redox_syscall"
2847
2847
+
version = "0.4.1"
2848
2848
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2849
2849
+
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
2733
2850
dependencies = [
2734
2734
-
"cty",
2851
2851
+
"bitflags 1.3.2",
2735
2852
]
2736
2853
2737
2854
[[package]]
2738
2855
name = "redox_syscall"
2739
2739
-
version = "0.2.16"
2856
2856
+
version = "0.5.8"
2740
2857
source = "registry+https://github.com/rust-lang/crates.io-index"
2741
2741
-
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2858
2858
+
checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
2742
2859
dependencies = [
2743
2743
-
"bitflags 1.3.2",
2860
2860
+
"bitflags 2.8.0",
2744
2861
]
2745
2862
2746
2863
[[package]]
2747
2864
name = "redox_termios"
2748
2748
-
version = "0.1.2"
2865
2865
+
version = "0.1.3"
2749
2866
source = "registry+https://github.com/rust-lang/crates.io-index"
2750
2750
-
checksum = "8440d8acb4fd3d277125b4bd01a6f38aee8d814b3b5fc09b3f2b825d37d3fe8f"
2751
2751
-
dependencies = [
2752
2752
-
"redox_syscall",
2753
2753
-
]
2867
2867
+
checksum = "20145670ba436b55d91fc92d25e71160fbfbdd57831631c8d7d36377a476f1cb"
2754
2868
2755
2869
[[package]]
2756
2870
name = "regex"
···
2782
2896
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
2783
2897
2784
2898
[[package]]
2785
2785
-
name = "remove_dir_all"
2786
2786
-
version = "0.5.3"
2787
2787
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2788
2788
-
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
2789
2789
-
dependencies = [
2790
2790
-
"winapi",
2791
2791
-
]
2792
2792
-
2793
2793
-
[[package]]
2794
2899
name = "reqwest"
2795
2900
version = "0.11.27"
2796
2901
source = "registry+https://github.com/rust-lang/crates.io-index"
2797
2902
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
2798
2903
dependencies = [
2799
2799
-
"base64 0.21.0",
2904
2904
+
"base64 0.21.7",
2800
2905
"bytes",
2801
2906
"encoding_rs",
2802
2907
"futures-core",
2803
2908
"futures-util",
2804
2804
-
"h2 0.3.15",
2805
2805
-
"http 0.2.9",
2806
2806
-
"http-body 0.4.5",
2807
2807
-
"hyper 0.14.24",
2909
2909
+
"h2 0.3.26",
2910
2910
+
"http 0.2.12",
2911
2911
+
"http-body 0.4.6",
2912
2912
+
"hyper 0.14.32",
2808
2913
"hyper-rustls",
2809
2914
"ipnet",
2810
2915
"js-sys",
···
2858
2963
2859
2964
[[package]]
2860
2965
name = "ring"
2861
2861
-
version = "0.17.3"
2966
2966
+
version = "0.17.8"
2862
2967
source = "registry+https://github.com/rust-lang/crates.io-index"
2863
2863
-
checksum = "9babe80d5c16becf6594aa32ad2be8fe08498e7ae60b77de8df700e67f191d7e"
2968
2968
+
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
2864
2969
dependencies = [
2865
2970
"cc",
2866
2866
-
"getrandom 0.2.8",
2971
2971
+
"cfg-if",
2972
2972
+
"getrandom 0.2.15",
2867
2973
"libc",
2868
2974
"spin 0.9.8",
2869
2975
"untrusted 0.9.0",
2870
2870
-
"windows-sys 0.48.0",
2976
2976
+
"windows-sys 0.52.0",
2871
2977
]
2872
2978
2873
2979
[[package]]
···
2912
3018
2913
3019
[[package]]
2914
3020
name = "rustc_version"
2915
2915
-
version = "0.4.0"
3021
3021
+
version = "0.4.1"
2916
3022
source = "registry+https://github.com/rust-lang/crates.io-index"
2917
2917
-
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
3023
3023
+
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2918
3024
dependencies = [
2919
2919
-
"semver 1.0.22",
3025
3025
+
"semver 1.0.25",
2920
3026
]
2921
3027
2922
3028
[[package]]
···
2944
3050
"errno",
2945
3051
"io-lifetimes",
2946
3052
"libc",
2947
2947
-
"linux-raw-sys",
3053
3053
+
"linux-raw-sys 0.3.8",
2948
3054
"windows-sys 0.48.0",
2949
3055
]
2950
3056
2951
3057
[[package]]
3058
3058
+
name = "rustix"
3059
3059
+
version = "0.38.44"
3060
3060
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3061
3061
+
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
3062
3062
+
dependencies = [
3063
3063
+
"bitflags 2.8.0",
3064
3064
+
"errno",
3065
3065
+
"libc",
3066
3066
+
"linux-raw-sys 0.4.15",
3067
3067
+
"windows-sys 0.59.0",
3068
3068
+
]
3069
3069
+
3070
3070
+
[[package]]
2952
3071
name = "rustls"
2953
3072
version = "0.18.1"
2954
3073
source = "registry+https://github.com/rust-lang/crates.io-index"
···
2968
3087
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
2969
3088
dependencies = [
2970
3089
"log",
2971
2971
-
"ring 0.17.3",
3090
3090
+
"ring 0.17.8",
2972
3091
"rustls-webpki",
2973
3092
"sct 0.7.1",
2974
3093
]
···
2979
3098
source = "registry+https://github.com/rust-lang/crates.io-index"
2980
3099
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
2981
3100
dependencies = [
2982
2982
-
"base64 0.21.0",
3101
3101
+
"base64 0.21.7",
2983
3102
]
2984
3103
2985
3104
[[package]]
···
2988
3107
source = "registry+https://github.com/rust-lang/crates.io-index"
2989
3108
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
2990
3109
dependencies = [
2991
2991
-
"ring 0.17.3",
3110
3110
+
"ring 0.17.8",
2992
3111
"untrusted 0.9.0",
2993
3112
]
2994
3113
2995
3114
[[package]]
2996
3115
name = "rustversion"
2997
2997
-
version = "1.0.11"
3116
3116
+
version = "1.0.19"
2998
3117
source = "registry+https://github.com/rust-lang/crates.io-index"
2999
2999
-
checksum = "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70"
3118
3118
+
checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
3000
3119
3001
3120
[[package]]
3002
3121
name = "ryu"
3003
3003
-
version = "1.0.12"
3122
3122
+
version = "1.0.18"
3004
3123
source = "registry+https://github.com/rust-lang/crates.io-index"
3005
3005
-
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
3124
3124
+
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
3006
3125
3007
3126
[[package]]
3008
3127
name = "same-file"
···
3015
3134
3016
3135
[[package]]
3017
3136
name = "scopeguard"
3018
3018
-
version = "1.1.0"
3137
3137
+
version = "1.2.0"
3019
3138
source = "registry+https://github.com/rust-lang/crates.io-index"
3020
3020
-
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
3139
3139
+
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
3021
3140
3022
3141
[[package]]
3023
3142
name = "sct"
···
3035
3154
source = "registry+https://github.com/rust-lang/crates.io-index"
3036
3155
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
3037
3156
dependencies = [
3038
3038
-
"ring 0.17.3",
3157
3157
+
"ring 0.17.8",
3039
3158
"untrusted 0.9.0",
3040
3159
]
3041
3160
···
3050
3169
3051
3170
[[package]]
3052
3171
name = "semver"
3053
3053
-
version = "1.0.22"
3172
3172
+
version = "1.0.25"
3054
3173
source = "registry+https://github.com/rust-lang/crates.io-index"
3055
3055
-
checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"
3174
3174
+
checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
3056
3175
3057
3176
[[package]]
3058
3177
name = "semver-parser"
···
3062
3181
3063
3182
[[package]]
3064
3183
name = "serde"
3065
3065
-
version = "1.0.197"
3184
3184
+
version = "1.0.217"
3066
3185
source = "registry+https://github.com/rust-lang/crates.io-index"
3067
3067
-
checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
3186
3186
+
checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
3068
3187
dependencies = [
3069
3188
"serde_derive",
3070
3189
]
3071
3190
3072
3191
[[package]]
3073
3192
name = "serde_derive"
3074
3074
-
version = "1.0.197"
3193
3193
+
version = "1.0.217"
3075
3194
source = "registry+https://github.com/rust-lang/crates.io-index"
3076
3076
-
checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
3195
3195
+
checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
3077
3196
dependencies = [
3078
3197
"proc-macro2",
3079
3198
"quote",
3080
3080
-
"syn 2.0.51",
3199
3199
+
"syn 2.0.96",
3081
3200
]
3082
3201
3083
3202
[[package]]
3084
3203
name = "serde_json"
3085
3085
-
version = "1.0.93"
3204
3204
+
version = "1.0.137"
3086
3205
source = "registry+https://github.com/rust-lang/crates.io-index"
3087
3087
-
checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76"
3206
3206
+
checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b"
3088
3207
dependencies = [
3089
3208
"itoa",
3209
3209
+
"memchr",
3090
3210
"ryu",
3091
3211
"serde",
3092
3212
]
···
3125
3245
3126
3246
[[package]]
3127
3247
name = "sha1_smol"
3128
3128
-
version = "1.0.0"
3248
3248
+
version = "1.0.1"
3129
3249
source = "registry+https://github.com/rust-lang/crates.io-index"
3130
3130
-
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
3250
3250
+
checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
3131
3251
3132
3252
[[package]]
3133
3253
name = "sha2"
···
3144
3264
3145
3265
[[package]]
3146
3266
name = "shlex"
3147
3147
-
version = "1.1.0"
3267
3267
+
version = "1.3.0"
3148
3268
source = "registry+https://github.com/rust-lang/crates.io-index"
3149
3149
-
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
3269
3269
+
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
3150
3270
3151
3271
[[package]]
3152
3272
name = "signal-hook"
···
3160
3280
3161
3281
[[package]]
3162
3282
name = "signal-hook-mio"
3163
3163
-
version = "0.2.3"
3283
3283
+
version = "0.2.4"
3164
3284
source = "registry+https://github.com/rust-lang/crates.io-index"
3165
3165
-
checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
3285
3285
+
checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd"
3166
3286
dependencies = [
3167
3287
"libc",
3168
3168
-
"mio 0.8.6",
3288
3288
+
"mio 0.8.11",
3169
3289
"signal-hook",
3170
3290
]
3171
3291
3172
3292
[[package]]
3173
3293
name = "signal-hook-registry"
3174
3174
-
version = "1.4.1"
3294
3294
+
version = "1.4.2"
3175
3295
source = "registry+https://github.com/rust-lang/crates.io-index"
3176
3176
-
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
3296
3296
+
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
3177
3297
dependencies = [
3178
3298
"libc",
3179
3299
]
3180
3300
3181
3301
[[package]]
3182
3182
-
name = "simple-mutex"
3183
3183
-
version = "1.1.5"
3184
3184
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3185
3185
-
checksum = "38aabbeafa6f6dead8cebf246fe9fae1f9215c8d29b3a69f93bd62a9e4a3dcd6"
3186
3186
-
dependencies = [
3187
3187
-
"event-listener",
3188
3188
-
]
3189
3189
-
3190
3190
-
[[package]]
3191
3302
name = "slab"
3192
3192
-
version = "0.4.8"
3303
3303
+
version = "0.4.9"
3193
3304
source = "registry+https://github.com/rust-lang/crates.io-index"
3194
3194
-
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
3305
3305
+
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
3195
3306
dependencies = [
3196
3307
"autocfg",
3197
3308
]
···
3215
3326
3216
3327
[[package]]
3217
3328
name = "socket2"
3218
3218
-
version = "0.4.7"
3329
3329
+
version = "0.4.10"
3219
3330
source = "registry+https://github.com/rust-lang/crates.io-index"
3220
3220
-
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
3331
3331
+
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
3221
3332
dependencies = [
3222
3333
"libc",
3223
3334
"winapi",
···
3247
3358
3248
3359
[[package]]
3249
3360
name = "stability"
3250
3250
-
version = "0.1.1"
3361
3361
+
version = "0.2.1"
3251
3362
source = "registry+https://github.com/rust-lang/crates.io-index"
3252
3252
-
checksum = "ebd1b177894da2a2d9120208c3386066af06a488255caabc5de8ddca22dbc3ce"
3363
3363
+
checksum = "d904e7009df136af5297832a3ace3370cd14ff1546a232f4f185036c2736fcac"
3253
3364
dependencies = [
3254
3365
"quote",
3255
3255
-
"syn 1.0.107",
3366
3366
+
"syn 2.0.96",
3256
3367
]
3257
3368
3258
3369
[[package]]
···
3300
3411
"quote",
3301
3412
"serde",
3302
3413
"serde_derive",
3303
3303
-
"syn 1.0.107",
3414
3414
+
"syn 1.0.109",
3304
3415
]
3305
3416
3306
3417
[[package]]
···
3316
3427
"serde_derive",
3317
3428
"serde_json",
3318
3429
"sha1",
3319
3319
-
"syn 1.0.107",
3430
3430
+
"syn 1.0.109",
3320
3431
]
3321
3432
3322
3433
[[package]]
···
3339
3450
3340
3451
[[package]]
3341
3452
name = "strum"
3342
3342
-
version = "0.26.1"
3453
3453
+
version = "0.26.3"
3343
3454
source = "registry+https://github.com/rust-lang/crates.io-index"
3344
3344
-
checksum = "723b93e8addf9aa965ebe2d11da6d7540fa2283fcea14b3371ff055f7ba13f5f"
3455
3455
+
checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
3345
3456
dependencies = [
3346
3457
"strum_macros",
3347
3458
]
3348
3459
3349
3460
[[package]]
3350
3461
name = "strum_macros"
3351
3351
-
version = "0.26.1"
3462
3462
+
version = "0.26.4"
3352
3463
source = "registry+https://github.com/rust-lang/crates.io-index"
3353
3353
-
checksum = "7a3417fc93d76740d974a01654a09777cb500428cc874ca9f45edfe0c4d4cd18"
3464
3464
+
checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
3354
3465
dependencies = [
3355
3355
-
"heck 0.4.1",
3466
3466
+
"heck",
3356
3467
"proc-macro2",
3357
3468
"quote",
3358
3469
"rustversion",
3359
3359
-
"syn 2.0.51",
3470
3470
+
"syn 2.0.96",
3360
3471
]
3361
3472
3362
3473
[[package]]
···
3375
3486
"async-trait",
3376
3487
"cfg-if",
3377
3488
"futures-util",
3378
3378
-
"getrandom 0.2.8",
3489
3489
+
"getrandom 0.2.15",
3379
3490
"http-client",
3380
3491
"http-types",
3381
3492
"log",
···
3389
3500
3390
3501
[[package]]
3391
3502
name = "symphonia"
3392
3392
-
version = "0.5.2"
3503
3503
+
version = "0.5.4"
3393
3504
source = "registry+https://github.com/rust-lang/crates.io-index"
3394
3394
-
checksum = "3671dd6f64f4f9d5c87179525054cfc1f60de23ba1f193bd6ceab812737403f1"
3505
3505
+
checksum = "815c942ae7ee74737bb00f965fa5b5a2ac2ce7b6c01c0cc169bbeaf7abd5f5a9"
3395
3506
dependencies = [
3396
3507
"lazy_static",
3397
3508
"symphonia-bundle-flac",
···
3405
3516
"symphonia-format-isomp4",
3406
3517
"symphonia-format-mkv",
3407
3518
"symphonia-format-ogg",
3408
3408
-
"symphonia-format-wav",
3519
3519
+
"symphonia-format-riff",
3409
3520
"symphonia-metadata",
3410
3521
]
3411
3522
3412
3523
[[package]]
3413
3524
name = "symphonia-bundle-flac"
3414
3414
-
version = "0.5.2"
3525
3525
+
version = "0.5.4"
3415
3526
source = "registry+https://github.com/rust-lang/crates.io-index"
3416
3416
-
checksum = "3dc2deed3204967871ba60f913378f95820cb47a2fe9b2eef5a9eedb417dfdc8"
3527
3527
+
checksum = "72e34f34298a7308d4397a6c7fbf5b84c5d491231ce3dd379707ba673ab3bd97"
3417
3528
dependencies = [
3418
3529
"log",
3419
3530
"symphonia-core",
···
3423
3534
3424
3535
[[package]]
3425
3536
name = "symphonia-bundle-mp3"
3426
3426
-
version = "0.5.2"
3537
3537
+
version = "0.5.4"
3427
3538
source = "registry+https://github.com/rust-lang/crates.io-index"
3428
3428
-
checksum = "55a0846e7a2c9a8081ff799fc83a975170417ad2a143f644a77ec2e3e82a2b73"
3539
3539
+
checksum = "c01c2aae70f0f1fb096b6f0ff112a930b1fb3626178fba3ae68b09dce71706d4"
3429
3540
dependencies = [
3430
3430
-
"bitflags 1.3.2",
3431
3541
"lazy_static",
3432
3542
"log",
3433
3543
"symphonia-core",
···
3436
3546
3437
3547
[[package]]
3438
3548
name = "symphonia-codec-aac"
3439
3439
-
version = "0.5.2"
3549
3549
+
version = "0.5.4"
3440
3550
source = "registry+https://github.com/rust-lang/crates.io-index"
3441
3441
-
checksum = "6fcdd4a10695ca0528572360ec020586320357350eb62791693667e7de8c871a"
3551
3551
+
checksum = "cdbf25b545ad0d3ee3e891ea643ad115aff4ca92f6aec472086b957a58522f70"
3442
3552
dependencies = [
3443
3553
"lazy_static",
3444
3554
"log",
···
3447
3557
3448
3558
[[package]]
3449
3559
name = "symphonia-codec-adpcm"
3450
3450
-
version = "0.5.2"
3560
3560
+
version = "0.5.4"
3451
3561
source = "registry+https://github.com/rust-lang/crates.io-index"
3452
3452
-
checksum = "2a5cfb8d4405e26eb9593157dc45b05e102b8d774b38ed2a95946d6bb9e26e3e"
3562
3562
+
checksum = "c94e1feac3327cd616e973d5be69ad36b3945f16b06f19c6773fc3ac0b426a0f"
3453
3563
dependencies = [
3454
3564
"log",
3455
3565
"symphonia-core",
···
3457
3567
3458
3568
[[package]]
3459
3569
name = "symphonia-codec-alac"
3460
3460
-
version = "0.5.2"
3570
3570
+
version = "0.5.4"
3461
3571
source = "registry+https://github.com/rust-lang/crates.io-index"
3462
3462
-
checksum = "c49e1b209318bcefa7ff452bd85f1f593210943a7d9786b7d4250e8991a7449c"
3572
3572
+
checksum = "2d8a6666649a08412906476a8b0efd9b9733e241180189e9f92b09c08d0e38f3"
3463
3573
dependencies = [
3464
3574
"log",
3465
3575
"symphonia-core",
···
3467
3577
3468
3578
[[package]]
3469
3579
name = "symphonia-codec-pcm"
3470
3470
-
version = "0.5.2"
3580
3580
+
version = "0.5.4"
3471
3581
source = "registry+https://github.com/rust-lang/crates.io-index"
3472
3472
-
checksum = "8cb9a9f0b9991cccf3217b74644af412d5d082a4815e5e2943f26e0ecabdf3c9"
3582
3582
+
checksum = "f395a67057c2ebc5e84d7bb1be71cce1a7ba99f64e0f0f0e303a03f79116f89b"
3473
3583
dependencies = [
3474
3584
"log",
3475
3585
"symphonia-core",
···
3477
3587
3478
3588
[[package]]
3479
3589
name = "symphonia-codec-vorbis"
3480
3480
-
version = "0.5.2"
3590
3590
+
version = "0.5.4"
3481
3591
source = "registry+https://github.com/rust-lang/crates.io-index"
3482
3482
-
checksum = "7dfed6f7b6bfa21d7cef1acefc8eae5db80df1608a1aca91871b07cbd28d7b74"
3592
3592
+
checksum = "5a98765fb46a0a6732b007f7e2870c2129b6f78d87db7987e6533c8f164a9f30"
3483
3593
dependencies = [
3484
3594
"log",
3485
3595
"symphonia-core",
···
3488
3598
3489
3599
[[package]]
3490
3600
name = "symphonia-core"
3491
3491
-
version = "0.5.2"
3601
3601
+
version = "0.5.4"
3492
3602
source = "registry+https://github.com/rust-lang/crates.io-index"
3493
3493
-
checksum = "6b9567e2d8a5f866b2f94f5d366d811e0c6826babcff6d37de9e1a6690d38869"
3603
3603
+
checksum = "798306779e3dc7d5231bd5691f5a813496dc79d3f56bf82e25789f2094e022c3"
3494
3604
dependencies = [
3495
3495
-
"arrayvec 0.7.2",
3605
3605
+
"arrayvec 0.7.6",
3496
3606
"bitflags 1.3.2",
3497
3607
"bytemuck",
3498
3608
"lazy_static",
···
3501
3611
3502
3612
[[package]]
3503
3613
name = "symphonia-format-isomp4"
3504
3504
-
version = "0.5.2"
3614
3614
+
version = "0.5.4"
3505
3615
source = "registry+https://github.com/rust-lang/crates.io-index"
3506
3506
-
checksum = "c1818f6f54b4eaba5ec004a8dbcca637c57e617eb1ff4c9addbd3fc065eba437"
3616
3616
+
checksum = "abfdf178d697e50ce1e5d9b982ba1b94c47218e03ec35022d9f0e071a16dc844"
3507
3617
dependencies = [
3508
3618
"encoding_rs",
3509
3619
"log",
···
3514
3624
3515
3625
[[package]]
3516
3626
name = "symphonia-format-mkv"
3517
3517
-
version = "0.5.2"
3627
3627
+
version = "0.5.4"
3518
3628
source = "registry+https://github.com/rust-lang/crates.io-index"
3519
3519
-
checksum = "1bd22f2def8c8f078495ad66111648bfc7d5222ee33774f2077cb665588f3119"
3629
3629
+
checksum = "1bb43471a100f7882dc9937395bd5ebee8329298e766250b15b3875652fe3d6f"
3520
3630
dependencies = [
3521
3631
"lazy_static",
3522
3632
"log",
···
3527
3637
3528
3638
[[package]]
3529
3639
name = "symphonia-format-ogg"
3530
3530
-
version = "0.5.2"
3640
3640
+
version = "0.5.4"
3531
3641
source = "registry+https://github.com/rust-lang/crates.io-index"
3532
3532
-
checksum = "474df6e86b871dcb56913130bada1440245f483057c4a2d8a2981455494c4439"
3642
3642
+
checksum = "ada3505789516bcf00fc1157c67729eded428b455c27ca370e41f4d785bfa931"
3533
3643
dependencies = [
3534
3644
"log",
3535
3645
"symphonia-core",
···
3538
3648
]
3539
3649
3540
3650
[[package]]
3541
3541
-
name = "symphonia-format-wav"
3542
3542
-
version = "0.5.2"
3651
3651
+
name = "symphonia-format-riff"
3652
3652
+
version = "0.5.4"
3543
3653
source = "registry+https://github.com/rust-lang/crates.io-index"
3544
3544
-
checksum = "06679bd5646b3037300f88891dfc8a6e1cc4e1133206cc17a98e5d7c22f88296"
3654
3654
+
checksum = "05f7be232f962f937f4b7115cbe62c330929345434c834359425e043bfd15f50"
3545
3655
dependencies = [
3656
3656
+
"extended",
3546
3657
"log",
3547
3658
"symphonia-core",
3548
3659
"symphonia-metadata",
···
3550
3661
3551
3662
[[package]]
3552
3663
name = "symphonia-metadata"
3553
3553
-
version = "0.5.2"
3664
3664
+
version = "0.5.4"
3554
3665
source = "registry+https://github.com/rust-lang/crates.io-index"
3555
3555
-
checksum = "acd35c263223ef6161000be79b124a75de3e065eea563bf3ef169b3e94c7bb2e"
3666
3666
+
checksum = "bc622b9841a10089c5b18e99eb904f4341615d5aa55bbf4eedde1be721a4023c"
3556
3667
dependencies = [
3557
3668
"encoding_rs",
3558
3669
"lazy_static",
···
3562
3673
3563
3674
[[package]]
3564
3675
name = "symphonia-utils-xiph"
3565
3565
-
version = "0.5.2"
3676
3676
+
version = "0.5.4"
3566
3677
source = "registry+https://github.com/rust-lang/crates.io-index"
3567
3567
-
checksum = "ce340a6c33ac06cb42de01220308ec056e8a2a3d5cc664aaf34567392557136b"
3678
3678
+
checksum = "484472580fa49991afda5f6550ece662237b00c6f562c7d9638d1b086ed010fe"
3568
3679
dependencies = [
3569
3680
"symphonia-core",
3570
3681
"symphonia-metadata",
···
3572
3683
3573
3684
[[package]]
3574
3685
name = "syn"
3575
3575
-
version = "1.0.107"
3686
3686
+
version = "1.0.109"
3576
3687
source = "registry+https://github.com/rust-lang/crates.io-index"
3577
3577
-
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
3688
3688
+
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
3578
3689
dependencies = [
3579
3690
"proc-macro2",
3580
3691
"quote",
···
3583
3694
3584
3695
[[package]]
3585
3696
name = "syn"
3586
3586
-
version = "2.0.51"
3697
3697
+
version = "2.0.96"
3587
3698
source = "registry+https://github.com/rust-lang/crates.io-index"
3588
3588
-
checksum = "6ab617d94515e94ae53b8406c628598680aa0c9587474ecbe58188f7b345d66c"
3699
3699
+
checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80"
3589
3700
dependencies = [
3590
3701
"proc-macro2",
3591
3702
"quote",
···
3612
3723
dependencies = [
3613
3724
"proc-macro2",
3614
3725
"quote",
3615
3615
-
"syn 2.0.51",
3726
3726
+
"syn 2.0.96",
3616
3727
]
3617
3728
3618
3729
[[package]]
···
3638
3749
3639
3750
[[package]]
3640
3751
name = "tempfile"
3641
3641
-
version = "3.3.0"
3752
3752
+
version = "3.15.0"
3642
3753
source = "registry+https://github.com/rust-lang/crates.io-index"
3643
3643
-
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
3754
3754
+
checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
3644
3755
dependencies = [
3645
3756
"cfg-if",
3646
3646
-
"fastrand",
3647
3647
-
"libc",
3648
3648
-
"redox_syscall",
3649
3649
-
"remove_dir_all",
3650
3650
-
"winapi",
3757
3757
+
"fastrand 2.3.0",
3758
3758
+
"getrandom 0.2.15",
3759
3759
+
"once_cell",
3760
3760
+
"rustix 0.38.44",
3761
3761
+
"windows-sys 0.59.0",
3651
3762
]
3652
3763
3653
3764
[[package]]
3654
3765
name = "termcolor"
3655
3655
-
version = "1.2.0"
3766
3766
+
version = "1.4.1"
3656
3767
source = "registry+https://github.com/rust-lang/crates.io-index"
3657
3657
-
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
3768
3768
+
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
3658
3769
dependencies = [
3659
3770
"winapi-util",
3660
3771
]
3661
3772
3662
3773
[[package]]
3663
3774
name = "termion"
3664
3664
-
version = "2.0.1"
3775
3775
+
version = "2.0.3"
3665
3776
source = "registry+https://github.com/rust-lang/crates.io-index"
3666
3666
-
checksum = "659c1f379f3408c7e5e84c7d0da6d93404e3800b6b9d063ba24436419302ec90"
3777
3777
+
checksum = "c4648c7def6f2043b2568617b9f9b75eae88ca185dbc1f1fda30e95a85d49d7d"
3667
3778
dependencies = [
3668
3779
"libc",
3780
3780
+
"libredox",
3669
3781
"numtoa",
3670
3670
-
"redox_syscall",
3671
3782
"redox_termios",
3672
3783
]
3673
3784
3674
3785
[[package]]
3675
3786
name = "textwrap"
3676
3676
-
version = "0.16.0"
3787
3787
+
version = "0.16.1"
3677
3788
source = "registry+https://github.com/rust-lang/crates.io-index"
3678
3678
-
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
3789
3789
+
checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9"
3679
3790
3680
3791
[[package]]
3681
3792
name = "thiserror"
3682
3682
-
version = "1.0.58"
3793
3793
+
version = "1.0.69"
3683
3794
source = "registry+https://github.com/rust-lang/crates.io-index"
3684
3684
-
checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"
3795
3795
+
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
3685
3796
dependencies = [
3686
3797
"thiserror-impl",
3687
3798
]
3688
3799
3689
3800
[[package]]
3690
3801
name = "thiserror-impl"
3691
3691
-
version = "1.0.58"
3802
3802
+
version = "1.0.69"
3692
3803
source = "registry+https://github.com/rust-lang/crates.io-index"
3693
3693
-
checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
3804
3804
+
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
3694
3805
dependencies = [
3695
3806
"proc-macro2",
3696
3807
"quote",
3697
3697
-
"syn 2.0.51",
3808
3808
+
"syn 2.0.96",
3698
3809
]
3699
3810
3700
3811
[[package]]
···
3732
3843
"proc-macro2",
3733
3844
"quote",
3734
3845
"standback",
3735
3735
-
"syn 1.0.107",
3846
3846
+
"syn 1.0.109",
3736
3847
]
3737
3848
3738
3849
[[package]]
···
3747
3858
3748
3859
[[package]]
3749
3860
name = "tinyvec"
3750
3750
-
version = "1.6.0"
3861
3861
+
version = "1.8.1"
3751
3862
source = "registry+https://github.com/rust-lang/crates.io-index"
3752
3752
-
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
3863
3863
+
checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8"
3753
3864
dependencies = [
3754
3865
"tinyvec_macros",
3755
3866
]
···
3784
3895
dependencies = [
3785
3896
"proc-macro2",
3786
3897
"quote",
3787
3787
-
"syn 2.0.51",
3898
3898
+
"syn 2.0.96",
3788
3899
]
3789
3900
3790
3901
[[package]]
···
3810
3921
3811
3922
[[package]]
3812
3923
name = "tokio-util"
3813
3813
-
version = "0.7.7"
3924
3924
+
version = "0.7.13"
3814
3925
source = "registry+https://github.com/rust-lang/crates.io-index"
3815
3815
-
checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2"
3926
3926
+
checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
3816
3927
dependencies = [
3817
3928
"bytes",
3818
3929
"futures-core",
3819
3930
"futures-sink",
3820
3931
"pin-project-lite",
3821
3932
"tokio",
3822
3822
-
"tracing",
3823
3933
]
3824
3934
3825
3935
[[package]]
3826
3936
name = "toml_datetime"
3827
3827
-
version = "0.5.1"
3937
3937
+
version = "0.6.8"
3828
3938
source = "registry+https://github.com/rust-lang/crates.io-index"
3829
3829
-
checksum = "4553f467ac8e3d374bc9a177a26801e5d0f9b211aa1673fb137a403afd1c9cf5"
3939
3939
+
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
3830
3940
3831
3941
[[package]]
3832
3942
name = "toml_edit"
3833
3833
-
version = "0.18.1"
3943
3943
+
version = "0.19.15"
3834
3944
source = "registry+https://github.com/rust-lang/crates.io-index"
3835
3835
-
checksum = "56c59d8dd7d0dcbc6428bf7aa2f0e823e26e43b3c9aca15bbc9475d23e5fa12b"
3945
3945
+
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
3836
3946
dependencies = [
3837
3837
-
"indexmap 1.9.2",
3838
3838
-
"nom8",
3947
3947
+
"indexmap 2.7.1",
3839
3948
"toml_datetime",
3949
3949
+
"winnow",
3840
3950
]
3841
3951
3842
3952
[[package]]
···
3863
3973
"socket2 0.5.8",
3864
3974
"tokio",
3865
3975
"tokio-stream",
3866
3866
-
"tower",
3976
3976
+
"tower 0.4.13",
3867
3977
"tower-layer",
3868
3978
"tower-service",
3869
3979
"tracing",
···
3880
3990
"prost-build",
3881
3991
"prost-types",
3882
3992
"quote",
3883
3883
-
"syn 2.0.51",
3993
3993
+
"syn 2.0.96",
3884
3994
]
3885
3995
3886
3996
[[package]]
···
3924
4034
dependencies = [
3925
4035
"futures-core",
3926
4036
"futures-util",
3927
3927
-
"indexmap 1.9.2",
4037
4037
+
"indexmap 1.9.3",
3928
4038
"pin-project",
3929
4039
"pin-project-lite",
3930
4040
"rand 0.8.5",
···
3937
4047
]
3938
4048
3939
4049
[[package]]
4050
4050
+
name = "tower"
4051
4051
+
version = "0.5.2"
4052
4052
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4053
4053
+
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
4054
4054
+
dependencies = [
4055
4055
+
"futures-core",
4056
4056
+
"futures-util",
4057
4057
+
"pin-project-lite",
4058
4058
+
"sync_wrapper 1.0.2",
4059
4059
+
"tower-layer",
4060
4060
+
"tower-service",
4061
4061
+
]
4062
4062
+
4063
4063
+
[[package]]
3940
4064
name = "tower-http"
3941
4065
version = "0.5.2"
3942
4066
source = "registry+https://github.com/rust-lang/crates.io-index"
3943
4067
checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5"
3944
4068
dependencies = [
3945
3945
-
"bitflags 2.4.2",
4069
4069
+
"bitflags 2.8.0",
3946
4070
"bytes",
3947
4071
"http 1.2.0",
3948
4072
"http-body 1.0.1",
···
3954
4078
3955
4079
[[package]]
3956
4080
name = "tower-layer"
3957
3957
-
version = "0.3.2"
4081
4081
+
version = "0.3.3"
3958
4082
source = "registry+https://github.com/rust-lang/crates.io-index"
3959
3959
-
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
4083
4083
+
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
3960
4084
3961
4085
[[package]]
3962
4086
name = "tower-service"
3963
3963
-
version = "0.3.2"
4087
4087
+
version = "0.3.3"
3964
4088
source = "registry+https://github.com/rust-lang/crates.io-index"
3965
3965
-
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
4089
4089
+
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
3966
4090
3967
4091
[[package]]
3968
4092
name = "tracing"
3969
3969
-
version = "0.1.37"
4093
4093
+
version = "0.1.41"
3970
4094
source = "registry+https://github.com/rust-lang/crates.io-index"
3971
3971
-
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
4095
4095
+
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
3972
4096
dependencies = [
3973
3973
-
"cfg-if",
3974
4097
"pin-project-lite",
3975
4098
"tracing-attributes",
3976
4099
"tracing-core",
···
3978
4101
3979
4102
[[package]]
3980
4103
name = "tracing-attributes"
3981
3981
-
version = "0.1.23"
4104
4104
+
version = "0.1.28"
3982
4105
source = "registry+https://github.com/rust-lang/crates.io-index"
3983
3983
-
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
4106
4106
+
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
3984
4107
dependencies = [
3985
4108
"proc-macro2",
3986
4109
"quote",
3987
3987
-
"syn 1.0.107",
4110
4110
+
"syn 2.0.96",
3988
4111
]
3989
4112
3990
4113
[[package]]
3991
4114
name = "tracing-core"
3992
3992
-
version = "0.1.30"
4115
4115
+
version = "0.1.33"
3993
4116
source = "registry+https://github.com/rust-lang/crates.io-index"
3994
3994
-
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
4117
4117
+
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
3995
4118
dependencies = [
3996
4119
"once_cell",
3997
4120
]
···
4008
4131
4009
4132
[[package]]
4010
4133
name = "try-lock"
4011
4011
-
version = "0.2.4"
4134
4134
+
version = "0.2.5"
4012
4135
source = "registry+https://github.com/rust-lang/crates.io-index"
4013
4013
-
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
4136
4136
+
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
4014
4137
4015
4138
[[package]]
4016
4139
name = "tunein"
···
4039
4162
"derive_more",
4040
4163
"futures",
4041
4164
"futures-util",
4042
4042
-
"hyper 0.14.24",
4165
4165
+
"hyper 0.14.32",
4043
4166
"m3u",
4044
4167
"minimp3",
4045
4168
"owo-colors",
···
4067
4190
4068
4191
[[package]]
4069
4192
name = "typenum"
4070
4070
-
version = "1.16.0"
4193
4193
+
version = "1.17.0"
4071
4194
source = "registry+https://github.com/rust-lang/crates.io-index"
4072
4072
-
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
4195
4195
+
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
4073
4196
4074
4197
[[package]]
4075
4198
name = "unicase"
4076
4076
-
version = "2.6.0"
4199
4199
+
version = "2.8.1"
4077
4200
source = "registry+https://github.com/rust-lang/crates.io-index"
4078
4078
-
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
4079
4079
-
dependencies = [
4080
4080
-
"version_check",
4081
4081
-
]
4201
4201
+
checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
4082
4202
4083
4203
[[package]]
4084
4204
name = "unicode-bidi"
4085
4085
-
version = "0.3.10"
4205
4205
+
version = "0.3.18"
4086
4206
source = "registry+https://github.com/rust-lang/crates.io-index"
4087
4087
-
checksum = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58"
4207
4207
+
checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
4088
4208
4089
4209
[[package]]
4090
4210
name = "unicode-ident"
4091
4091
-
version = "1.0.6"
4211
4211
+
version = "1.0.15"
4092
4212
source = "registry+https://github.com/rust-lang/crates.io-index"
4093
4093
-
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
4213
4213
+
checksum = "11cd88e12b17c6494200a9c1b683a04fcac9573ed74cd1b62aeb2727c5592243"
4094
4214
4095
4215
[[package]]
4096
4216
name = "unicode-normalization"
4097
4097
-
version = "0.1.22"
4217
4217
+
version = "0.1.24"
4098
4218
source = "registry+https://github.com/rust-lang/crates.io-index"
4099
4099
-
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
4219
4219
+
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
4100
4220
dependencies = [
4101
4221
"tinyvec",
4102
4222
]
4103
4223
4104
4224
[[package]]
4105
4225
name = "unicode-segmentation"
4106
4106
-
version = "1.11.0"
4226
4226
+
version = "1.12.0"
4227
4227
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4228
4228
+
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
4229
4229
+
4230
4230
+
[[package]]
4231
4231
+
name = "unicode-truncate"
4232
4232
+
version = "1.1.0"
4107
4233
source = "registry+https://github.com/rust-lang/crates.io-index"
4108
4108
-
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
4234
4234
+
checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf"
4235
4235
+
dependencies = [
4236
4236
+
"itertools 0.13.0",
4237
4237
+
"unicode-segmentation",
4238
4238
+
"unicode-width",
4239
4239
+
]
4109
4240
4110
4241
[[package]]
4111
4242
name = "unicode-width"
4112
4112
-
version = "0.1.11"
4243
4243
+
version = "0.1.14"
4113
4244
source = "registry+https://github.com/rust-lang/crates.io-index"
4114
4114
-
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
4245
4245
+
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
4115
4246
4116
4247
[[package]]
4117
4248
name = "universal-hash"
···
4178
4309
4179
4310
[[package]]
4180
4311
name = "version_check"
4181
4181
-
version = "0.9.4"
4312
4312
+
version = "0.9.5"
4182
4313
source = "registry+https://github.com/rust-lang/crates.io-index"
4183
4183
-
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
4314
4314
+
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
4184
4315
4185
4316
[[package]]
4186
4317
name = "waker-fn"
4187
4187
-
version = "1.1.0"
4318
4318
+
version = "1.2.0"
4188
4319
source = "registry+https://github.com/rust-lang/crates.io-index"
4189
4189
-
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
4320
4320
+
checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
4190
4321
4191
4322
[[package]]
4192
4323
name = "walkdir"
4193
4193
-
version = "2.3.2"
4324
4324
+
version = "2.5.0"
4194
4325
source = "registry+https://github.com/rust-lang/crates.io-index"
4195
4195
-
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
4326
4326
+
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
4196
4327
dependencies = [
4197
4328
"same-file",
4198
4198
-
"winapi",
4199
4329
"winapi-util",
4200
4330
]
4201
4331
4202
4332
[[package]]
4203
4333
name = "want"
4204
4204
-
version = "0.3.0"
4334
4334
+
version = "0.3.1"
4205
4335
source = "registry+https://github.com/rust-lang/crates.io-index"
4206
4206
-
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
4336
4336
+
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
4207
4337
dependencies = [
4208
4208
-
"log",
4209
4338
"try-lock",
4210
4339
]
4211
4340
···
4243
4372
"log",
4244
4373
"proc-macro2",
4245
4374
"quote",
4246
4246
-
"syn 2.0.51",
4375
4375
+
"syn 2.0.96",
4247
4376
"wasm-bindgen-shared",
4248
4377
]
4249
4378
4250
4379
[[package]]
4251
4380
name = "wasm-bindgen-futures"
4252
4252
-
version = "0.4.34"
4381
4381
+
version = "0.4.50"
4253
4382
source = "registry+https://github.com/rust-lang/crates.io-index"
4254
4254
-
checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
4383
4383
+
checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
4255
4384
dependencies = [
4256
4385
"cfg-if",
4257
4386
"js-sys",
4387
4387
+
"once_cell",
4258
4388
"wasm-bindgen",
4259
4389
"web-sys",
4260
4390
]
···
4277
4407
dependencies = [
4278
4408
"proc-macro2",
4279
4409
"quote",
4280
4280
-
"syn 2.0.51",
4410
4410
+
"syn 2.0.96",
4281
4411
"wasm-bindgen-backend",
4282
4412
"wasm-bindgen-shared",
4283
4413
]
···
4293
4423
4294
4424
[[package]]
4295
4425
name = "web-sys"
4296
4296
-
version = "0.3.61"
4426
4426
+
version = "0.3.77"
4297
4427
source = "registry+https://github.com/rust-lang/crates.io-index"
4298
4298
-
checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
4428
4428
+
checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
4299
4429
dependencies = [
4300
4430
"js-sys",
4301
4431
"wasm-bindgen",
···
4327
4457
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
4328
4458
4329
4459
[[package]]
4330
4330
-
name = "wepoll-ffi"
4331
4331
-
version = "0.1.2"
4332
4332
-
source = "registry+https://github.com/rust-lang/crates.io-index"
4333
4333
-
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
4334
4334
-
dependencies = [
4335
4335
-
"cc",
4336
4336
-
]
4337
4337
-
4338
4338
-
[[package]]
4339
4460
name = "widestring"
4340
4461
version = "1.1.0"
4341
4462
source = "registry+https://github.com/rust-lang/crates.io-index"
···
4359
4480
4360
4481
[[package]]
4361
4482
name = "winapi-util"
4362
4362
-
version = "0.1.5"
4483
4483
+
version = "0.1.9"
4363
4484
source = "registry+https://github.com/rust-lang/crates.io-index"
4364
4364
-
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
4485
4485
+
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
4365
4486
dependencies = [
4366
4366
-
"winapi",
4487
4487
+
"windows-sys 0.59.0",
4367
4488
]
4368
4489
4369
4490
[[package]]
···
4396
4517
4397
4518
[[package]]
4398
4519
name = "windows-sys"
4399
4399
-
version = "0.42.0"
4400
4400
-
source = "registry+https://github.com/rust-lang/crates.io-index"
4401
4401
-
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
4402
4402
-
dependencies = [
4403
4403
-
"windows_aarch64_gnullvm 0.42.1",
4404
4404
-
"windows_aarch64_msvc 0.42.1",
4405
4405
-
"windows_i686_gnu 0.42.1",
4406
4406
-
"windows_i686_msvc 0.42.1",
4407
4407
-
"windows_x86_64_gnu 0.42.1",
4408
4408
-
"windows_x86_64_gnullvm 0.42.1",
4409
4409
-
"windows_x86_64_msvc 0.42.1",
4410
4410
-
]
4411
4411
-
4412
4412
-
[[package]]
4413
4413
-
name = "windows-sys"
4414
4414
-
version = "0.45.0"
4415
4415
-
source = "registry+https://github.com/rust-lang/crates.io-index"
4416
4416
-
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
4417
4417
-
dependencies = [
4418
4418
-
"windows-targets 0.42.1",
4419
4419
-
]
4420
4420
-
4421
4421
-
[[package]]
4422
4422
-
name = "windows-sys"
4423
4520
version = "0.48.0"
4424
4521
source = "registry+https://github.com/rust-lang/crates.io-index"
4425
4522
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
···
4447
4544
4448
4545
[[package]]
4449
4546
name = "windows-targets"
4450
4450
-
version = "0.42.1"
4451
4451
-
source = "registry+https://github.com/rust-lang/crates.io-index"
4452
4452
-
checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
4453
4453
-
dependencies = [
4454
4454
-
"windows_aarch64_gnullvm 0.42.1",
4455
4455
-
"windows_aarch64_msvc 0.42.1",
4456
4456
-
"windows_i686_gnu 0.42.1",
4457
4457
-
"windows_i686_msvc 0.42.1",
4458
4458
-
"windows_x86_64_gnu 0.42.1",
4459
4459
-
"windows_x86_64_gnullvm 0.42.1",
4460
4460
-
"windows_x86_64_msvc 0.42.1",
4461
4461
-
]
4462
4462
-
4463
4463
-
[[package]]
4464
4464
-
name = "windows-targets"
4465
4547
version = "0.48.5"
4466
4548
source = "registry+https://github.com/rust-lang/crates.io-index"
4467
4549
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
···
4493
4575
4494
4576
[[package]]
4495
4577
name = "windows_aarch64_gnullvm"
4496
4496
-
version = "0.42.1"
4497
4497
-
source = "registry+https://github.com/rust-lang/crates.io-index"
4498
4498
-
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
4499
4499
-
4500
4500
-
[[package]]
4501
4501
-
name = "windows_aarch64_gnullvm"
4502
4578
version = "0.48.5"
4503
4579
source = "registry+https://github.com/rust-lang/crates.io-index"
4504
4580
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
···
4517
4593
4518
4594
[[package]]
4519
4595
name = "windows_aarch64_msvc"
4520
4520
-
version = "0.42.1"
4521
4521
-
source = "registry+https://github.com/rust-lang/crates.io-index"
4522
4522
-
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
4523
4523
-
4524
4524
-
[[package]]
4525
4525
-
name = "windows_aarch64_msvc"
4526
4596
version = "0.48.5"
4527
4597
source = "registry+https://github.com/rust-lang/crates.io-index"
4528
4598
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
···
4541
4611
4542
4612
[[package]]
4543
4613
name = "windows_i686_gnu"
4544
4544
-
version = "0.42.1"
4545
4545
-
source = "registry+https://github.com/rust-lang/crates.io-index"
4546
4546
-
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
4547
4547
-
4548
4548
-
[[package]]
4549
4549
-
name = "windows_i686_gnu"
4550
4614
version = "0.48.5"
4551
4615
source = "registry+https://github.com/rust-lang/crates.io-index"
4552
4616
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
···
4571
4635
4572
4636
[[package]]
4573
4637
name = "windows_i686_msvc"
4574
4574
-
version = "0.42.1"
4575
4575
-
source = "registry+https://github.com/rust-lang/crates.io-index"
4576
4576
-
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
4577
4577
-
4578
4578
-
[[package]]
4579
4579
-
name = "windows_i686_msvc"
4580
4638
version = "0.48.5"
4581
4639
source = "registry+https://github.com/rust-lang/crates.io-index"
4582
4640
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
···
4595
4653
4596
4654
[[package]]
4597
4655
name = "windows_x86_64_gnu"
4598
4598
-
version = "0.42.1"
4599
4599
-
source = "registry+https://github.com/rust-lang/crates.io-index"
4600
4600
-
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
4601
4601
-
4602
4602
-
[[package]]
4603
4603
-
name = "windows_x86_64_gnu"
4604
4656
version = "0.48.5"
4605
4657
source = "registry+https://github.com/rust-lang/crates.io-index"
4606
4658
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
···
4610
4662
version = "0.52.6"
4611
4663
source = "registry+https://github.com/rust-lang/crates.io-index"
4612
4664
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
4613
4613
-
4614
4614
-
[[package]]
4615
4615
-
name = "windows_x86_64_gnullvm"
4616
4616
-
version = "0.42.1"
4617
4617
-
source = "registry+https://github.com/rust-lang/crates.io-index"
4618
4618
-
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
4619
4665
4620
4666
[[package]]
4621
4667
name = "windows_x86_64_gnullvm"
···
4637
4683
4638
4684
[[package]]
4639
4685
name = "windows_x86_64_msvc"
4640
4640
-
version = "0.42.1"
4641
4641
-
source = "registry+https://github.com/rust-lang/crates.io-index"
4642
4642
-
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
4643
4643
-
4644
4644
-
[[package]]
4645
4645
-
name = "windows_x86_64_msvc"
4646
4686
version = "0.48.5"
4647
4687
source = "registry+https://github.com/rust-lang/crates.io-index"
4648
4688
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
···
4654
4694
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
4655
4695
4656
4696
[[package]]
4697
4697
+
name = "winnow"
4698
4698
+
version = "0.5.40"
4699
4699
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4700
4700
+
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
4701
4701
+
dependencies = [
4702
4702
+
"memchr",
4703
4703
+
]
4704
4704
+
4705
4705
+
[[package]]
4657
4706
name = "winreg"
4658
4707
version = "0.50.0"
4659
4708
source = "registry+https://github.com/rust-lang/crates.io-index"
···
4695
4744
dependencies = [
4696
4745
"proc-macro2",
4697
4746
"quote",
4698
4698
-
"syn 2.0.51",
4747
4747
+
"syn 2.0.96",
4699
4748
"synstructure",
4700
4749
]
4701
4750
4702
4751
[[package]]
4703
4752
name = "zerocopy"
4704
4704
-
version = "0.7.32"
4753
4753
+
version = "0.7.35"
4705
4754
source = "registry+https://github.com/rust-lang/crates.io-index"
4706
4706
-
checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
4755
4755
+
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
4707
4756
dependencies = [
4757
4757
+
"byteorder",
4708
4758
"zerocopy-derive",
4709
4759
]
4710
4760
4711
4761
[[package]]
4712
4762
name = "zerocopy-derive"
4713
4713
-
version = "0.7.32"
4763
4763
+
version = "0.7.35"
4714
4764
source = "registry+https://github.com/rust-lang/crates.io-index"
4715
4715
-
checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
4765
4765
+
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
4716
4766
dependencies = [
4717
4767
"proc-macro2",
4718
4768
"quote",
4719
4719
-
"syn 2.0.51",
4769
4769
+
"syn 2.0.96",
4720
4770
]
4721
4771
4722
4772
[[package]]
···
4736
4786
dependencies = [
4737
4787
"proc-macro2",
4738
4788
"quote",
4739
4739
-
"syn 2.0.51",
4789
4789
+
"syn 2.0.96",
4740
4790
"synstructure",
4741
4791
]
4742
4792
···
4759
4809
dependencies = [
4760
4810
"proc-macro2",
4761
4811
"quote",
4762
4762
-
"syn 2.0.51",
4812
4812
+
"syn 2.0.96",
4763
4813
]