electron-cli 0.3.0-alpha.19 → 0.3.0-alpha.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Cargo.lock +1050 -72
- package/Cargo.toml +3 -2
- package/README.md +7 -4
- package/package.json +1 -1
- package/src/commands/package.rs +294 -23
package/Cargo.lock
CHANGED
|
@@ -29,6 +29,12 @@ dependencies = [
|
|
|
29
29
|
"memchr",
|
|
30
30
|
]
|
|
31
31
|
|
|
32
|
+
[[package]]
|
|
33
|
+
name = "allocator-api2"
|
|
34
|
+
version = "0.2.21"
|
|
35
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
36
|
+
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
|
37
|
+
|
|
32
38
|
[[package]]
|
|
33
39
|
name = "android_system_properties"
|
|
34
40
|
version = "0.1.5"
|
|
@@ -94,6 +100,29 @@ version = "1.0.102"
|
|
|
94
100
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
95
101
|
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
|
|
96
102
|
|
|
103
|
+
[[package]]
|
|
104
|
+
name = "app-store-connect"
|
|
105
|
+
version = "0.7.0"
|
|
106
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
107
|
+
checksum = "ed88de4349fc3eb58529530edeb7177516c94712d3dc8bf11bd76ac1715695c4"
|
|
108
|
+
dependencies = [
|
|
109
|
+
"anyhow",
|
|
110
|
+
"base64",
|
|
111
|
+
"clap",
|
|
112
|
+
"dirs",
|
|
113
|
+
"env_logger",
|
|
114
|
+
"jsonwebtoken",
|
|
115
|
+
"log",
|
|
116
|
+
"pem",
|
|
117
|
+
"rand 0.8.6",
|
|
118
|
+
"reqwest",
|
|
119
|
+
"rsa",
|
|
120
|
+
"serde",
|
|
121
|
+
"serde_json",
|
|
122
|
+
"thiserror 2.0.18",
|
|
123
|
+
"x509-certificate",
|
|
124
|
+
]
|
|
125
|
+
|
|
97
126
|
[[package]]
|
|
98
127
|
name = "apple-bundles"
|
|
99
128
|
version = "0.21.0"
|
|
@@ -113,9 +142,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
113
142
|
checksum = "f24e9ebdb70a2aee3ca1cea217009fb50776955f0d7678c31d22e48c1524667f"
|
|
114
143
|
dependencies = [
|
|
115
144
|
"anyhow",
|
|
145
|
+
"app-store-connect",
|
|
116
146
|
"apple-bundles",
|
|
117
147
|
"apple-flat-package",
|
|
118
148
|
"apple-xar",
|
|
149
|
+
"aws-config",
|
|
150
|
+
"aws-sdk-s3",
|
|
151
|
+
"aws-smithy-http 0.60.12",
|
|
152
|
+
"aws-smithy-types",
|
|
119
153
|
"base64",
|
|
120
154
|
"bcder",
|
|
121
155
|
"bitflags 2.11.1",
|
|
@@ -126,7 +160,7 @@ dependencies = [
|
|
|
126
160
|
"der",
|
|
127
161
|
"dialoguer",
|
|
128
162
|
"difference",
|
|
129
|
-
"digest",
|
|
163
|
+
"digest 0.10.7",
|
|
130
164
|
"dirs",
|
|
131
165
|
"elliptic-curve",
|
|
132
166
|
"env_logger",
|
|
@@ -136,7 +170,7 @@ dependencies = [
|
|
|
136
170
|
"goblin",
|
|
137
171
|
"hex",
|
|
138
172
|
"log",
|
|
139
|
-
"md-5",
|
|
173
|
+
"md-5 0.10.6",
|
|
140
174
|
"minicbor",
|
|
141
175
|
"num-traits",
|
|
142
176
|
"object",
|
|
@@ -162,7 +196,7 @@ dependencies = [
|
|
|
162
196
|
"serde",
|
|
163
197
|
"serde_json",
|
|
164
198
|
"serde_yaml",
|
|
165
|
-
"sha2",
|
|
199
|
+
"sha2 0.10.9",
|
|
166
200
|
"signature",
|
|
167
201
|
"simple-file-manifest",
|
|
168
202
|
"spake2",
|
|
@@ -231,17 +265,17 @@ dependencies = [
|
|
|
231
265
|
"bzip2",
|
|
232
266
|
"chrono",
|
|
233
267
|
"cryptographic-message-syntax",
|
|
234
|
-
"digest",
|
|
268
|
+
"digest 0.10.7",
|
|
235
269
|
"flate2",
|
|
236
270
|
"log",
|
|
237
|
-
"md-5",
|
|
271
|
+
"md-5 0.10.6",
|
|
238
272
|
"rand 0.8.6",
|
|
239
273
|
"reqwest",
|
|
240
274
|
"scroll",
|
|
241
275
|
"serde",
|
|
242
276
|
"serde-xml-rs",
|
|
243
|
-
"sha1",
|
|
244
|
-
"sha2",
|
|
277
|
+
"sha1 0.10.6",
|
|
278
|
+
"sha2 0.10.9",
|
|
245
279
|
"signature",
|
|
246
280
|
"thiserror 2.0.18",
|
|
247
281
|
"url",
|
|
@@ -259,6 +293,15 @@ dependencies = [
|
|
|
259
293
|
"derive_arbitrary",
|
|
260
294
|
]
|
|
261
295
|
|
|
296
|
+
[[package]]
|
|
297
|
+
name = "arc-swap"
|
|
298
|
+
version = "1.9.1"
|
|
299
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
300
|
+
checksum = "6a3a1fd6f75306b68087b831f025c712524bcb19aad54e557b1129cfa0a2b207"
|
|
301
|
+
dependencies = [
|
|
302
|
+
"rustversion",
|
|
303
|
+
]
|
|
304
|
+
|
|
262
305
|
[[package]]
|
|
263
306
|
name = "arrayvec"
|
|
264
307
|
version = "0.7.6"
|
|
@@ -324,6 +367,496 @@ version = "1.5.1"
|
|
|
324
367
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
325
368
|
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
|
|
326
369
|
|
|
370
|
+
[[package]]
|
|
371
|
+
name = "aws-config"
|
|
372
|
+
version = "1.8.17"
|
|
373
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
374
|
+
checksum = "517aa062d8bd9015ee23d6daa5e1c1372328412fdae4e6c4c1be9b69c6ad37a2"
|
|
375
|
+
dependencies = [
|
|
376
|
+
"aws-credential-types",
|
|
377
|
+
"aws-runtime",
|
|
378
|
+
"aws-sdk-sso",
|
|
379
|
+
"aws-sdk-ssooidc",
|
|
380
|
+
"aws-sdk-sts",
|
|
381
|
+
"aws-smithy-async",
|
|
382
|
+
"aws-smithy-http 0.63.6",
|
|
383
|
+
"aws-smithy-json",
|
|
384
|
+
"aws-smithy-runtime",
|
|
385
|
+
"aws-smithy-runtime-api",
|
|
386
|
+
"aws-smithy-schema",
|
|
387
|
+
"aws-smithy-types",
|
|
388
|
+
"aws-types",
|
|
389
|
+
"bytes",
|
|
390
|
+
"fastrand",
|
|
391
|
+
"hex",
|
|
392
|
+
"http 1.4.1",
|
|
393
|
+
"sha1 0.10.6",
|
|
394
|
+
"time",
|
|
395
|
+
"tokio",
|
|
396
|
+
"tracing",
|
|
397
|
+
"url",
|
|
398
|
+
"zeroize",
|
|
399
|
+
]
|
|
400
|
+
|
|
401
|
+
[[package]]
|
|
402
|
+
name = "aws-credential-types"
|
|
403
|
+
version = "1.2.14"
|
|
404
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
405
|
+
checksum = "8f20799b373a1be121fe3005fba0c2090af9411573878f224df44b42727fcaf7"
|
|
406
|
+
dependencies = [
|
|
407
|
+
"aws-smithy-async",
|
|
408
|
+
"aws-smithy-runtime-api",
|
|
409
|
+
"aws-smithy-types",
|
|
410
|
+
"zeroize",
|
|
411
|
+
]
|
|
412
|
+
|
|
413
|
+
[[package]]
|
|
414
|
+
name = "aws-lc-rs"
|
|
415
|
+
version = "1.17.0"
|
|
416
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
417
|
+
checksum = "5ec2f1fc3ec205783a5da9a7e6c1509cc69dedf09a1949e412c1e18469326d00"
|
|
418
|
+
dependencies = [
|
|
419
|
+
"aws-lc-sys",
|
|
420
|
+
"zeroize",
|
|
421
|
+
]
|
|
422
|
+
|
|
423
|
+
[[package]]
|
|
424
|
+
name = "aws-lc-sys"
|
|
425
|
+
version = "0.41.0"
|
|
426
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
427
|
+
checksum = "1a2f9779ce85b93ab6170dd940ad0169b5766ff848247aff13bb788b832fe3f4"
|
|
428
|
+
dependencies = [
|
|
429
|
+
"cc",
|
|
430
|
+
"cmake",
|
|
431
|
+
"dunce",
|
|
432
|
+
"fs_extra",
|
|
433
|
+
]
|
|
434
|
+
|
|
435
|
+
[[package]]
|
|
436
|
+
name = "aws-runtime"
|
|
437
|
+
version = "1.7.4"
|
|
438
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
439
|
+
checksum = "77ed8e8c52d2dc2390ad9f15647fe663f71e9780b4262c190fbb823a32721566"
|
|
440
|
+
dependencies = [
|
|
441
|
+
"aws-credential-types",
|
|
442
|
+
"aws-sigv4",
|
|
443
|
+
"aws-smithy-async",
|
|
444
|
+
"aws-smithy-eventstream",
|
|
445
|
+
"aws-smithy-http 0.63.6",
|
|
446
|
+
"aws-smithy-runtime",
|
|
447
|
+
"aws-smithy-runtime-api",
|
|
448
|
+
"aws-smithy-types",
|
|
449
|
+
"aws-types",
|
|
450
|
+
"bytes",
|
|
451
|
+
"bytes-utils",
|
|
452
|
+
"fastrand",
|
|
453
|
+
"http 0.2.12",
|
|
454
|
+
"http 1.4.1",
|
|
455
|
+
"http-body 0.4.6",
|
|
456
|
+
"http-body 1.0.1",
|
|
457
|
+
"percent-encoding",
|
|
458
|
+
"pin-project-lite",
|
|
459
|
+
"tracing",
|
|
460
|
+
"uuid",
|
|
461
|
+
]
|
|
462
|
+
|
|
463
|
+
[[package]]
|
|
464
|
+
name = "aws-sdk-s3"
|
|
465
|
+
version = "1.134.0"
|
|
466
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
467
|
+
checksum = "be06bdfdf00371318253d74776567512d1229d1f3cd5546d27d333c89e013b84"
|
|
468
|
+
dependencies = [
|
|
469
|
+
"aws-credential-types",
|
|
470
|
+
"aws-runtime",
|
|
471
|
+
"aws-sigv4",
|
|
472
|
+
"aws-smithy-async",
|
|
473
|
+
"aws-smithy-checksums",
|
|
474
|
+
"aws-smithy-eventstream",
|
|
475
|
+
"aws-smithy-http 0.63.6",
|
|
476
|
+
"aws-smithy-json",
|
|
477
|
+
"aws-smithy-observability",
|
|
478
|
+
"aws-smithy-runtime",
|
|
479
|
+
"aws-smithy-runtime-api",
|
|
480
|
+
"aws-smithy-types",
|
|
481
|
+
"aws-smithy-xml",
|
|
482
|
+
"aws-types",
|
|
483
|
+
"bytes",
|
|
484
|
+
"fastrand",
|
|
485
|
+
"hex",
|
|
486
|
+
"hmac 0.13.0",
|
|
487
|
+
"http 0.2.12",
|
|
488
|
+
"http 1.4.1",
|
|
489
|
+
"http-body 1.0.1",
|
|
490
|
+
"lru",
|
|
491
|
+
"percent-encoding",
|
|
492
|
+
"regex-lite",
|
|
493
|
+
"sha2 0.11.0",
|
|
494
|
+
"tracing",
|
|
495
|
+
"url",
|
|
496
|
+
]
|
|
497
|
+
|
|
498
|
+
[[package]]
|
|
499
|
+
name = "aws-sdk-sso"
|
|
500
|
+
version = "1.100.0"
|
|
501
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
502
|
+
checksum = "bee2719d4a5e5e147bb9e9b77490df6ece750df1094968aa857b09b618a1881a"
|
|
503
|
+
dependencies = [
|
|
504
|
+
"aws-credential-types",
|
|
505
|
+
"aws-runtime",
|
|
506
|
+
"aws-smithy-async",
|
|
507
|
+
"aws-smithy-http 0.63.6",
|
|
508
|
+
"aws-smithy-json",
|
|
509
|
+
"aws-smithy-observability",
|
|
510
|
+
"aws-smithy-runtime",
|
|
511
|
+
"aws-smithy-runtime-api",
|
|
512
|
+
"aws-smithy-types",
|
|
513
|
+
"aws-types",
|
|
514
|
+
"bytes",
|
|
515
|
+
"fastrand",
|
|
516
|
+
"http 0.2.12",
|
|
517
|
+
"http 1.4.1",
|
|
518
|
+
"regex-lite",
|
|
519
|
+
"tracing",
|
|
520
|
+
]
|
|
521
|
+
|
|
522
|
+
[[package]]
|
|
523
|
+
name = "aws-sdk-ssooidc"
|
|
524
|
+
version = "1.102.0"
|
|
525
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
526
|
+
checksum = "b30d254992d56ef19f430396e5765b11e0f5bd21a7a557cb12fca1c8c18b9636"
|
|
527
|
+
dependencies = [
|
|
528
|
+
"arc-swap",
|
|
529
|
+
"aws-credential-types",
|
|
530
|
+
"aws-runtime",
|
|
531
|
+
"aws-smithy-async",
|
|
532
|
+
"aws-smithy-http 0.63.6",
|
|
533
|
+
"aws-smithy-json",
|
|
534
|
+
"aws-smithy-observability",
|
|
535
|
+
"aws-smithy-runtime",
|
|
536
|
+
"aws-smithy-runtime-api",
|
|
537
|
+
"aws-smithy-types",
|
|
538
|
+
"aws-types",
|
|
539
|
+
"bytes",
|
|
540
|
+
"fastrand",
|
|
541
|
+
"http 0.2.12",
|
|
542
|
+
"http 1.4.1",
|
|
543
|
+
"regex-lite",
|
|
544
|
+
"tracing",
|
|
545
|
+
]
|
|
546
|
+
|
|
547
|
+
[[package]]
|
|
548
|
+
name = "aws-sdk-sts"
|
|
549
|
+
version = "1.105.0"
|
|
550
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
551
|
+
checksum = "59f4f8065fe615dbed9096458ba98dda6d641553ffd5aedd27e37e65211aca9f"
|
|
552
|
+
dependencies = [
|
|
553
|
+
"aws-credential-types",
|
|
554
|
+
"aws-runtime",
|
|
555
|
+
"aws-smithy-async",
|
|
556
|
+
"aws-smithy-http 0.63.6",
|
|
557
|
+
"aws-smithy-json",
|
|
558
|
+
"aws-smithy-observability",
|
|
559
|
+
"aws-smithy-query",
|
|
560
|
+
"aws-smithy-runtime",
|
|
561
|
+
"aws-smithy-runtime-api",
|
|
562
|
+
"aws-smithy-types",
|
|
563
|
+
"aws-smithy-xml",
|
|
564
|
+
"aws-types",
|
|
565
|
+
"fastrand",
|
|
566
|
+
"http 0.2.12",
|
|
567
|
+
"http 1.4.1",
|
|
568
|
+
"regex-lite",
|
|
569
|
+
"tracing",
|
|
570
|
+
]
|
|
571
|
+
|
|
572
|
+
[[package]]
|
|
573
|
+
name = "aws-sigv4"
|
|
574
|
+
version = "1.4.4"
|
|
575
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
576
|
+
checksum = "b7083fb918b38474ac65ffbf8a69fc8792d36879f4ac5f1667b43aec61efe9a5"
|
|
577
|
+
dependencies = [
|
|
578
|
+
"aws-credential-types",
|
|
579
|
+
"aws-smithy-eventstream",
|
|
580
|
+
"aws-smithy-http 0.63.6",
|
|
581
|
+
"aws-smithy-runtime-api",
|
|
582
|
+
"aws-smithy-types",
|
|
583
|
+
"bytes",
|
|
584
|
+
"crypto-bigint",
|
|
585
|
+
"form_urlencoded",
|
|
586
|
+
"hex",
|
|
587
|
+
"hmac 0.13.0",
|
|
588
|
+
"http 0.2.12",
|
|
589
|
+
"http 1.4.1",
|
|
590
|
+
"p256",
|
|
591
|
+
"percent-encoding",
|
|
592
|
+
"sha2 0.11.0",
|
|
593
|
+
"subtle",
|
|
594
|
+
"time",
|
|
595
|
+
"tracing",
|
|
596
|
+
"zeroize",
|
|
597
|
+
]
|
|
598
|
+
|
|
599
|
+
[[package]]
|
|
600
|
+
name = "aws-smithy-async"
|
|
601
|
+
version = "1.2.14"
|
|
602
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
603
|
+
checksum = "2ffcaf626bdda484571968400c326a244598634dc75fd451325a54ad1a59acfc"
|
|
604
|
+
dependencies = [
|
|
605
|
+
"futures-util",
|
|
606
|
+
"pin-project-lite",
|
|
607
|
+
"tokio",
|
|
608
|
+
]
|
|
609
|
+
|
|
610
|
+
[[package]]
|
|
611
|
+
name = "aws-smithy-checksums"
|
|
612
|
+
version = "0.64.8"
|
|
613
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
614
|
+
checksum = "e9e8e65f4f81fcccdeb6c3eca2af17ac21d421a1786a26a394aecf421d616d3a"
|
|
615
|
+
dependencies = [
|
|
616
|
+
"aws-smithy-http 0.63.6",
|
|
617
|
+
"aws-smithy-types",
|
|
618
|
+
"bytes",
|
|
619
|
+
"crc-fast",
|
|
620
|
+
"hex",
|
|
621
|
+
"http 1.4.1",
|
|
622
|
+
"http-body 1.0.1",
|
|
623
|
+
"http-body-util",
|
|
624
|
+
"md-5 0.11.0",
|
|
625
|
+
"pin-project-lite",
|
|
626
|
+
"sha1 0.11.0",
|
|
627
|
+
"sha2 0.11.0",
|
|
628
|
+
"tracing",
|
|
629
|
+
]
|
|
630
|
+
|
|
631
|
+
[[package]]
|
|
632
|
+
name = "aws-smithy-eventstream"
|
|
633
|
+
version = "0.60.20"
|
|
634
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
635
|
+
checksum = "faf09d74e5e32f76b8762da505a3cd59303e367a664ca67295387baa8c1d7548"
|
|
636
|
+
dependencies = [
|
|
637
|
+
"aws-smithy-types",
|
|
638
|
+
"bytes",
|
|
639
|
+
"crc32fast",
|
|
640
|
+
]
|
|
641
|
+
|
|
642
|
+
[[package]]
|
|
643
|
+
name = "aws-smithy-http"
|
|
644
|
+
version = "0.60.12"
|
|
645
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
646
|
+
checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
|
|
647
|
+
dependencies = [
|
|
648
|
+
"aws-smithy-runtime-api",
|
|
649
|
+
"aws-smithy-types",
|
|
650
|
+
"bytes",
|
|
651
|
+
"bytes-utils",
|
|
652
|
+
"futures-core",
|
|
653
|
+
"http 0.2.12",
|
|
654
|
+
"http-body 0.4.6",
|
|
655
|
+
"once_cell",
|
|
656
|
+
"percent-encoding",
|
|
657
|
+
"pin-project-lite",
|
|
658
|
+
"pin-utils",
|
|
659
|
+
"tracing",
|
|
660
|
+
]
|
|
661
|
+
|
|
662
|
+
[[package]]
|
|
663
|
+
name = "aws-smithy-http"
|
|
664
|
+
version = "0.63.6"
|
|
665
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
666
|
+
checksum = "ba1ab2dc1c2c3749ead27180d333c42f11be8b0e934058fb4b2258ee8dbe5231"
|
|
667
|
+
dependencies = [
|
|
668
|
+
"aws-smithy-eventstream",
|
|
669
|
+
"aws-smithy-runtime-api",
|
|
670
|
+
"aws-smithy-types",
|
|
671
|
+
"bytes",
|
|
672
|
+
"bytes-utils",
|
|
673
|
+
"futures-core",
|
|
674
|
+
"futures-util",
|
|
675
|
+
"http 1.4.1",
|
|
676
|
+
"http-body 1.0.1",
|
|
677
|
+
"http-body-util",
|
|
678
|
+
"percent-encoding",
|
|
679
|
+
"pin-project-lite",
|
|
680
|
+
"pin-utils",
|
|
681
|
+
"tracing",
|
|
682
|
+
]
|
|
683
|
+
|
|
684
|
+
[[package]]
|
|
685
|
+
name = "aws-smithy-http-client"
|
|
686
|
+
version = "1.1.12"
|
|
687
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
688
|
+
checksum = "6a2f165a7feee6f263028b899d0a181987f4fa7179a6411a32a439fba7c5f769"
|
|
689
|
+
dependencies = [
|
|
690
|
+
"aws-smithy-async",
|
|
691
|
+
"aws-smithy-runtime-api",
|
|
692
|
+
"aws-smithy-types",
|
|
693
|
+
"h2 0.3.27",
|
|
694
|
+
"h2 0.4.14",
|
|
695
|
+
"http 0.2.12",
|
|
696
|
+
"http 1.4.1",
|
|
697
|
+
"http-body 0.4.6",
|
|
698
|
+
"hyper 0.14.32",
|
|
699
|
+
"hyper 1.10.1",
|
|
700
|
+
"hyper-rustls 0.24.2",
|
|
701
|
+
"hyper-rustls 0.27.9",
|
|
702
|
+
"hyper-util",
|
|
703
|
+
"pin-project-lite",
|
|
704
|
+
"rustls 0.21.12",
|
|
705
|
+
"rustls 0.23.40",
|
|
706
|
+
"rustls-native-certs 0.8.3",
|
|
707
|
+
"rustls-pki-types",
|
|
708
|
+
"tokio",
|
|
709
|
+
"tokio-rustls 0.26.4",
|
|
710
|
+
"tower",
|
|
711
|
+
"tracing",
|
|
712
|
+
]
|
|
713
|
+
|
|
714
|
+
[[package]]
|
|
715
|
+
name = "aws-smithy-json"
|
|
716
|
+
version = "0.62.6"
|
|
717
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
718
|
+
checksum = "517089205f18ab4adc5a3e02888cb139bbbbb2e168eac9f396216925d1fbeaf5"
|
|
719
|
+
dependencies = [
|
|
720
|
+
"aws-smithy-runtime-api",
|
|
721
|
+
"aws-smithy-schema",
|
|
722
|
+
"aws-smithy-types",
|
|
723
|
+
]
|
|
724
|
+
|
|
725
|
+
[[package]]
|
|
726
|
+
name = "aws-smithy-observability"
|
|
727
|
+
version = "0.2.6"
|
|
728
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
729
|
+
checksum = "a06c2315d173edbf1920da8ba3a7189695827002e4c0fc961973ab1c54abca9c"
|
|
730
|
+
dependencies = [
|
|
731
|
+
"aws-smithy-runtime-api",
|
|
732
|
+
]
|
|
733
|
+
|
|
734
|
+
[[package]]
|
|
735
|
+
name = "aws-smithy-query"
|
|
736
|
+
version = "0.60.15"
|
|
737
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
738
|
+
checksum = "1a56d79744fb3edb5d722ef79d86081e121d3b9422cb209eb03aea6aa4f21ebd"
|
|
739
|
+
dependencies = [
|
|
740
|
+
"aws-smithy-types",
|
|
741
|
+
"urlencoding",
|
|
742
|
+
]
|
|
743
|
+
|
|
744
|
+
[[package]]
|
|
745
|
+
name = "aws-smithy-runtime"
|
|
746
|
+
version = "1.11.3"
|
|
747
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
748
|
+
checksum = "b8e6f5caf6fea86f8c2206541ab5857cfcda9013426cdbe8fa0098b9e2d32182"
|
|
749
|
+
dependencies = [
|
|
750
|
+
"aws-smithy-async",
|
|
751
|
+
"aws-smithy-http 0.63.6",
|
|
752
|
+
"aws-smithy-http-client",
|
|
753
|
+
"aws-smithy-observability",
|
|
754
|
+
"aws-smithy-runtime-api",
|
|
755
|
+
"aws-smithy-schema",
|
|
756
|
+
"aws-smithy-types",
|
|
757
|
+
"bytes",
|
|
758
|
+
"fastrand",
|
|
759
|
+
"http 0.2.12",
|
|
760
|
+
"http 1.4.1",
|
|
761
|
+
"http-body 0.4.6",
|
|
762
|
+
"http-body 1.0.1",
|
|
763
|
+
"http-body-util",
|
|
764
|
+
"pin-project-lite",
|
|
765
|
+
"pin-utils",
|
|
766
|
+
"tokio",
|
|
767
|
+
"tracing",
|
|
768
|
+
]
|
|
769
|
+
|
|
770
|
+
[[package]]
|
|
771
|
+
name = "aws-smithy-runtime-api"
|
|
772
|
+
version = "1.12.1"
|
|
773
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
774
|
+
checksum = "dc117c179ecf39a62a0a3f49f600e9ac26a7ad7dd172177999f83933af776c32"
|
|
775
|
+
dependencies = [
|
|
776
|
+
"aws-smithy-async",
|
|
777
|
+
"aws-smithy-runtime-api-macros",
|
|
778
|
+
"aws-smithy-types",
|
|
779
|
+
"bytes",
|
|
780
|
+
"http 0.2.12",
|
|
781
|
+
"http 1.4.1",
|
|
782
|
+
"pin-project-lite",
|
|
783
|
+
"tokio",
|
|
784
|
+
"tracing",
|
|
785
|
+
"zeroize",
|
|
786
|
+
]
|
|
787
|
+
|
|
788
|
+
[[package]]
|
|
789
|
+
name = "aws-smithy-runtime-api-macros"
|
|
790
|
+
version = "1.0.0"
|
|
791
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
792
|
+
checksum = "8d7396fd9500589e62e460e987ecb671bad374934e55ec3b5f498cc7a8a8a7b7"
|
|
793
|
+
dependencies = [
|
|
794
|
+
"proc-macro2",
|
|
795
|
+
"quote",
|
|
796
|
+
"syn 2.0.117",
|
|
797
|
+
]
|
|
798
|
+
|
|
799
|
+
[[package]]
|
|
800
|
+
name = "aws-smithy-schema"
|
|
801
|
+
version = "0.1.0"
|
|
802
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
803
|
+
checksum = "7442cb268338f0eb8278140a107c046756aa01093d8ef5e99628d34ae09c94f5"
|
|
804
|
+
dependencies = [
|
|
805
|
+
"aws-smithy-runtime-api",
|
|
806
|
+
"aws-smithy-types",
|
|
807
|
+
"http 1.4.1",
|
|
808
|
+
]
|
|
809
|
+
|
|
810
|
+
[[package]]
|
|
811
|
+
name = "aws-smithy-types"
|
|
812
|
+
version = "1.4.8"
|
|
813
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
814
|
+
checksum = "056b66dbce2f81cc0c1e2b05bb402eb58f8a3530479d650efadd5bbae9a4050b"
|
|
815
|
+
dependencies = [
|
|
816
|
+
"base64-simd",
|
|
817
|
+
"bytes",
|
|
818
|
+
"bytes-utils",
|
|
819
|
+
"futures-core",
|
|
820
|
+
"http 0.2.12",
|
|
821
|
+
"http 1.4.1",
|
|
822
|
+
"http-body 0.4.6",
|
|
823
|
+
"http-body 1.0.1",
|
|
824
|
+
"http-body-util",
|
|
825
|
+
"itoa",
|
|
826
|
+
"num-integer",
|
|
827
|
+
"pin-project-lite",
|
|
828
|
+
"pin-utils",
|
|
829
|
+
"ryu",
|
|
830
|
+
"serde",
|
|
831
|
+
"time",
|
|
832
|
+
"tokio",
|
|
833
|
+
"tokio-util",
|
|
834
|
+
]
|
|
835
|
+
|
|
836
|
+
[[package]]
|
|
837
|
+
name = "aws-smithy-xml"
|
|
838
|
+
version = "0.60.15"
|
|
839
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
840
|
+
checksum = "0ce02add1aa3677d022f8adf81dcbe3046a95f17a1b1e8979c145cd21d3d22b3"
|
|
841
|
+
dependencies = [
|
|
842
|
+
"xmlparser",
|
|
843
|
+
]
|
|
844
|
+
|
|
845
|
+
[[package]]
|
|
846
|
+
name = "aws-types"
|
|
847
|
+
version = "1.3.16"
|
|
848
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
849
|
+
checksum = "d16bf10b03a3c01e6b3b7d47cd964e873ffe9e7d4e80fad16bd4c077cb068531"
|
|
850
|
+
dependencies = [
|
|
851
|
+
"aws-credential-types",
|
|
852
|
+
"aws-smithy-async",
|
|
853
|
+
"aws-smithy-runtime-api",
|
|
854
|
+
"aws-smithy-schema",
|
|
855
|
+
"aws-smithy-types",
|
|
856
|
+
"rustc_version",
|
|
857
|
+
"tracing",
|
|
858
|
+
]
|
|
859
|
+
|
|
327
860
|
[[package]]
|
|
328
861
|
name = "base16ct"
|
|
329
862
|
version = "0.2.0"
|
|
@@ -336,6 +869,16 @@ version = "0.22.1"
|
|
|
336
869
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
337
870
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
338
871
|
|
|
872
|
+
[[package]]
|
|
873
|
+
name = "base64-simd"
|
|
874
|
+
version = "0.8.0"
|
|
875
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
876
|
+
checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
|
|
877
|
+
dependencies = [
|
|
878
|
+
"outref",
|
|
879
|
+
"vsimd",
|
|
880
|
+
]
|
|
881
|
+
|
|
339
882
|
[[package]]
|
|
340
883
|
name = "base64ct"
|
|
341
884
|
version = "1.8.3"
|
|
@@ -395,6 +938,15 @@ dependencies = [
|
|
|
395
938
|
"generic-array",
|
|
396
939
|
]
|
|
397
940
|
|
|
941
|
+
[[package]]
|
|
942
|
+
name = "block-buffer"
|
|
943
|
+
version = "0.12.0"
|
|
944
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
945
|
+
checksum = "cdd35008169921d80bc60d3d0ab416eecb028c4cd653352907921d95084790be"
|
|
946
|
+
dependencies = [
|
|
947
|
+
"hybrid-array",
|
|
948
|
+
]
|
|
949
|
+
|
|
398
950
|
[[package]]
|
|
399
951
|
name = "block-padding"
|
|
400
952
|
version = "0.3.3"
|
|
@@ -428,6 +980,16 @@ version = "1.11.1"
|
|
|
428
980
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
429
981
|
checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
|
|
430
982
|
|
|
983
|
+
[[package]]
|
|
984
|
+
name = "bytes-utils"
|
|
985
|
+
version = "0.1.4"
|
|
986
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
987
|
+
checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
|
|
988
|
+
dependencies = [
|
|
989
|
+
"bytes",
|
|
990
|
+
"either",
|
|
991
|
+
]
|
|
992
|
+
|
|
431
993
|
[[package]]
|
|
432
994
|
name = "bytesize"
|
|
433
995
|
version = "1.3.3"
|
|
@@ -491,6 +1053,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
491
1053
|
checksum = "556e016178bb5662a08681bbe0f00f8e17631781a4dfc8c45e466e4b185ec27f"
|
|
492
1054
|
dependencies = [
|
|
493
1055
|
"find-msvc-tools",
|
|
1056
|
+
"jobserver",
|
|
1057
|
+
"libc",
|
|
494
1058
|
"shlex",
|
|
495
1059
|
]
|
|
496
1060
|
|
|
@@ -537,7 +1101,7 @@ version = "0.4.4"
|
|
|
537
1101
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
538
1102
|
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
|
539
1103
|
dependencies = [
|
|
540
|
-
"crypto-common",
|
|
1104
|
+
"crypto-common 0.1.7",
|
|
541
1105
|
"inout",
|
|
542
1106
|
]
|
|
543
1107
|
|
|
@@ -581,6 +1145,21 @@ version = "1.1.0"
|
|
|
581
1145
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
582
1146
|
checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
|
|
583
1147
|
|
|
1148
|
+
[[package]]
|
|
1149
|
+
name = "cmake"
|
|
1150
|
+
version = "0.1.58"
|
|
1151
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1152
|
+
checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678"
|
|
1153
|
+
dependencies = [
|
|
1154
|
+
"cc",
|
|
1155
|
+
]
|
|
1156
|
+
|
|
1157
|
+
[[package]]
|
|
1158
|
+
name = "cmov"
|
|
1159
|
+
version = "0.5.4"
|
|
1160
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1161
|
+
checksum = "0c9ea0ac24bc397ab3c98583a3c9ba74fa56b09a4449bbe172b9b1ddb016027a"
|
|
1162
|
+
|
|
584
1163
|
[[package]]
|
|
585
1164
|
name = "colorchoice"
|
|
586
1165
|
version = "1.0.5"
|
|
@@ -606,6 +1185,12 @@ version = "0.9.6"
|
|
|
606
1185
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
607
1186
|
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
|
608
1187
|
|
|
1188
|
+
[[package]]
|
|
1189
|
+
name = "const-oid"
|
|
1190
|
+
version = "0.10.2"
|
|
1191
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1192
|
+
checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c"
|
|
1193
|
+
|
|
609
1194
|
[[package]]
|
|
610
1195
|
name = "const_panic"
|
|
611
1196
|
version = "0.2.15"
|
|
@@ -700,6 +1285,15 @@ dependencies = [
|
|
|
700
1285
|
"libc",
|
|
701
1286
|
]
|
|
702
1287
|
|
|
1288
|
+
[[package]]
|
|
1289
|
+
name = "cpufeatures"
|
|
1290
|
+
version = "0.3.0"
|
|
1291
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1292
|
+
checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
|
|
1293
|
+
dependencies = [
|
|
1294
|
+
"libc",
|
|
1295
|
+
]
|
|
1296
|
+
|
|
703
1297
|
[[package]]
|
|
704
1298
|
name = "crc"
|
|
705
1299
|
version = "3.4.0"
|
|
@@ -715,6 +1309,16 @@ version = "2.5.0"
|
|
|
715
1309
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
716
1310
|
checksum = "217698eaf96b4a3f0bc4f3662aaa55bdf913cd54d7204591faa790070c6d0853"
|
|
717
1311
|
|
|
1312
|
+
[[package]]
|
|
1313
|
+
name = "crc-fast"
|
|
1314
|
+
version = "1.10.0"
|
|
1315
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1316
|
+
checksum = "e75b2483e97a5a7da73ac68a05b629f9c53cff58d8ed1c77866079e18b00dba5"
|
|
1317
|
+
dependencies = [
|
|
1318
|
+
"digest 0.10.7",
|
|
1319
|
+
"spin 0.10.0",
|
|
1320
|
+
]
|
|
1321
|
+
|
|
718
1322
|
[[package]]
|
|
719
1323
|
name = "crc32fast"
|
|
720
1324
|
version = "1.5.0"
|
|
@@ -771,6 +1375,15 @@ dependencies = [
|
|
|
771
1375
|
"typenum",
|
|
772
1376
|
]
|
|
773
1377
|
|
|
1378
|
+
[[package]]
|
|
1379
|
+
name = "crypto-common"
|
|
1380
|
+
version = "0.2.2"
|
|
1381
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1382
|
+
checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453"
|
|
1383
|
+
dependencies = [
|
|
1384
|
+
"hybrid-array",
|
|
1385
|
+
]
|
|
1386
|
+
|
|
774
1387
|
[[package]]
|
|
775
1388
|
name = "cryptographic-message-syntax"
|
|
776
1389
|
version = "0.27.0"
|
|
@@ -788,6 +1401,15 @@ dependencies = [
|
|
|
788
1401
|
"x509-certificate",
|
|
789
1402
|
]
|
|
790
1403
|
|
|
1404
|
+
[[package]]
|
|
1405
|
+
name = "ctutils"
|
|
1406
|
+
version = "0.4.2"
|
|
1407
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1408
|
+
checksum = "7d5515a3834141de9eafb9717ad39eea8247b5674e6066c404e8c4b365d2a29e"
|
|
1409
|
+
dependencies = [
|
|
1410
|
+
"cmov",
|
|
1411
|
+
]
|
|
1412
|
+
|
|
791
1413
|
[[package]]
|
|
792
1414
|
name = "curve25519-dalek"
|
|
793
1415
|
version = "4.1.3"
|
|
@@ -795,7 +1417,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
795
1417
|
checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
|
|
796
1418
|
dependencies = [
|
|
797
1419
|
"cfg-if",
|
|
798
|
-
"cpufeatures",
|
|
1420
|
+
"cpufeatures 0.2.17",
|
|
799
1421
|
"curve25519-dalek-derive",
|
|
800
1422
|
"fiat-crypto",
|
|
801
1423
|
"rand_core 0.6.4",
|
|
@@ -826,7 +1448,7 @@ version = "0.7.10"
|
|
|
826
1448
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
827
1449
|
checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
|
|
828
1450
|
dependencies = [
|
|
829
|
-
"const-oid",
|
|
1451
|
+
"const-oid 0.9.6",
|
|
830
1452
|
"pem-rfc7468",
|
|
831
1453
|
"zeroize",
|
|
832
1454
|
]
|
|
@@ -885,12 +1507,24 @@ version = "0.10.7"
|
|
|
885
1507
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
886
1508
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
887
1509
|
dependencies = [
|
|
888
|
-
"block-buffer",
|
|
889
|
-
"const-oid",
|
|
890
|
-
"crypto-common",
|
|
1510
|
+
"block-buffer 0.10.4",
|
|
1511
|
+
"const-oid 0.9.6",
|
|
1512
|
+
"crypto-common 0.1.7",
|
|
891
1513
|
"subtle",
|
|
892
1514
|
]
|
|
893
1515
|
|
|
1516
|
+
[[package]]
|
|
1517
|
+
name = "digest"
|
|
1518
|
+
version = "0.11.3"
|
|
1519
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1520
|
+
checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2"
|
|
1521
|
+
dependencies = [
|
|
1522
|
+
"block-buffer 0.12.0",
|
|
1523
|
+
"const-oid 0.10.2",
|
|
1524
|
+
"crypto-common 0.2.2",
|
|
1525
|
+
"ctutils",
|
|
1526
|
+
]
|
|
1527
|
+
|
|
894
1528
|
[[package]]
|
|
895
1529
|
name = "dirs"
|
|
896
1530
|
version = "5.0.1"
|
|
@@ -932,6 +1566,12 @@ dependencies = [
|
|
|
932
1566
|
"litrs",
|
|
933
1567
|
]
|
|
934
1568
|
|
|
1569
|
+
[[package]]
|
|
1570
|
+
name = "dunce"
|
|
1571
|
+
version = "1.0.5"
|
|
1572
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1573
|
+
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
|
1574
|
+
|
|
935
1575
|
[[package]]
|
|
936
1576
|
name = "ecdsa"
|
|
937
1577
|
version = "0.16.9"
|
|
@@ -939,8 +1579,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
939
1579
|
checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
|
|
940
1580
|
dependencies = [
|
|
941
1581
|
"der",
|
|
942
|
-
"digest",
|
|
1582
|
+
"digest 0.10.7",
|
|
943
1583
|
"elliptic-curve",
|
|
1584
|
+
"rfc6979",
|
|
944
1585
|
"signature",
|
|
945
1586
|
"spki",
|
|
946
1587
|
]
|
|
@@ -953,9 +1594,10 @@ checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
|
|
|
953
1594
|
|
|
954
1595
|
[[package]]
|
|
955
1596
|
name = "electron-cli"
|
|
956
|
-
version = "0.3.0-alpha.
|
|
1597
|
+
version = "0.3.0-alpha.20"
|
|
957
1598
|
dependencies = [
|
|
958
1599
|
"anyhow",
|
|
1600
|
+
"app-store-connect",
|
|
959
1601
|
"apple-codesign",
|
|
960
1602
|
"apple-dmg",
|
|
961
1603
|
"cab",
|
|
@@ -985,10 +1627,11 @@ checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
|
|
|
985
1627
|
dependencies = [
|
|
986
1628
|
"base16ct",
|
|
987
1629
|
"crypto-bigint",
|
|
988
|
-
"digest",
|
|
1630
|
+
"digest 0.10.7",
|
|
989
1631
|
"ff",
|
|
990
1632
|
"generic-array",
|
|
991
1633
|
"group",
|
|
1634
|
+
"pem-rfc7468",
|
|
992
1635
|
"pkcs8",
|
|
993
1636
|
"rand_core 0.6.4",
|
|
994
1637
|
"sec1",
|
|
@@ -1159,6 +1802,12 @@ version = "0.1.5"
|
|
|
1159
1802
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1160
1803
|
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
1161
1804
|
|
|
1805
|
+
[[package]]
|
|
1806
|
+
name = "foldhash"
|
|
1807
|
+
version = "0.2.0"
|
|
1808
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1809
|
+
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
|
|
1810
|
+
|
|
1162
1811
|
[[package]]
|
|
1163
1812
|
name = "form_urlencoded"
|
|
1164
1813
|
version = "1.2.2"
|
|
@@ -1168,6 +1817,12 @@ dependencies = [
|
|
|
1168
1817
|
"percent-encoding",
|
|
1169
1818
|
]
|
|
1170
1819
|
|
|
1820
|
+
[[package]]
|
|
1821
|
+
name = "fs_extra"
|
|
1822
|
+
version = "1.3.0"
|
|
1823
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1824
|
+
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
|
|
1825
|
+
|
|
1171
1826
|
[[package]]
|
|
1172
1827
|
name = "fscommon"
|
|
1173
1828
|
version = "0.1.1"
|
|
@@ -1362,6 +2017,25 @@ dependencies = [
|
|
|
1362
2017
|
"subtle",
|
|
1363
2018
|
]
|
|
1364
2019
|
|
|
2020
|
+
[[package]]
|
|
2021
|
+
name = "h2"
|
|
2022
|
+
version = "0.3.27"
|
|
2023
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2024
|
+
checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
|
|
2025
|
+
dependencies = [
|
|
2026
|
+
"bytes",
|
|
2027
|
+
"fnv",
|
|
2028
|
+
"futures-core",
|
|
2029
|
+
"futures-sink",
|
|
2030
|
+
"futures-util",
|
|
2031
|
+
"http 0.2.12",
|
|
2032
|
+
"indexmap",
|
|
2033
|
+
"slab",
|
|
2034
|
+
"tokio",
|
|
2035
|
+
"tokio-util",
|
|
2036
|
+
"tracing",
|
|
2037
|
+
]
|
|
2038
|
+
|
|
1365
2039
|
[[package]]
|
|
1366
2040
|
name = "h2"
|
|
1367
2041
|
version = "0.4.14"
|
|
@@ -1373,7 +2047,7 @@ dependencies = [
|
|
|
1373
2047
|
"fnv",
|
|
1374
2048
|
"futures-core",
|
|
1375
2049
|
"futures-sink",
|
|
1376
|
-
"http",
|
|
2050
|
+
"http 1.4.1",
|
|
1377
2051
|
"indexmap",
|
|
1378
2052
|
"slab",
|
|
1379
2053
|
"tokio",
|
|
@@ -1396,7 +2070,18 @@ version = "0.15.5"
|
|
|
1396
2070
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1397
2071
|
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
|
1398
2072
|
dependencies = [
|
|
1399
|
-
"foldhash",
|
|
2073
|
+
"foldhash 0.1.5",
|
|
2074
|
+
]
|
|
2075
|
+
|
|
2076
|
+
[[package]]
|
|
2077
|
+
name = "hashbrown"
|
|
2078
|
+
version = "0.16.1"
|
|
2079
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2080
|
+
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
|
2081
|
+
dependencies = [
|
|
2082
|
+
"allocator-api2",
|
|
2083
|
+
"equivalent",
|
|
2084
|
+
"foldhash 0.2.0",
|
|
1400
2085
|
]
|
|
1401
2086
|
|
|
1402
2087
|
[[package]]
|
|
@@ -1423,7 +2108,7 @@ version = "0.12.4"
|
|
|
1423
2108
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1424
2109
|
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
|
|
1425
2110
|
dependencies = [
|
|
1426
|
-
"hmac",
|
|
2111
|
+
"hmac 0.12.1",
|
|
1427
2112
|
]
|
|
1428
2113
|
|
|
1429
2114
|
[[package]]
|
|
@@ -1432,7 +2117,27 @@ version = "0.12.1"
|
|
|
1432
2117
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1433
2118
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
1434
2119
|
dependencies = [
|
|
1435
|
-
"digest",
|
|
2120
|
+
"digest 0.10.7",
|
|
2121
|
+
]
|
|
2122
|
+
|
|
2123
|
+
[[package]]
|
|
2124
|
+
name = "hmac"
|
|
2125
|
+
version = "0.13.0"
|
|
2126
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2127
|
+
checksum = "6303bc9732ae41b04cb554b844a762b4115a61bfaa81e3e83050991eeb56863f"
|
|
2128
|
+
dependencies = [
|
|
2129
|
+
"digest 0.11.3",
|
|
2130
|
+
]
|
|
2131
|
+
|
|
2132
|
+
[[package]]
|
|
2133
|
+
name = "http"
|
|
2134
|
+
version = "0.2.12"
|
|
2135
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2136
|
+
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
|
2137
|
+
dependencies = [
|
|
2138
|
+
"bytes",
|
|
2139
|
+
"fnv",
|
|
2140
|
+
"itoa",
|
|
1436
2141
|
]
|
|
1437
2142
|
|
|
1438
2143
|
[[package]]
|
|
@@ -1445,6 +2150,17 @@ dependencies = [
|
|
|
1445
2150
|
"itoa",
|
|
1446
2151
|
]
|
|
1447
2152
|
|
|
2153
|
+
[[package]]
|
|
2154
|
+
name = "http-body"
|
|
2155
|
+
version = "0.4.6"
|
|
2156
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2157
|
+
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
|
|
2158
|
+
dependencies = [
|
|
2159
|
+
"bytes",
|
|
2160
|
+
"http 0.2.12",
|
|
2161
|
+
"pin-project-lite",
|
|
2162
|
+
]
|
|
2163
|
+
|
|
1448
2164
|
[[package]]
|
|
1449
2165
|
name = "http-body"
|
|
1450
2166
|
version = "1.0.1"
|
|
@@ -1452,7 +2168,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1452
2168
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
|
1453
2169
|
dependencies = [
|
|
1454
2170
|
"bytes",
|
|
1455
|
-
"http",
|
|
2171
|
+
"http 1.4.1",
|
|
1456
2172
|
]
|
|
1457
2173
|
|
|
1458
2174
|
[[package]]
|
|
@@ -1463,8 +2179,8 @@ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
|
|
|
1463
2179
|
dependencies = [
|
|
1464
2180
|
"bytes",
|
|
1465
2181
|
"futures-core",
|
|
1466
|
-
"http",
|
|
1467
|
-
"http-body",
|
|
2182
|
+
"http 1.4.1",
|
|
2183
|
+
"http-body 1.0.1",
|
|
1468
2184
|
"pin-project-lite",
|
|
1469
2185
|
]
|
|
1470
2186
|
|
|
@@ -1474,6 +2190,45 @@ version = "1.10.1"
|
|
|
1474
2190
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1475
2191
|
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
1476
2192
|
|
|
2193
|
+
[[package]]
|
|
2194
|
+
name = "httpdate"
|
|
2195
|
+
version = "1.0.3"
|
|
2196
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2197
|
+
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
|
2198
|
+
|
|
2199
|
+
[[package]]
|
|
2200
|
+
name = "hybrid-array"
|
|
2201
|
+
version = "0.4.12"
|
|
2202
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2203
|
+
checksum = "9155a582abd142abc056962c29e3ce5ff2ad5469f4246b537ed42c5deba857da"
|
|
2204
|
+
dependencies = [
|
|
2205
|
+
"typenum",
|
|
2206
|
+
]
|
|
2207
|
+
|
|
2208
|
+
[[package]]
|
|
2209
|
+
name = "hyper"
|
|
2210
|
+
version = "0.14.32"
|
|
2211
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2212
|
+
checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
|
|
2213
|
+
dependencies = [
|
|
2214
|
+
"bytes",
|
|
2215
|
+
"futures-channel",
|
|
2216
|
+
"futures-core",
|
|
2217
|
+
"futures-util",
|
|
2218
|
+
"h2 0.3.27",
|
|
2219
|
+
"http 0.2.12",
|
|
2220
|
+
"http-body 0.4.6",
|
|
2221
|
+
"httparse",
|
|
2222
|
+
"httpdate",
|
|
2223
|
+
"itoa",
|
|
2224
|
+
"pin-project-lite",
|
|
2225
|
+
"socket2 0.5.10",
|
|
2226
|
+
"tokio",
|
|
2227
|
+
"tower-service",
|
|
2228
|
+
"tracing",
|
|
2229
|
+
"want",
|
|
2230
|
+
]
|
|
2231
|
+
|
|
1477
2232
|
[[package]]
|
|
1478
2233
|
name = "hyper"
|
|
1479
2234
|
version = "1.10.1"
|
|
@@ -1484,9 +2239,9 @@ dependencies = [
|
|
|
1484
2239
|
"bytes",
|
|
1485
2240
|
"futures-channel",
|
|
1486
2241
|
"futures-core",
|
|
1487
|
-
"h2",
|
|
1488
|
-
"http",
|
|
1489
|
-
"http-body",
|
|
2242
|
+
"h2 0.4.14",
|
|
2243
|
+
"http 1.4.1",
|
|
2244
|
+
"http-body 1.0.1",
|
|
1490
2245
|
"httparse",
|
|
1491
2246
|
"itoa",
|
|
1492
2247
|
"pin-project-lite",
|
|
@@ -1495,19 +2250,34 @@ dependencies = [
|
|
|
1495
2250
|
"want",
|
|
1496
2251
|
]
|
|
1497
2252
|
|
|
2253
|
+
[[package]]
|
|
2254
|
+
name = "hyper-rustls"
|
|
2255
|
+
version = "0.24.2"
|
|
2256
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2257
|
+
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
|
|
2258
|
+
dependencies = [
|
|
2259
|
+
"futures-util",
|
|
2260
|
+
"http 0.2.12",
|
|
2261
|
+
"hyper 0.14.32",
|
|
2262
|
+
"log",
|
|
2263
|
+
"rustls 0.21.12",
|
|
2264
|
+
"tokio",
|
|
2265
|
+
"tokio-rustls 0.24.1",
|
|
2266
|
+
]
|
|
2267
|
+
|
|
1498
2268
|
[[package]]
|
|
1499
2269
|
name = "hyper-rustls"
|
|
1500
2270
|
version = "0.27.9"
|
|
1501
2271
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1502
2272
|
checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
|
|
1503
2273
|
dependencies = [
|
|
1504
|
-
"http",
|
|
1505
|
-
"hyper",
|
|
2274
|
+
"http 1.4.1",
|
|
2275
|
+
"hyper 1.10.1",
|
|
1506
2276
|
"hyper-util",
|
|
1507
|
-
"rustls",
|
|
2277
|
+
"rustls 0.23.40",
|
|
1508
2278
|
"rustls-native-certs 0.8.3",
|
|
1509
2279
|
"tokio",
|
|
1510
|
-
"tokio-rustls",
|
|
2280
|
+
"tokio-rustls 0.26.4",
|
|
1511
2281
|
"tower-service",
|
|
1512
2282
|
"webpki-roots",
|
|
1513
2283
|
]
|
|
@@ -1522,14 +2292,14 @@ dependencies = [
|
|
|
1522
2292
|
"bytes",
|
|
1523
2293
|
"futures-channel",
|
|
1524
2294
|
"futures-util",
|
|
1525
|
-
"http",
|
|
1526
|
-
"http-body",
|
|
1527
|
-
"hyper",
|
|
2295
|
+
"http 1.4.1",
|
|
2296
|
+
"http-body 1.0.1",
|
|
2297
|
+
"hyper 1.10.1",
|
|
1528
2298
|
"ipnet",
|
|
1529
2299
|
"libc",
|
|
1530
2300
|
"percent-encoding",
|
|
1531
2301
|
"pin-project-lite",
|
|
1532
|
-
"socket2",
|
|
2302
|
+
"socket2 0.6.4",
|
|
1533
2303
|
"tokio",
|
|
1534
2304
|
"tower-service",
|
|
1535
2305
|
"tracing",
|
|
@@ -1765,6 +2535,16 @@ dependencies = [
|
|
|
1765
2535
|
"syn 2.0.117",
|
|
1766
2536
|
]
|
|
1767
2537
|
|
|
2538
|
+
[[package]]
|
|
2539
|
+
name = "jobserver"
|
|
2540
|
+
version = "0.1.34"
|
|
2541
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2542
|
+
checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
|
|
2543
|
+
dependencies = [
|
|
2544
|
+
"getrandom 0.3.4",
|
|
2545
|
+
"libc",
|
|
2546
|
+
]
|
|
2547
|
+
|
|
1768
2548
|
[[package]]
|
|
1769
2549
|
name = "js-sys"
|
|
1770
2550
|
version = "0.3.99"
|
|
@@ -1787,13 +2567,28 @@ dependencies = [
|
|
|
1787
2567
|
"ucd-trie",
|
|
1788
2568
|
]
|
|
1789
2569
|
|
|
2570
|
+
[[package]]
|
|
2571
|
+
name = "jsonwebtoken"
|
|
2572
|
+
version = "9.3.1"
|
|
2573
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2574
|
+
checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
|
|
2575
|
+
dependencies = [
|
|
2576
|
+
"base64",
|
|
2577
|
+
"js-sys",
|
|
2578
|
+
"pem",
|
|
2579
|
+
"ring",
|
|
2580
|
+
"serde",
|
|
2581
|
+
"serde_json",
|
|
2582
|
+
"simple_asn1",
|
|
2583
|
+
]
|
|
2584
|
+
|
|
1790
2585
|
[[package]]
|
|
1791
2586
|
name = "keccak"
|
|
1792
2587
|
version = "0.1.6"
|
|
1793
2588
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1794
2589
|
checksum = "cb26cec98cce3a3d96cbb7bced3c4b16e3d13f27ec56dbd62cbc8f39cfb9d653"
|
|
1795
2590
|
dependencies = [
|
|
1796
|
-
"cpufeatures",
|
|
2591
|
+
"cpufeatures 0.2.17",
|
|
1797
2592
|
]
|
|
1798
2593
|
|
|
1799
2594
|
[[package]]
|
|
@@ -1822,7 +2617,7 @@ version = "1.5.0"
|
|
|
1822
2617
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1823
2618
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
1824
2619
|
dependencies = [
|
|
1825
|
-
"spin",
|
|
2620
|
+
"spin 0.9.8",
|
|
1826
2621
|
]
|
|
1827
2622
|
|
|
1828
2623
|
[[package]]
|
|
@@ -1876,6 +2671,15 @@ version = "0.4.30"
|
|
|
1876
2671
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1877
2672
|
checksum = "616ec5685824bcc94416c6d4a7a446eea774a31efd7062c8480ba6fd06d7a6e5"
|
|
1878
2673
|
|
|
2674
|
+
[[package]]
|
|
2675
|
+
name = "lru"
|
|
2676
|
+
version = "0.16.4"
|
|
2677
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2678
|
+
checksum = "7f66e8d5d03f609abc3a39e6f08e4164ebf1447a732906d39eb9b99b7919ef39"
|
|
2679
|
+
dependencies = [
|
|
2680
|
+
"hashbrown 0.16.1",
|
|
2681
|
+
]
|
|
2682
|
+
|
|
1879
2683
|
[[package]]
|
|
1880
2684
|
name = "lru-slab"
|
|
1881
2685
|
version = "0.1.2"
|
|
@@ -1906,7 +2710,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1906
2710
|
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
|
|
1907
2711
|
dependencies = [
|
|
1908
2712
|
"cfg-if",
|
|
1909
|
-
"digest",
|
|
2713
|
+
"digest 0.10.7",
|
|
2714
|
+
]
|
|
2715
|
+
|
|
2716
|
+
[[package]]
|
|
2717
|
+
name = "md-5"
|
|
2718
|
+
version = "0.11.0"
|
|
2719
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2720
|
+
checksum = "69b6441f590336821bb897fb28fc622898ccceb1d6cea3fde5ea86b090c4de98"
|
|
2721
|
+
dependencies = [
|
|
2722
|
+
"cfg-if",
|
|
2723
|
+
"digest 0.11.3",
|
|
1910
2724
|
]
|
|
1911
2725
|
|
|
1912
2726
|
[[package]]
|
|
@@ -2159,6 +2973,12 @@ version = "0.2.0"
|
|
|
2159
2973
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2160
2974
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
2161
2975
|
|
|
2976
|
+
[[package]]
|
|
2977
|
+
name = "outref"
|
|
2978
|
+
version = "0.5.2"
|
|
2979
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2980
|
+
checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
|
|
2981
|
+
|
|
2162
2982
|
[[package]]
|
|
2163
2983
|
name = "p12"
|
|
2164
2984
|
version = "0.6.3"
|
|
@@ -2169,10 +2989,10 @@ dependencies = [
|
|
|
2169
2989
|
"cipher",
|
|
2170
2990
|
"des",
|
|
2171
2991
|
"getrandom 0.2.17",
|
|
2172
|
-
"hmac",
|
|
2992
|
+
"hmac 0.12.1",
|
|
2173
2993
|
"lazy_static",
|
|
2174
2994
|
"rc2",
|
|
2175
|
-
"sha1",
|
|
2995
|
+
"sha1 0.10.6",
|
|
2176
2996
|
"yasna",
|
|
2177
2997
|
]
|
|
2178
2998
|
|
|
@@ -2185,6 +3005,7 @@ dependencies = [
|
|
|
2185
3005
|
"ecdsa",
|
|
2186
3006
|
"elliptic-curve",
|
|
2187
3007
|
"primeorder",
|
|
3008
|
+
"sha2 0.10.9",
|
|
2188
3009
|
]
|
|
2189
3010
|
|
|
2190
3011
|
[[package]]
|
|
@@ -2241,6 +3062,12 @@ version = "0.2.17"
|
|
|
2241
3062
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2242
3063
|
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
|
|
2243
3064
|
|
|
3065
|
+
[[package]]
|
|
3066
|
+
name = "pin-utils"
|
|
3067
|
+
version = "0.1.0"
|
|
3068
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3069
|
+
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
3070
|
+
|
|
2244
3071
|
[[package]]
|
|
2245
3072
|
name = "pkcs1"
|
|
2246
3073
|
version = "0.7.5"
|
|
@@ -2388,8 +3215,8 @@ dependencies = [
|
|
|
2388
3215
|
"quinn-proto",
|
|
2389
3216
|
"quinn-udp",
|
|
2390
3217
|
"rustc-hash",
|
|
2391
|
-
"rustls",
|
|
2392
|
-
"socket2",
|
|
3218
|
+
"rustls 0.23.40",
|
|
3219
|
+
"socket2 0.6.4",
|
|
2393
3220
|
"thiserror 2.0.18",
|
|
2394
3221
|
"tokio",
|
|
2395
3222
|
"tracing",
|
|
@@ -2408,7 +3235,7 @@ dependencies = [
|
|
|
2408
3235
|
"rand 0.9.4",
|
|
2409
3236
|
"ring",
|
|
2410
3237
|
"rustc-hash",
|
|
2411
|
-
"rustls",
|
|
3238
|
+
"rustls 0.23.40",
|
|
2412
3239
|
"rustls-pki-types",
|
|
2413
3240
|
"slab",
|
|
2414
3241
|
"thiserror 2.0.18",
|
|
@@ -2426,7 +3253,7 @@ dependencies = [
|
|
|
2426
3253
|
"cfg_aliases",
|
|
2427
3254
|
"libc",
|
|
2428
3255
|
"once_cell",
|
|
2429
|
-
"socket2",
|
|
3256
|
+
"socket2 0.6.4",
|
|
2430
3257
|
"tracing",
|
|
2431
3258
|
"windows-sys 0.52.0",
|
|
2432
3259
|
]
|
|
@@ -2619,6 +3446,12 @@ dependencies = [
|
|
|
2619
3446
|
"regex-syntax",
|
|
2620
3447
|
]
|
|
2621
3448
|
|
|
3449
|
+
[[package]]
|
|
3450
|
+
name = "regex-lite"
|
|
3451
|
+
version = "0.1.9"
|
|
3452
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3453
|
+
checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973"
|
|
3454
|
+
|
|
2622
3455
|
[[package]]
|
|
2623
3456
|
name = "regex-syntax"
|
|
2624
3457
|
version = "0.8.10"
|
|
@@ -2636,19 +3469,19 @@ dependencies = [
|
|
|
2636
3469
|
"futures-channel",
|
|
2637
3470
|
"futures-core",
|
|
2638
3471
|
"futures-util",
|
|
2639
|
-
"h2",
|
|
2640
|
-
"http",
|
|
2641
|
-
"http-body",
|
|
3472
|
+
"h2 0.4.14",
|
|
3473
|
+
"http 1.4.1",
|
|
3474
|
+
"http-body 1.0.1",
|
|
2642
3475
|
"http-body-util",
|
|
2643
|
-
"hyper",
|
|
2644
|
-
"hyper-rustls",
|
|
3476
|
+
"hyper 1.10.1",
|
|
3477
|
+
"hyper-rustls 0.27.9",
|
|
2645
3478
|
"hyper-util",
|
|
2646
3479
|
"js-sys",
|
|
2647
3480
|
"log",
|
|
2648
3481
|
"percent-encoding",
|
|
2649
3482
|
"pin-project-lite",
|
|
2650
3483
|
"quinn",
|
|
2651
|
-
"rustls",
|
|
3484
|
+
"rustls 0.23.40",
|
|
2652
3485
|
"rustls-native-certs 0.8.3",
|
|
2653
3486
|
"rustls-pki-types",
|
|
2654
3487
|
"serde",
|
|
@@ -2656,7 +3489,7 @@ dependencies = [
|
|
|
2656
3489
|
"serde_urlencoded",
|
|
2657
3490
|
"sync_wrapper",
|
|
2658
3491
|
"tokio",
|
|
2659
|
-
"tokio-rustls",
|
|
3492
|
+
"tokio-rustls 0.26.4",
|
|
2660
3493
|
"tower",
|
|
2661
3494
|
"tower-http",
|
|
2662
3495
|
"tower-service",
|
|
@@ -2667,6 +3500,16 @@ dependencies = [
|
|
|
2667
3500
|
"webpki-roots",
|
|
2668
3501
|
]
|
|
2669
3502
|
|
|
3503
|
+
[[package]]
|
|
3504
|
+
name = "rfc6979"
|
|
3505
|
+
version = "0.4.0"
|
|
3506
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3507
|
+
checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
|
|
3508
|
+
dependencies = [
|
|
3509
|
+
"hmac 0.12.1",
|
|
3510
|
+
"subtle",
|
|
3511
|
+
]
|
|
3512
|
+
|
|
2670
3513
|
[[package]]
|
|
2671
3514
|
name = "ring"
|
|
2672
3515
|
version = "0.17.14"
|
|
@@ -2689,7 +3532,7 @@ checksum = "a5f8c4a1267cbbad96d1e7bf080ca20c669df79f638ef4e6c5e05a38b5d32c96"
|
|
|
2689
3532
|
dependencies = [
|
|
2690
3533
|
"base64",
|
|
2691
3534
|
"bitflags 2.11.1",
|
|
2692
|
-
"digest",
|
|
3535
|
+
"digest 0.10.7",
|
|
2693
3536
|
"enum-display-derive",
|
|
2694
3537
|
"enum-primitive-derive",
|
|
2695
3538
|
"flate2",
|
|
@@ -2702,8 +3545,8 @@ dependencies = [
|
|
|
2702
3545
|
"num-derive",
|
|
2703
3546
|
"num-traits",
|
|
2704
3547
|
"rpm-version",
|
|
2705
|
-
"sha1",
|
|
2706
|
-
"sha2",
|
|
3548
|
+
"sha1 0.10.6",
|
|
3549
|
+
"sha2 0.10.9",
|
|
2707
3550
|
"sha3",
|
|
2708
3551
|
"thiserror 2.0.18",
|
|
2709
3552
|
"zeroize",
|
|
@@ -2721,8 +3564,8 @@ version = "0.9.10"
|
|
|
2721
3564
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2722
3565
|
checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
|
|
2723
3566
|
dependencies = [
|
|
2724
|
-
"const-oid",
|
|
2725
|
-
"digest",
|
|
3567
|
+
"const-oid 0.9.6",
|
|
3568
|
+
"digest 0.10.7",
|
|
2726
3569
|
"num-bigint-dig",
|
|
2727
3570
|
"num-integer",
|
|
2728
3571
|
"num-traits",
|
|
@@ -2772,17 +3615,30 @@ dependencies = [
|
|
|
2772
3615
|
"windows-sys 0.61.2",
|
|
2773
3616
|
]
|
|
2774
3617
|
|
|
3618
|
+
[[package]]
|
|
3619
|
+
name = "rustls"
|
|
3620
|
+
version = "0.21.12"
|
|
3621
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3622
|
+
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
|
3623
|
+
dependencies = [
|
|
3624
|
+
"log",
|
|
3625
|
+
"ring",
|
|
3626
|
+
"rustls-webpki 0.101.7",
|
|
3627
|
+
"sct",
|
|
3628
|
+
]
|
|
3629
|
+
|
|
2775
3630
|
[[package]]
|
|
2776
3631
|
name = "rustls"
|
|
2777
3632
|
version = "0.23.40"
|
|
2778
3633
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2779
3634
|
checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b"
|
|
2780
3635
|
dependencies = [
|
|
3636
|
+
"aws-lc-rs",
|
|
2781
3637
|
"log",
|
|
2782
3638
|
"once_cell",
|
|
2783
3639
|
"ring",
|
|
2784
3640
|
"rustls-pki-types",
|
|
2785
|
-
"rustls-webpki",
|
|
3641
|
+
"rustls-webpki 0.103.13",
|
|
2786
3642
|
"subtle",
|
|
2787
3643
|
"zeroize",
|
|
2788
3644
|
]
|
|
@@ -2831,12 +3687,23 @@ dependencies = [
|
|
|
2831
3687
|
"zeroize",
|
|
2832
3688
|
]
|
|
2833
3689
|
|
|
3690
|
+
[[package]]
|
|
3691
|
+
name = "rustls-webpki"
|
|
3692
|
+
version = "0.101.7"
|
|
3693
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3694
|
+
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
|
3695
|
+
dependencies = [
|
|
3696
|
+
"ring",
|
|
3697
|
+
"untrusted",
|
|
3698
|
+
]
|
|
3699
|
+
|
|
2834
3700
|
[[package]]
|
|
2835
3701
|
name = "rustls-webpki"
|
|
2836
3702
|
version = "0.103.13"
|
|
2837
3703
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2838
3704
|
checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
|
|
2839
3705
|
dependencies = [
|
|
3706
|
+
"aws-lc-rs",
|
|
2840
3707
|
"ring",
|
|
2841
3708
|
"rustls-pki-types",
|
|
2842
3709
|
"untrusted",
|
|
@@ -2901,6 +3768,16 @@ dependencies = [
|
|
|
2901
3768
|
"syn 2.0.117",
|
|
2902
3769
|
]
|
|
2903
3770
|
|
|
3771
|
+
[[package]]
|
|
3772
|
+
name = "sct"
|
|
3773
|
+
version = "0.7.1"
|
|
3774
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3775
|
+
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
|
3776
|
+
dependencies = [
|
|
3777
|
+
"ring",
|
|
3778
|
+
"untrusted",
|
|
3779
|
+
]
|
|
3780
|
+
|
|
2904
3781
|
[[package]]
|
|
2905
3782
|
name = "sec1"
|
|
2906
3783
|
version = "0.7.3"
|
|
@@ -3063,8 +3940,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
3063
3940
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
|
3064
3941
|
dependencies = [
|
|
3065
3942
|
"cfg-if",
|
|
3066
|
-
"cpufeatures",
|
|
3067
|
-
"digest",
|
|
3943
|
+
"cpufeatures 0.2.17",
|
|
3944
|
+
"digest 0.10.7",
|
|
3945
|
+
]
|
|
3946
|
+
|
|
3947
|
+
[[package]]
|
|
3948
|
+
name = "sha1"
|
|
3949
|
+
version = "0.11.0"
|
|
3950
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3951
|
+
checksum = "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214"
|
|
3952
|
+
dependencies = [
|
|
3953
|
+
"cfg-if",
|
|
3954
|
+
"cpufeatures 0.3.0",
|
|
3955
|
+
"digest 0.11.3",
|
|
3068
3956
|
]
|
|
3069
3957
|
|
|
3070
3958
|
[[package]]
|
|
@@ -3080,8 +3968,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
3080
3968
|
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
|
3081
3969
|
dependencies = [
|
|
3082
3970
|
"cfg-if",
|
|
3083
|
-
"cpufeatures",
|
|
3084
|
-
"digest",
|
|
3971
|
+
"cpufeatures 0.2.17",
|
|
3972
|
+
"digest 0.10.7",
|
|
3973
|
+
]
|
|
3974
|
+
|
|
3975
|
+
[[package]]
|
|
3976
|
+
name = "sha2"
|
|
3977
|
+
version = "0.11.0"
|
|
3978
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3979
|
+
checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
|
|
3980
|
+
dependencies = [
|
|
3981
|
+
"cfg-if",
|
|
3982
|
+
"cpufeatures 0.3.0",
|
|
3983
|
+
"digest 0.11.3",
|
|
3085
3984
|
]
|
|
3086
3985
|
|
|
3087
3986
|
[[package]]
|
|
@@ -3090,7 +3989,7 @@ version = "0.10.9"
|
|
|
3090
3989
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3091
3990
|
checksum = "77fd7028345d415a4034cf8777cd4f8ab1851274233b45f84e3d955502d93874"
|
|
3092
3991
|
dependencies = [
|
|
3093
|
-
"digest",
|
|
3992
|
+
"digest 0.10.7",
|
|
3094
3993
|
"keccak",
|
|
3095
3994
|
]
|
|
3096
3995
|
|
|
@@ -3106,13 +4005,23 @@ version = "2.0.1"
|
|
|
3106
4005
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3107
4006
|
checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
|
|
3108
4007
|
|
|
4008
|
+
[[package]]
|
|
4009
|
+
name = "signal-hook-registry"
|
|
4010
|
+
version = "1.4.8"
|
|
4011
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4012
|
+
checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
|
|
4013
|
+
dependencies = [
|
|
4014
|
+
"errno",
|
|
4015
|
+
"libc",
|
|
4016
|
+
]
|
|
4017
|
+
|
|
3109
4018
|
[[package]]
|
|
3110
4019
|
name = "signature"
|
|
3111
4020
|
version = "2.2.0"
|
|
3112
4021
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3113
4022
|
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
|
|
3114
4023
|
dependencies = [
|
|
3115
|
-
"digest",
|
|
4024
|
+
"digest 0.10.7",
|
|
3116
4025
|
"rand_core 0.6.4",
|
|
3117
4026
|
]
|
|
3118
4027
|
|
|
@@ -3134,6 +4043,18 @@ version = "0.11.0"
|
|
|
3134
4043
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3135
4044
|
checksum = "5dd19be0257552dd56d1bb6946f89f193c6e5b9f13cc9327c4bc84a357507c74"
|
|
3136
4045
|
|
|
4046
|
+
[[package]]
|
|
4047
|
+
name = "simple_asn1"
|
|
4048
|
+
version = "0.6.4"
|
|
4049
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4050
|
+
checksum = "0d585997b0ac10be3c5ee635f1bab02d512760d14b7c468801ac8a01d9ae5f1d"
|
|
4051
|
+
dependencies = [
|
|
4052
|
+
"num-bigint",
|
|
4053
|
+
"num-traits",
|
|
4054
|
+
"thiserror 2.0.18",
|
|
4055
|
+
"time",
|
|
4056
|
+
]
|
|
4057
|
+
|
|
3137
4058
|
[[package]]
|
|
3138
4059
|
name = "slab"
|
|
3139
4060
|
version = "0.4.12"
|
|
@@ -3167,6 +4088,16 @@ dependencies = [
|
|
|
3167
4088
|
"syn 2.0.117",
|
|
3168
4089
|
]
|
|
3169
4090
|
|
|
4091
|
+
[[package]]
|
|
4092
|
+
name = "socket2"
|
|
4093
|
+
version = "0.5.10"
|
|
4094
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4095
|
+
checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
|
|
4096
|
+
dependencies = [
|
|
4097
|
+
"libc",
|
|
4098
|
+
"windows-sys 0.52.0",
|
|
4099
|
+
]
|
|
4100
|
+
|
|
3170
4101
|
[[package]]
|
|
3171
4102
|
name = "socket2"
|
|
3172
4103
|
version = "0.6.4"
|
|
@@ -3186,7 +4117,7 @@ dependencies = [
|
|
|
3186
4117
|
"curve25519-dalek",
|
|
3187
4118
|
"hkdf",
|
|
3188
4119
|
"rand_core 0.6.4",
|
|
3189
|
-
"sha2",
|
|
4120
|
+
"sha2 0.10.9",
|
|
3190
4121
|
]
|
|
3191
4122
|
|
|
3192
4123
|
[[package]]
|
|
@@ -3195,6 +4126,12 @@ version = "0.9.8"
|
|
|
3195
4126
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3196
4127
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
3197
4128
|
|
|
4129
|
+
[[package]]
|
|
4130
|
+
name = "spin"
|
|
4131
|
+
version = "0.10.0"
|
|
4132
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4133
|
+
checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
|
|
4134
|
+
|
|
3198
4135
|
[[package]]
|
|
3199
4136
|
name = "spki"
|
|
3200
4137
|
version = "0.7.3"
|
|
@@ -3407,17 +4344,28 @@ dependencies = [
|
|
|
3407
4344
|
"libc",
|
|
3408
4345
|
"mio",
|
|
3409
4346
|
"pin-project-lite",
|
|
3410
|
-
"
|
|
4347
|
+
"signal-hook-registry",
|
|
4348
|
+
"socket2 0.6.4",
|
|
3411
4349
|
"windows-sys 0.61.2",
|
|
3412
4350
|
]
|
|
3413
4351
|
|
|
4352
|
+
[[package]]
|
|
4353
|
+
name = "tokio-rustls"
|
|
4354
|
+
version = "0.24.1"
|
|
4355
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4356
|
+
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
|
4357
|
+
dependencies = [
|
|
4358
|
+
"rustls 0.21.12",
|
|
4359
|
+
"tokio",
|
|
4360
|
+
]
|
|
4361
|
+
|
|
3414
4362
|
[[package]]
|
|
3415
4363
|
name = "tokio-rustls"
|
|
3416
4364
|
version = "0.26.4"
|
|
3417
4365
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3418
4366
|
checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
|
|
3419
4367
|
dependencies = [
|
|
3420
|
-
"rustls",
|
|
4368
|
+
"rustls 0.23.40",
|
|
3421
4369
|
"tokio",
|
|
3422
4370
|
]
|
|
3423
4371
|
|
|
@@ -3499,8 +4447,8 @@ dependencies = [
|
|
|
3499
4447
|
"bitflags 2.11.1",
|
|
3500
4448
|
"bytes",
|
|
3501
4449
|
"futures-util",
|
|
3502
|
-
"http",
|
|
3503
|
-
"http-body",
|
|
4450
|
+
"http 1.4.1",
|
|
4451
|
+
"http-body 1.0.1",
|
|
3504
4452
|
"pin-project-lite",
|
|
3505
4453
|
"tower",
|
|
3506
4454
|
"tower-layer",
|
|
@@ -3527,9 +4475,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
3527
4475
|
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
|
|
3528
4476
|
dependencies = [
|
|
3529
4477
|
"pin-project-lite",
|
|
4478
|
+
"tracing-attributes",
|
|
3530
4479
|
"tracing-core",
|
|
3531
4480
|
]
|
|
3532
4481
|
|
|
4482
|
+
[[package]]
|
|
4483
|
+
name = "tracing-attributes"
|
|
4484
|
+
version = "0.1.31"
|
|
4485
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4486
|
+
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
|
|
4487
|
+
dependencies = [
|
|
4488
|
+
"proc-macro2",
|
|
4489
|
+
"quote",
|
|
4490
|
+
"syn 2.0.117",
|
|
4491
|
+
]
|
|
4492
|
+
|
|
3533
4493
|
[[package]]
|
|
3534
4494
|
name = "tracing-core"
|
|
3535
4495
|
version = "0.1.36"
|
|
@@ -3554,14 +4514,14 @@ dependencies = [
|
|
|
3554
4514
|
"byteorder",
|
|
3555
4515
|
"bytes",
|
|
3556
4516
|
"data-encoding",
|
|
3557
|
-
"http",
|
|
4517
|
+
"http 1.4.1",
|
|
3558
4518
|
"httparse",
|
|
3559
4519
|
"log",
|
|
3560
4520
|
"rand 0.8.6",
|
|
3561
|
-
"rustls",
|
|
4521
|
+
"rustls 0.23.40",
|
|
3562
4522
|
"rustls-native-certs 0.7.3",
|
|
3563
4523
|
"rustls-pki-types",
|
|
3564
|
-
"sha1",
|
|
4524
|
+
"sha1 0.10.6",
|
|
3565
4525
|
"thiserror 1.0.69",
|
|
3566
4526
|
"utf-8",
|
|
3567
4527
|
]
|
|
@@ -3659,7 +4619,7 @@ dependencies = [
|
|
|
3659
4619
|
"flate2",
|
|
3660
4620
|
"log",
|
|
3661
4621
|
"percent-encoding",
|
|
3662
|
-
"rustls",
|
|
4622
|
+
"rustls 0.23.40",
|
|
3663
4623
|
"rustls-pki-types",
|
|
3664
4624
|
"serde",
|
|
3665
4625
|
"serde_json",
|
|
@@ -3675,7 +4635,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
3675
4635
|
checksum = "e994ba84b0bd1b1b0cf92878b7ef898a5c1760108fe7b6010327e274917a808c"
|
|
3676
4636
|
dependencies = [
|
|
3677
4637
|
"base64",
|
|
3678
|
-
"http",
|
|
4638
|
+
"http 1.4.1",
|
|
3679
4639
|
"httparse",
|
|
3680
4640
|
"log",
|
|
3681
4641
|
]
|
|
@@ -3692,6 +4652,12 @@ dependencies = [
|
|
|
3692
4652
|
"serde",
|
|
3693
4653
|
]
|
|
3694
4654
|
|
|
4655
|
+
[[package]]
|
|
4656
|
+
name = "urlencoding"
|
|
4657
|
+
version = "2.1.3"
|
|
4658
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4659
|
+
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
|
4660
|
+
|
|
3695
4661
|
[[package]]
|
|
3696
4662
|
name = "utf-8"
|
|
3697
4663
|
version = "0.7.6"
|
|
@@ -3734,6 +4700,12 @@ version = "0.9.5"
|
|
|
3734
4700
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3735
4701
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
3736
4702
|
|
|
4703
|
+
[[package]]
|
|
4704
|
+
name = "vsimd"
|
|
4705
|
+
version = "0.8.0"
|
|
4706
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4707
|
+
checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
|
|
4708
|
+
|
|
3737
4709
|
[[package]]
|
|
3738
4710
|
name = "walkdir"
|
|
3739
4711
|
version = "2.5.0"
|
|
@@ -4363,6 +5335,12 @@ version = "0.8.28"
|
|
|
4363
5335
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4364
5336
|
checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
|
|
4365
5337
|
|
|
5338
|
+
[[package]]
|
|
5339
|
+
name = "xmlparser"
|
|
5340
|
+
version = "0.13.6"
|
|
5341
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5342
|
+
checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
|
|
5343
|
+
|
|
4366
5344
|
[[package]]
|
|
4367
5345
|
name = "xz2"
|
|
4368
5346
|
version = "0.1.7"
|