electron-cli 0.3.0-alpha.10 → 0.3.0-alpha.11

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 CHANGED
@@ -53,7 +53,7 @@ version = "1.1.5"
53
53
  source = "registry+https://github.com/rust-lang/crates.io-index"
54
54
  checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
55
55
  dependencies = [
56
- "windows-sys",
56
+ "windows-sys 0.61.2",
57
57
  ]
58
58
 
59
59
  [[package]]
@@ -64,7 +64,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
64
64
  dependencies = [
65
65
  "anstyle",
66
66
  "once_cell_polyfill",
67
- "windows-sys",
67
+ "windows-sys 0.61.2",
68
68
  ]
69
69
 
70
70
  [[package]]
@@ -138,6 +138,12 @@ version = "1.5.0"
138
138
  source = "registry+https://github.com/rust-lang/crates.io-index"
139
139
  checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
140
140
 
141
+ [[package]]
142
+ name = "bytes"
143
+ version = "1.11.1"
144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
145
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
146
+
141
147
  [[package]]
142
148
  name = "camino"
143
149
  version = "1.2.2"
@@ -222,6 +228,35 @@ version = "1.0.5"
222
228
  source = "registry+https://github.com/rust-lang/crates.io-index"
223
229
  checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
224
230
 
231
+ [[package]]
232
+ name = "cookie"
233
+ version = "0.18.1"
234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
235
+ checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
236
+ dependencies = [
237
+ "percent-encoding",
238
+ "time",
239
+ "version_check",
240
+ ]
241
+
242
+ [[package]]
243
+ name = "cookie_store"
244
+ version = "0.22.1"
245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
246
+ checksum = "15b2c103cf610ec6cae3da84a766285b42fd16aad564758459e6ecf128c75206"
247
+ dependencies = [
248
+ "cookie",
249
+ "document-features",
250
+ "idna",
251
+ "indexmap",
252
+ "log",
253
+ "serde",
254
+ "serde_derive",
255
+ "serde_json",
256
+ "time",
257
+ "url",
258
+ ]
259
+
225
260
  [[package]]
226
261
  name = "core-foundation-sys"
227
262
  version = "0.8.7"
@@ -290,6 +325,26 @@ dependencies = [
290
325
  "crypto-common",
291
326
  ]
292
327
 
328
+ [[package]]
329
+ name = "displaydoc"
330
+ version = "0.2.6"
331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
332
+ checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
333
+ dependencies = [
334
+ "proc-macro2",
335
+ "quote",
336
+ "syn 2.0.117",
337
+ ]
338
+
339
+ [[package]]
340
+ name = "document-features"
341
+ version = "0.2.12"
342
+ source = "registry+https://github.com/rust-lang/crates.io-index"
343
+ checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
344
+ dependencies = [
345
+ "litrs",
346
+ ]
347
+
293
348
  [[package]]
294
349
  name = "either"
295
350
  version = "1.16.0"
@@ -298,7 +353,7 @@ checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
298
353
 
299
354
  [[package]]
300
355
  name = "electron-cli"
301
- version = "0.3.0-alpha.10"
356
+ version = "0.3.0-alpha.11"
302
357
  dependencies = [
303
358
  "anyhow",
304
359
  "apple-dmg",
@@ -313,6 +368,7 @@ dependencies = [
313
368
  "serde",
314
369
  "serde_json",
315
370
  "tar",
371
+ "ureq",
316
372
  "zip",
317
373
  ]
318
374
 
@@ -351,7 +407,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
351
407
  checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
352
408
  dependencies = [
353
409
  "libc",
354
- "windows-sys",
410
+ "windows-sys 0.61.2",
355
411
  ]
356
412
 
357
413
  [[package]]
@@ -399,6 +455,15 @@ version = "0.1.5"
399
455
  source = "registry+https://github.com/rust-lang/crates.io-index"
400
456
  checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
401
457
 
458
+ [[package]]
459
+ name = "form_urlencoded"
460
+ version = "1.2.2"
461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
462
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
463
+ dependencies = [
464
+ "percent-encoding",
465
+ ]
466
+
402
467
  [[package]]
403
468
  name = "fscommon"
404
469
  version = "0.1.1"
@@ -505,6 +570,22 @@ version = "0.4.3"
505
570
  source = "registry+https://github.com/rust-lang/crates.io-index"
506
571
  checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
507
572
 
573
+ [[package]]
574
+ name = "http"
575
+ version = "1.4.1"
576
+ source = "registry+https://github.com/rust-lang/crates.io-index"
577
+ checksum = "8be7462df143984c4598a256ef469b251d7d7f9e271135073e78fc535414f3d0"
578
+ dependencies = [
579
+ "bytes",
580
+ "itoa",
581
+ ]
582
+
583
+ [[package]]
584
+ name = "httparse"
585
+ version = "1.10.1"
586
+ source = "registry+https://github.com/rust-lang/crates.io-index"
587
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
588
+
508
589
  [[package]]
509
590
  name = "iana-time-zone"
510
591
  version = "0.1.65"
@@ -529,12 +610,115 @@ dependencies = [
529
610
  "cc",
530
611
  ]
531
612
 
613
+ [[package]]
614
+ name = "icu_collections"
615
+ version = "2.2.0"
616
+ source = "registry+https://github.com/rust-lang/crates.io-index"
617
+ checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
618
+ dependencies = [
619
+ "displaydoc",
620
+ "potential_utf",
621
+ "utf8_iter",
622
+ "yoke",
623
+ "zerofrom",
624
+ "zerovec",
625
+ ]
626
+
627
+ [[package]]
628
+ name = "icu_locale_core"
629
+ version = "2.2.0"
630
+ source = "registry+https://github.com/rust-lang/crates.io-index"
631
+ checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
632
+ dependencies = [
633
+ "displaydoc",
634
+ "litemap",
635
+ "tinystr",
636
+ "writeable",
637
+ "zerovec",
638
+ ]
639
+
640
+ [[package]]
641
+ name = "icu_normalizer"
642
+ version = "2.2.0"
643
+ source = "registry+https://github.com/rust-lang/crates.io-index"
644
+ checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
645
+ dependencies = [
646
+ "icu_collections",
647
+ "icu_normalizer_data",
648
+ "icu_properties",
649
+ "icu_provider",
650
+ "smallvec",
651
+ "zerovec",
652
+ ]
653
+
654
+ [[package]]
655
+ name = "icu_normalizer_data"
656
+ version = "2.2.0"
657
+ source = "registry+https://github.com/rust-lang/crates.io-index"
658
+ checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
659
+
660
+ [[package]]
661
+ name = "icu_properties"
662
+ version = "2.2.0"
663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
664
+ checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
665
+ dependencies = [
666
+ "icu_collections",
667
+ "icu_locale_core",
668
+ "icu_properties_data",
669
+ "icu_provider",
670
+ "zerotrie",
671
+ "zerovec",
672
+ ]
673
+
674
+ [[package]]
675
+ name = "icu_properties_data"
676
+ version = "2.2.0"
677
+ source = "registry+https://github.com/rust-lang/crates.io-index"
678
+ checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
679
+
680
+ [[package]]
681
+ name = "icu_provider"
682
+ version = "2.2.0"
683
+ source = "registry+https://github.com/rust-lang/crates.io-index"
684
+ checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
685
+ dependencies = [
686
+ "displaydoc",
687
+ "icu_locale_core",
688
+ "writeable",
689
+ "yoke",
690
+ "zerofrom",
691
+ "zerotrie",
692
+ "zerovec",
693
+ ]
694
+
532
695
  [[package]]
533
696
  name = "id-arena"
534
697
  version = "2.3.0"
535
698
  source = "registry+https://github.com/rust-lang/crates.io-index"
536
699
  checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
537
700
 
701
+ [[package]]
702
+ name = "idna"
703
+ version = "1.1.0"
704
+ source = "registry+https://github.com/rust-lang/crates.io-index"
705
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
706
+ dependencies = [
707
+ "idna_adapter",
708
+ "smallvec",
709
+ "utf8_iter",
710
+ ]
711
+
712
+ [[package]]
713
+ name = "idna_adapter"
714
+ version = "1.2.2"
715
+ source = "registry+https://github.com/rust-lang/crates.io-index"
716
+ checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
717
+ dependencies = [
718
+ "icu_normalizer",
719
+ "icu_properties",
720
+ ]
721
+
538
722
  [[package]]
539
723
  name = "indexmap"
540
724
  version = "2.14.0"
@@ -607,6 +791,18 @@ version = "0.12.1"
607
791
  source = "registry+https://github.com/rust-lang/crates.io-index"
608
792
  checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
609
793
 
794
+ [[package]]
795
+ name = "litemap"
796
+ version = "0.8.2"
797
+ source = "registry+https://github.com/rust-lang/crates.io-index"
798
+ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
799
+
800
+ [[package]]
801
+ name = "litrs"
802
+ version = "1.0.0"
803
+ source = "registry+https://github.com/rust-lang/crates.io-index"
804
+ checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
805
+
610
806
  [[package]]
611
807
  name = "log"
612
808
  version = "0.4.30"
@@ -746,6 +942,12 @@ version = "1.70.2"
746
942
  source = "registry+https://github.com/rust-lang/crates.io-index"
747
943
  checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
748
944
 
945
+ [[package]]
946
+ name = "percent-encoding"
947
+ version = "2.3.2"
948
+ source = "registry+https://github.com/rust-lang/crates.io-index"
949
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
950
+
749
951
  [[package]]
750
952
  name = "pin-project-lite"
751
953
  version = "0.2.17"
@@ -765,6 +967,15 @@ dependencies = [
765
967
  "time",
766
968
  ]
767
969
 
970
+ [[package]]
971
+ name = "potential_utf"
972
+ version = "0.1.5"
973
+ source = "registry+https://github.com/rust-lang/crates.io-index"
974
+ checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
975
+ dependencies = [
976
+ "zerovec",
977
+ ]
978
+
768
979
  [[package]]
769
980
  name = "powerfmt"
770
981
  version = "0.2.0"
@@ -814,6 +1025,20 @@ version = "6.0.0"
814
1025
  source = "registry+https://github.com/rust-lang/crates.io-index"
815
1026
  checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
816
1027
 
1028
+ [[package]]
1029
+ name = "ring"
1030
+ version = "0.17.14"
1031
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1032
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1033
+ dependencies = [
1034
+ "cc",
1035
+ "cfg-if",
1036
+ "getrandom 0.2.17",
1037
+ "libc",
1038
+ "untrusted",
1039
+ "windows-sys 0.52.0",
1040
+ ]
1041
+
817
1042
  [[package]]
818
1043
  name = "rpm"
819
1044
  version = "0.24.0"
@@ -858,7 +1083,42 @@ dependencies = [
858
1083
  "errno",
859
1084
  "libc",
860
1085
  "linux-raw-sys",
861
- "windows-sys",
1086
+ "windows-sys 0.61.2",
1087
+ ]
1088
+
1089
+ [[package]]
1090
+ name = "rustls"
1091
+ version = "0.23.40"
1092
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1093
+ checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b"
1094
+ dependencies = [
1095
+ "log",
1096
+ "once_cell",
1097
+ "ring",
1098
+ "rustls-pki-types",
1099
+ "rustls-webpki",
1100
+ "subtle",
1101
+ "zeroize",
1102
+ ]
1103
+
1104
+ [[package]]
1105
+ name = "rustls-pki-types"
1106
+ version = "1.14.1"
1107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1108
+ checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9"
1109
+ dependencies = [
1110
+ "zeroize",
1111
+ ]
1112
+
1113
+ [[package]]
1114
+ name = "rustls-webpki"
1115
+ version = "0.103.13"
1116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1117
+ checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
1118
+ dependencies = [
1119
+ "ring",
1120
+ "rustls-pki-types",
1121
+ "untrusted",
862
1122
  ]
863
1123
 
864
1124
  [[package]]
@@ -982,12 +1242,30 @@ version = "0.4.12"
982
1242
  source = "registry+https://github.com/rust-lang/crates.io-index"
983
1243
  checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
984
1244
 
1245
+ [[package]]
1246
+ name = "smallvec"
1247
+ version = "1.15.1"
1248
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1249
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1250
+
1251
+ [[package]]
1252
+ name = "stable_deref_trait"
1253
+ version = "1.2.1"
1254
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1255
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1256
+
985
1257
  [[package]]
986
1258
  name = "strsim"
987
1259
  version = "0.11.1"
988
1260
  source = "registry+https://github.com/rust-lang/crates.io-index"
989
1261
  checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
990
1262
 
1263
+ [[package]]
1264
+ name = "subtle"
1265
+ version = "2.6.1"
1266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1267
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1268
+
991
1269
  [[package]]
992
1270
  name = "syn"
993
1271
  version = "1.0.109"
@@ -1010,6 +1288,17 @@ dependencies = [
1010
1288
  "unicode-ident",
1011
1289
  ]
1012
1290
 
1291
+ [[package]]
1292
+ name = "synstructure"
1293
+ version = "0.13.2"
1294
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1295
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1296
+ dependencies = [
1297
+ "proc-macro2",
1298
+ "quote",
1299
+ "syn 2.0.117",
1300
+ ]
1301
+
1013
1302
  [[package]]
1014
1303
  name = "tar"
1015
1304
  version = "0.4.46"
@@ -1072,6 +1361,16 @@ dependencies = [
1072
1361
  "time-core",
1073
1362
  ]
1074
1363
 
1364
+ [[package]]
1365
+ name = "tinystr"
1366
+ version = "0.8.3"
1367
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1368
+ checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
1369
+ dependencies = [
1370
+ "displaydoc",
1371
+ "zerovec",
1372
+ ]
1373
+
1075
1374
  [[package]]
1076
1375
  name = "typed-path"
1077
1376
  version = "0.12.3"
@@ -1096,6 +1395,68 @@ version = "0.2.6"
1096
1395
  source = "registry+https://github.com/rust-lang/crates.io-index"
1097
1396
  checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
1098
1397
 
1398
+ [[package]]
1399
+ name = "untrusted"
1400
+ version = "0.9.0"
1401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1402
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1403
+
1404
+ [[package]]
1405
+ name = "ureq"
1406
+ version = "3.3.0"
1407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1408
+ checksum = "dea7109cdcd5864d4eeb1b58a1648dc9bf520360d7af16ec26d0a9354bafcfc0"
1409
+ dependencies = [
1410
+ "base64",
1411
+ "cookie_store",
1412
+ "flate2",
1413
+ "log",
1414
+ "percent-encoding",
1415
+ "rustls",
1416
+ "rustls-pki-types",
1417
+ "serde",
1418
+ "serde_json",
1419
+ "ureq-proto",
1420
+ "utf8-zero",
1421
+ "webpki-roots",
1422
+ ]
1423
+
1424
+ [[package]]
1425
+ name = "ureq-proto"
1426
+ version = "0.6.0"
1427
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1428
+ checksum = "e994ba84b0bd1b1b0cf92878b7ef898a5c1760108fe7b6010327e274917a808c"
1429
+ dependencies = [
1430
+ "base64",
1431
+ "http",
1432
+ "httparse",
1433
+ "log",
1434
+ ]
1435
+
1436
+ [[package]]
1437
+ name = "url"
1438
+ version = "2.5.8"
1439
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1440
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
1441
+ dependencies = [
1442
+ "form_urlencoded",
1443
+ "idna",
1444
+ "percent-encoding",
1445
+ "serde",
1446
+ ]
1447
+
1448
+ [[package]]
1449
+ name = "utf8-zero"
1450
+ version = "0.8.1"
1451
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1452
+ checksum = "b8c0a043c9540bae7c578c88f91dda8bd82e59ae27c21baca69c8b191aaf5a6e"
1453
+
1454
+ [[package]]
1455
+ name = "utf8_iter"
1456
+ version = "1.0.4"
1457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1458
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1459
+
1099
1460
  [[package]]
1100
1461
  name = "utf8parse"
1101
1462
  version = "0.2.2"
@@ -1222,6 +1583,15 @@ dependencies = [
1222
1583
  "semver",
1223
1584
  ]
1224
1585
 
1586
+ [[package]]
1587
+ name = "webpki-roots"
1588
+ version = "1.0.7"
1589
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1590
+ checksum = "52f5ee44c96cf55f1b349600768e3ece3a8f26010c05265ab73f945bb1a2eb9d"
1591
+ dependencies = [
1592
+ "rustls-pki-types",
1593
+ ]
1594
+
1225
1595
  [[package]]
1226
1596
  name = "windows-core"
1227
1597
  version = "0.62.2"
@@ -1281,6 +1651,15 @@ dependencies = [
1281
1651
  "windows-link",
1282
1652
  ]
1283
1653
 
1654
+ [[package]]
1655
+ name = "windows-sys"
1656
+ version = "0.52.0"
1657
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1658
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1659
+ dependencies = [
1660
+ "windows-targets",
1661
+ ]
1662
+
1284
1663
  [[package]]
1285
1664
  name = "windows-sys"
1286
1665
  version = "0.61.2"
@@ -1290,6 +1669,70 @@ dependencies = [
1290
1669
  "windows-link",
1291
1670
  ]
1292
1671
 
1672
+ [[package]]
1673
+ name = "windows-targets"
1674
+ version = "0.52.6"
1675
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1676
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1677
+ dependencies = [
1678
+ "windows_aarch64_gnullvm",
1679
+ "windows_aarch64_msvc",
1680
+ "windows_i686_gnu",
1681
+ "windows_i686_gnullvm",
1682
+ "windows_i686_msvc",
1683
+ "windows_x86_64_gnu",
1684
+ "windows_x86_64_gnullvm",
1685
+ "windows_x86_64_msvc",
1686
+ ]
1687
+
1688
+ [[package]]
1689
+ name = "windows_aarch64_gnullvm"
1690
+ version = "0.52.6"
1691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1692
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1693
+
1694
+ [[package]]
1695
+ name = "windows_aarch64_msvc"
1696
+ version = "0.52.6"
1697
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1698
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1699
+
1700
+ [[package]]
1701
+ name = "windows_i686_gnu"
1702
+ version = "0.52.6"
1703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1704
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1705
+
1706
+ [[package]]
1707
+ name = "windows_i686_gnullvm"
1708
+ version = "0.52.6"
1709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1710
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1711
+
1712
+ [[package]]
1713
+ name = "windows_i686_msvc"
1714
+ version = "0.52.6"
1715
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1716
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1717
+
1718
+ [[package]]
1719
+ name = "windows_x86_64_gnu"
1720
+ version = "0.52.6"
1721
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1722
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1723
+
1724
+ [[package]]
1725
+ name = "windows_x86_64_gnullvm"
1726
+ version = "0.52.6"
1727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1728
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1729
+
1730
+ [[package]]
1731
+ name = "windows_x86_64_msvc"
1732
+ version = "0.52.6"
1733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1734
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1735
+
1293
1736
  [[package]]
1294
1737
  name = "wit-bindgen"
1295
1738
  version = "0.51.0"
@@ -1384,6 +1827,12 @@ dependencies = [
1384
1827
  "wasmparser",
1385
1828
  ]
1386
1829
 
1830
+ [[package]]
1831
+ name = "writeable"
1832
+ version = "0.6.3"
1833
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1834
+ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
1835
+
1387
1836
  [[package]]
1388
1837
  name = "xattr"
1389
1838
  version = "1.6.1"
@@ -1394,12 +1843,89 @@ dependencies = [
1394
1843
  "rustix",
1395
1844
  ]
1396
1845
 
1846
+ [[package]]
1847
+ name = "yoke"
1848
+ version = "0.8.2"
1849
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1850
+ checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
1851
+ dependencies = [
1852
+ "stable_deref_trait",
1853
+ "yoke-derive",
1854
+ "zerofrom",
1855
+ ]
1856
+
1857
+ [[package]]
1858
+ name = "yoke-derive"
1859
+ version = "0.8.2"
1860
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1861
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
1862
+ dependencies = [
1863
+ "proc-macro2",
1864
+ "quote",
1865
+ "syn 2.0.117",
1866
+ "synstructure",
1867
+ ]
1868
+
1869
+ [[package]]
1870
+ name = "zerofrom"
1871
+ version = "0.1.8"
1872
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1873
+ checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
1874
+ dependencies = [
1875
+ "zerofrom-derive",
1876
+ ]
1877
+
1878
+ [[package]]
1879
+ name = "zerofrom-derive"
1880
+ version = "0.1.7"
1881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1882
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
1883
+ dependencies = [
1884
+ "proc-macro2",
1885
+ "quote",
1886
+ "syn 2.0.117",
1887
+ "synstructure",
1888
+ ]
1889
+
1397
1890
  [[package]]
1398
1891
  name = "zeroize"
1399
1892
  version = "1.8.2"
1400
1893
  source = "registry+https://github.com/rust-lang/crates.io-index"
1401
1894
  checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
1402
1895
 
1896
+ [[package]]
1897
+ name = "zerotrie"
1898
+ version = "0.2.4"
1899
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1900
+ checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
1901
+ dependencies = [
1902
+ "displaydoc",
1903
+ "yoke",
1904
+ "zerofrom",
1905
+ ]
1906
+
1907
+ [[package]]
1908
+ name = "zerovec"
1909
+ version = "0.11.6"
1910
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1911
+ checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
1912
+ dependencies = [
1913
+ "yoke",
1914
+ "zerofrom",
1915
+ "zerovec-derive",
1916
+ ]
1917
+
1918
+ [[package]]
1919
+ name = "zerovec-derive"
1920
+ version = "0.11.3"
1921
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1922
+ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
1923
+ dependencies = [
1924
+ "proc-macro2",
1925
+ "quote",
1926
+ "syn 2.0.117",
1927
+ ]
1928
+
1403
1929
  [[package]]
1404
1930
  name = "zip"
1405
1931
  version = "8.6.0"