77 "nom 7.1.3",77 "nom 7.1.3",
78 "num-traits",78 "num-traits",
79 "pin-project",79 "pin-project",
80 "rand 0.8.5",80 "rand 0.8.6",
81 "rsa",81 "rsa",
82 "rust-embed",82 "rust-embed",
83 "scrypt",83 "scrypt",
101 "hkdf",101 "hkdf",
102 "io_tee",102 "io_tee",
103 "nom 7.1.3",103 "nom 7.1.3",
104 "rand 0.8.5",104 "rand 0.8.6",
105 "secrecy",105 "secrecy",
106 "sha2",106 "sha2",
107 "tempfile",107 "tempfile",
127127
128[[package]]128[[package]]
129name = "anstream"129name = "anstream"
130version = "0.6.21"130version = "1.0.0"
131source = "registry+https://github.com/rust-lang/crates.io-index"131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"132checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
133dependencies = [133dependencies = [
134 "anstyle",134 "anstyle",
135 "anstyle-parse",135 "anstyle-parse",
142142
143[[package]]143[[package]]
144name = "anstyle"144name = "anstyle"
145version = "1.0.13"145version = "1.0.14"
146source = "registry+https://github.com/rust-lang/crates.io-index"146source = "registry+https://github.com/rust-lang/crates.io-index"
147checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"147checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
148148
149[[package]]149[[package]]
150name = "anstyle-parse"150name = "anstyle-parse"
151version = "0.2.7"151version = "1.0.0"
152source = "registry+https://github.com/rust-lang/crates.io-index"152source = "registry+https://github.com/rust-lang/crates.io-index"
153checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"153checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
154dependencies = [154dependencies = [
155 "utf8parse",155 "utf8parse",
156]156]
183183
184[[package]]184[[package]]
185name = "arc-swap"185name = "arc-swap"
186version = "1.8.2"186version = "1.9.1"
187source = "registry+https://github.com/rust-lang/crates.io-index"187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "f9f3647c145568cec02c42054e07bdf9a5a698e15b466fb2341bfc393cd24aa5"188checksum = "6a3a1fd6f75306b68087b831f025c712524bcb19aad54e557b1129cfa0a2b207"
189dependencies = [189dependencies = [
190 "rustversion",190 "rustversion",
191]191]
358 "proc-macro2",358 "proc-macro2",
359 "quote",359 "quote",
360 "regex",360 "regex",
361 "rustc-hash 2.1.1",361 "rustc-hash 2.1.2",
362 "shlex",362 "shlex",
363 "syn",363 "syn",
364]364]
365365
366[[package]]366[[package]]
367name = "bitflags"367name = "bitflags"
368version = "2.11.0"368version = "2.11.1"
369source = "registry+https://github.com/rust-lang/crates.io-index"369source = "registry+https://github.com/rust-lang/crates.io-index"
370checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"370checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
371371
372[[package]]372[[package]]
373name = "block-buffer"373name = "block-buffer"
432432
433[[package]]433[[package]]
434name = "cc"434name = "cc"
435version = "1.2.56"435version = "1.2.60"
436source = "registry+https://github.com/rust-lang/crates.io-index"436source = "registry+https://github.com/rust-lang/crates.io-index"
437checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2"437checksum = "43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20"
438dependencies = [438dependencies = [
439 "find-msvc-tools",439 "find-msvc-tools",
440 "shlex",440 "shlex",
480dependencies = [480dependencies = [
481 "cfg-if",481 "cfg-if",
482 "cpufeatures 0.3.0",482 "cpufeatures 0.3.0",
483 "rand_core 0.10.0",483 "rand_core 0.10.1",
484]484]
485485
486[[package]]486[[package]]
534534
535[[package]]535[[package]]
536name = "clap"536name = "clap"
537version = "4.5.60"537version = "4.6.1"
538source = "registry+https://github.com/rust-lang/crates.io-index"538source = "registry+https://github.com/rust-lang/crates.io-index"
539checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a"539checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
540dependencies = [540dependencies = [
541 "clap_builder",541 "clap_builder",
542 "clap_derive",542 "clap_derive",
543]543]
544544
545[[package]]545[[package]]
546name = "clap_builder"546name = "clap_builder"
547version = "4.5.60"547version = "4.6.0"
548source = "registry+https://github.com/rust-lang/crates.io-index"548source = "registry+https://github.com/rust-lang/crates.io-index"
549checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876"549checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
550dependencies = [550dependencies = [
551 "anstream",551 "anstream",
552 "anstyle",552 "anstyle",
559559
560[[package]]560[[package]]
561name = "clap_complete"561name = "clap_complete"
562version = "4.5.66"562version = "4.6.2"
563source = "registry+https://github.com/rust-lang/crates.io-index"563source = "registry+https://github.com/rust-lang/crates.io-index"
564checksum = "c757a3b7e39161a4e56f9365141ada2a6c915a8622c408ab6bb4b5d047371031"564checksum = "3ff7a1dccbdd8b078c2bdebff47e404615151534d5043da397ec50286816f9cb"
565dependencies = [565dependencies = [
566 "clap",566 "clap",
567]567]
568568
569[[package]]569[[package]]
570name = "clap_derive"570name = "clap_derive"
571version = "4.5.55"571version = "4.6.1"
572source = "registry+https://github.com/rust-lang/crates.io-index"572source = "registry+https://github.com/rust-lang/crates.io-index"
573checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5"573checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
574dependencies = [574dependencies = [
575 "heck",575 "heck",
576 "proc-macro2",576 "proc-macro2",
580580
581[[package]]581[[package]]
582name = "clap_lex"582name = "clap_lex"
583version = "1.0.0"583version = "1.1.0"
584source = "registry+https://github.com/rust-lang/crates.io-index"584source = "registry+https://github.com/rust-lang/crates.io-index"
585checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831"585checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
586586
587[[package]]587[[package]]
588name = "codespan-reporting"588name = "codespan-reporting"
597597
598[[package]]598[[package]]
599name = "colorchoice"599name = "colorchoice"
600version = "1.0.4"600version = "1.0.5"
601source = "registry+https://github.com/rust-lang/crates.io-index"601source = "registry+https://github.com/rust-lang/crates.io-index"
602checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"602checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
603603
604[[package]]604[[package]]
605name = "console"605name = "console"
606version = "0.16.2"606version = "0.16.3"
607source = "registry+https://github.com/rust-lang/crates.io-index"607source = "registry+https://github.com/rust-lang/crates.io-index"
608checksum = "03e45a4a8926227e4197636ba97a9fc9b00477e9f4bd711395687c5f0734bec4"608checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87"
609dependencies = [609dependencies = [
610 "encode_unicode",610 "encode_unicode",
611 "libc",611 "libc",
612 "once_cell",
613 "unicode-width",612 "unicode-width",
614 "windows-sys 0.61.2",613 "windows-sys 0.61.2",
615]614]
760dependencies = [759dependencies = [
761 "cc",760 "cc",
762 "codespan-reporting",761 "codespan-reporting",
763 "indexmap 2.13.0",762 "indexmap 2.14.0",
764 "proc-macro2",763 "proc-macro2",
765 "quote",764 "quote",
766 "scratch",765 "scratch",
775dependencies = [774dependencies = [
776 "clap",775 "clap",
777 "codespan-reporting",776 "codespan-reporting",
778 "indexmap 2.13.0",777 "indexmap 2.14.0",
779 "proc-macro2",778 "proc-macro2",
780 "quote",779 "quote",
781 "syn",780 "syn",
793source = "registry+https://github.com/rust-lang/crates.io-index"792source = "registry+https://github.com/rust-lang/crates.io-index"
794checksum = "e6acc6b5822b9526adfb4fc377b67128fdd60aac757cc4a741a6278603f763cf"793checksum = "e6acc6b5822b9526adfb4fc377b67128fdd60aac757cc4a741a6278603f763cf"
795dependencies = [794dependencies = [
796 "indexmap 2.13.0",795 "indexmap 2.14.0",
797 "proc-macro2",796 "proc-macro2",
798 "quote",797 "quote",
799 "syn",798 "syn",
880879
881[[package]]880[[package]]
882name = "env_filter"881name = "env_filter"
883version = "1.0.0"882version = "1.0.1"
884source = "registry+https://github.com/rust-lang/crates.io-index"883source = "registry+https://github.com/rust-lang/crates.io-index"
885checksum = "7a1c3cc8e57274ec99de65301228b537f1e4eedc1b8e0f9411c6caac8ae7308f"884checksum = "32e90c2accc4b07a8456ea0debdc2e7587bdd890680d71173a15d4ae604f6eef"
886dependencies = [885dependencies = [
887 "log",886 "log",
888]887]
889888
890[[package]]889[[package]]
891name = "env_logger"890name = "env_logger"
892version = "0.11.9"891version = "0.11.10"
893source = "registry+https://github.com/rust-lang/crates.io-index"892source = "registry+https://github.com/rust-lang/crates.io-index"
894checksum = "b2daee4ea451f429a58296525ddf28b45a3b64f1acf6587e2067437bb11e218d"893checksum = "0621c04f2196ac3f488dd583365b9c09be011a4ab8b9f37248ffcc8f6198b56a"
895dependencies = [894dependencies = [
896 "anstream",895 "anstream",
897 "anstyle",896 "anstyle",
917916
918[[package]]917[[package]]
919name = "fastrand"918name = "fastrand"
920version = "2.3.0"919version = "2.4.1"
921source = "registry+https://github.com/rust-lang/crates.io-index"920source = "registry+https://github.com/rust-lang/crates.io-index"
922checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"921checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
923922
924[[package]]923[[package]]
925name = "fiat-crypto"924name = "fiat-crypto"
1022 "nixlike",1021 "nixlike",
1023 "nom 8.0.0",1022 "nom 8.0.0",
1024 "openssh",1023 "openssh",
1025 "rand 0.10.0",1024 "rand 0.10.1",
1026 "serde",1025 "serde",
1027 "serde_json",1026 "serde_json",
1028 "tabled",1027 "tabled",
1046 "ed25519-dalek",1045 "ed25519-dalek",
1047 "fleet-shared",1046 "fleet-shared",
1048 "hex",1047 "hex",
1049 "rand 0.10.0",1048 "rand 0.10.1",
1050 "x25519-dalek",1049 "x25519-dalek",
1051]1050]
10521051
1280 "cfg-if",1279 "cfg-if",
1281 "libc",1280 "libc",
1282 "r-efi 6.0.0",1281 "r-efi 6.0.0",
1283 "rand_core 0.10.0",1282 "rand_core 0.10.1",
1284 "wasip2",1283 "wasip2",
1285 "wasip3",1284 "wasip3",
1286]1285]
1313 "futures-core",1312 "futures-core",
1314 "futures-sink",1313 "futures-sink",
1315 "http",1314 "http",
1316 "indexmap 2.13.0",1315 "indexmap 2.14.0",
1317 "slab",1316 "slab",
1318 "tokio",1317 "tokio",
1319 "tokio-util",1318 "tokio-util",
13371336
1338[[package]]1337[[package]]
1339name = "hashbrown"1338name = "hashbrown"
1340version = "0.16.1"1339version = "0.17.0"
1341source = "registry+https://github.com/rust-lang/crates.io-index"1340source = "registry+https://github.com/rust-lang/crates.io-index"
1342checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"1341checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51"
13431342
1344[[package]]1343[[package]]
1345name = "heck"1344name = "heck"
14441443
1445[[package]]1444[[package]]
1446name = "hyper"1445name = "hyper"
1447version = "1.8.1"1446version = "1.9.0"
1448source = "registry+https://github.com/rust-lang/crates.io-index"1447source = "registry+https://github.com/rust-lang/crates.io-index"
1449checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"1448checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca"
1450dependencies = [1449dependencies = [
1451 "atomic-waker",1450 "atomic-waker",
1452 "bytes",1451 "bytes",
1459 "httpdate",1458 "httpdate",
1460 "itoa",1459 "itoa",
1461 "pin-project-lite",1460 "pin-project-lite",
1462 "pin-utils",
1463 "smallvec",1461 "smallvec",
1464 "tokio",1462 "tokio",
1465 "want",1463 "want",
1466]1464]
14671465
1468[[package]]1466[[package]]
1469name = "hyper-rustls"1467name = "hyper-rustls"
1470version = "0.27.7"1468version = "0.27.9"
1471source = "registry+https://github.com/rust-lang/crates.io-index"1469source = "registry+https://github.com/rust-lang/crates.io-index"
1472checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"1470checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
1473dependencies = [1471dependencies = [
1474 "http",1472 "http",
1475 "hyper",1473 "hyper",
1476 "hyper-util",1474 "hyper-util",
1477 "rustls",1475 "rustls",
1478 "rustls-native-certs",1476 "rustls-native-certs",
1479 "rustls-pki-types",
1480 "tokio",1477 "tokio",
1481 "tokio-rustls",1478 "tokio-rustls",
1482 "tower-service",1479 "tower-service",
16101607
1611[[package]]1608[[package]]
1612name = "icu_collections"1609name = "icu_collections"
1613version = "2.1.1"1610version = "2.2.0"
1614source = "registry+https://github.com/rust-lang/crates.io-index"1611source = "registry+https://github.com/rust-lang/crates.io-index"
1615checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"1612checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
1616dependencies = [1613dependencies = [
1617 "displaydoc",1614 "displaydoc",
1618 "potential_utf",1615 "potential_utf",
1616 "utf8_iter",
1619 "yoke",1617 "yoke",
1620 "zerofrom",1618 "zerofrom",
1621 "zerovec",1619 "zerovec",
1622]1620]
16231621
1624[[package]]1622[[package]]
1625name = "icu_locale_core"1623name = "icu_locale_core"
1626version = "2.1.1"1624version = "2.2.0"
1627source = "registry+https://github.com/rust-lang/crates.io-index"1625source = "registry+https://github.com/rust-lang/crates.io-index"
1628checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"1626checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
1629dependencies = [1627dependencies = [
1630 "displaydoc",1628 "displaydoc",
1631 "litemap",1629 "litemap",
16361634
1637[[package]]1635[[package]]
1638name = "icu_normalizer"1636name = "icu_normalizer"
1639version = "2.1.1"1637version = "2.2.0"
1640source = "registry+https://github.com/rust-lang/crates.io-index"1638source = "registry+https://github.com/rust-lang/crates.io-index"
1641checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"1639checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
1642dependencies = [1640dependencies = [
1643 "icu_collections",1641 "icu_collections",
1644 "icu_normalizer_data",1642 "icu_normalizer_data",
16501648
1651[[package]]1649[[package]]
1652name = "icu_normalizer_data"1650name = "icu_normalizer_data"
1653version = "2.1.1"1651version = "2.2.0"
1654source = "registry+https://github.com/rust-lang/crates.io-index"1652source = "registry+https://github.com/rust-lang/crates.io-index"
1655checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"1653checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
16561654
1657[[package]]1655[[package]]
1658name = "icu_properties"1656name = "icu_properties"
1659version = "2.1.2"1657version = "2.2.0"
1660source = "registry+https://github.com/rust-lang/crates.io-index"1658source = "registry+https://github.com/rust-lang/crates.io-index"
1661checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"1659checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
1662dependencies = [1660dependencies = [
1663 "icu_collections",1661 "icu_collections",
1664 "icu_locale_core",1662 "icu_locale_core",
16701668
1671[[package]]1669[[package]]
1672name = "icu_properties_data"1670name = "icu_properties_data"
1673version = "2.1.2"1671version = "2.2.0"
1674source = "registry+https://github.com/rust-lang/crates.io-index"1672source = "registry+https://github.com/rust-lang/crates.io-index"
1675checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"1673checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
16761674
1677[[package]]1675[[package]]
1678name = "icu_provider"1676name = "icu_provider"
1679version = "2.1.1"1677version = "2.2.0"
1680source = "registry+https://github.com/rust-lang/crates.io-index"1678source = "registry+https://github.com/rust-lang/crates.io-index"
1681checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"1679checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
1682dependencies = [1680dependencies = [
1683 "displaydoc",1681 "displaydoc",
1684 "icu_locale_core",1682 "icu_locale_core",
17281726
1729[[package]]1727[[package]]
1730name = "indexmap"1728name = "indexmap"
1731version = "2.13.0"1729version = "2.14.0"
1732source = "registry+https://github.com/rust-lang/crates.io-index"1730source = "registry+https://github.com/rust-lang/crates.io-index"
1733checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"1731checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
1734dependencies = [1732dependencies = [
1735 "equivalent",1733 "equivalent",
1736 "hashbrown 0.16.1",1734 "hashbrown 0.17.0",
1737 "serde",1735 "serde",
1738 "serde_core",1736 "serde_core",
1739]1737]
18041802
1805[[package]]1803[[package]]
1806name = "iri-string"1804name = "iri-string"
1807version = "0.7.10"1805version = "0.7.12"
1808source = "registry+https://github.com/rust-lang/crates.io-index"1806source = "registry+https://github.com/rust-lang/crates.io-index"
1809checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a"1807checksum = "25e659a4bb38e810ebc252e53b5814ff908a8c58c2a9ce2fae1bbec24cbf4e20"
1810dependencies = [1808dependencies = [
1811 "memchr",1809 "memchr",
1812 "serde",1810 "serde",
18381836
1839[[package]]1837[[package]]
1840name = "itoa"1838name = "itoa"
1841version = "1.0.17"1839version = "1.0.18"
1842source = "registry+https://github.com/rust-lang/crates.io-index"1840source = "registry+https://github.com/rust-lang/crates.io-index"
1843checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"1841checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
18441842
1845[[package]]1843[[package]]
1846name = "js-sys"1844name = "js-sys"
1847version = "0.3.91"1845version = "0.3.95"
1848source = "registry+https://github.com/rust-lang/crates.io-index"1846source = "registry+https://github.com/rust-lang/crates.io-index"
1849checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c"1847checksum = "2964e92d1d9dc3364cae4d718d93f227e3abb088e747d92e0395bfdedf1c12ca"
1850dependencies = [1848dependencies = [
1849 "cfg-if",
1850 "futures-util",
1851 "once_cell",1851 "once_cell",
1852 "wasm-bindgen",1852 "wasm-bindgen",
1853]1853]
18691869
1870[[package]]1870[[package]]
1871name = "libc"1871name = "libc"
1872version = "0.2.183"1872version = "0.2.185"
1873source = "registry+https://github.com/rust-lang/crates.io-index"1873source = "registry+https://github.com/rust-lang/crates.io-index"
1874checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"1874checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f"
18751875
1876[[package]]1876[[package]]
1877name = "libloading"1877name = "libloading"
19181918
1919[[package]]1919[[package]]
1920name = "litemap"1920name = "litemap"
1921version = "0.8.1"1921version = "0.8.2"
1922source = "registry+https://github.com/rust-lang/crates.io-index"1922source = "registry+https://github.com/rust-lang/crates.io-index"
1923checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"1923checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
19241924
1925[[package]]1925[[package]]
1926name = "lock_api"1926name = "lock_api"
19881988
1989[[package]]1989[[package]]
1990name = "mio"1990name = "mio"
1991version = "1.1.1"1991version = "1.2.0"
1992source = "registry+https://github.com/rust-lang/crates.io-index"1992source = "registry+https://github.com/rust-lang/crates.io-index"
1993checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"1993checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
1994dependencies = [1994dependencies = [
1995 "libc",1995 "libc",
1996 "wasi",1996 "wasi",
2088 "num-integer",2088 "num-integer",
2089 "num-iter",2089 "num-iter",
2090 "num-traits",2090 "num-traits",
2091 "rand 0.8.5",2091 "rand 0.8.6",
2092 "smallvec",2092 "smallvec",
2093 "zeroize",2093 "zeroize",
2094]2094]
20952095
2096[[package]]2096[[package]]
2097name = "num-conv"2097name = "num-conv"
2098version = "0.2.0"2098version = "0.2.1"
2099source = "registry+https://github.com/rust-lang/crates.io-index"2099source = "registry+https://github.com/rust-lang/crates.io-index"
2100checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"2100checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967"
21012101
2102[[package]]2102[[package]]
2103name = "num-integer"2103name = "num-integer"
21312131
2132[[package]]2132[[package]]
2133name = "once_cell"2133name = "once_cell"
2134version = "1.21.3"2134version = "1.21.4"
2135source = "registry+https://github.com/rust-lang/crates.io-index"2135source = "registry+https://github.com/rust-lang/crates.io-index"
2136checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"2136checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
21372137
2138[[package]]2138[[package]]
2139name = "once_cell_polyfill"2139name = "once_cell_polyfill"
22172217
2218[[package]]2218[[package]]
2219name = "opentelemetry-otlp"2219name = "opentelemetry-otlp"
2220version = "0.31.0"2220version = "0.31.1"
2221source = "registry+https://github.com/rust-lang/crates.io-index"2221source = "registry+https://github.com/rust-lang/crates.io-index"
2222checksum = "7a2366db2dca4d2ad033cad11e6ee42844fd727007af5ad04a1730f4cb8163bf"2222checksum = "1f69cd6acbb9af919df949cd1ec9e5e7fdc2ef15d234b6b795aaa525cc02f71f"
2223dependencies = [2223dependencies = [
2224 "http",2224 "http",
2225 "opentelemetry",2225 "opentelemetry",
2263 "futures-util",2263 "futures-util",
2264 "opentelemetry",2264 "opentelemetry",
2265 "percent-encoding",2265 "percent-encoding",
2266 "rand 0.9.2",2266 "rand 0.9.4",
2267 "thiserror 2.0.18",2267 "thiserror 2.0.18",
2268]2268]
22692269
2361checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772"2361checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772"
2362dependencies = [2362dependencies = [
2363 "fixedbitset",2363 "fixedbitset",
2364 "indexmap 2.13.0",2364 "indexmap 2.14.0",
2365]2365]
23662366
2367[[package]]2367[[package]]
2390source = "registry+https://github.com/rust-lang/crates.io-index"2390source = "registry+https://github.com/rust-lang/crates.io-index"
2391checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"2391checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
2392
2393[[package]]
2394name = "pin-utils"
2395version = "0.1.0"
2396source = "registry+https://github.com/rust-lang/crates.io-index"
2397checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
23982392
2399[[package]]2393[[package]]
2400name = "pkcs1"2394name = "pkcs1"
24192413
2420[[package]]2414[[package]]
2421name = "pkg-config"2415name = "pkg-config"
2422version = "0.3.32"2416version = "0.3.33"
2423source = "registry+https://github.com/rust-lang/crates.io-index"2417source = "registry+https://github.com/rust-lang/crates.io-index"
2424checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"2418checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
24252419
2426[[package]]2420[[package]]
2427name = "poly1305"2421name = "poly1305"
24542448
2455[[package]]2449[[package]]
2456name = "potential_utf"2450name = "potential_utf"
2457version = "0.1.4"2451version = "0.1.5"
2458source = "registry+https://github.com/rust-lang/crates.io-index"2452source = "registry+https://github.com/rust-lang/crates.io-index"
2459checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"2453checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
2460dependencies = [2454dependencies = [
2461 "zerovec",2455 "zerovec",
2462]2456]
25192513
2520[[package]]2514[[package]]
2521name = "proptest"2515name = "proptest"
2522version = "1.10.0"2516version = "1.11.0"
2523source = "registry+https://github.com/rust-lang/crates.io-index"2517source = "registry+https://github.com/rust-lang/crates.io-index"
2524checksum = "37566cb3fdacef14c0737f9546df7cfeadbfbc9fef10991038bf5015d0c80532"2518checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744"
2525dependencies = [2519dependencies = [
2526 "bitflags",2520 "bitflags",
2527 "num-traits",2521 "num-traits",
2528 "rand 0.9.2",2522 "rand 0.9.4",
2529 "rand_chacha 0.9.0",2523 "rand_chacha 0.9.0",
2530 "rand_xorshift",2524 "rand_xorshift",
2531 "regex-syntax",2525 "regex-syntax",
2618 "pin-project-lite",2612 "pin-project-lite",
2619 "quinn-proto",2613 "quinn-proto",
2620 "quinn-udp",2614 "quinn-udp",
2621 "rustc-hash 2.1.1",2615 "rustc-hash 2.1.2",
2622 "rustls",2616 "rustls",
2623 "socket2 0.5.10",2617 "socket2 0.6.3",
2624 "thiserror 2.0.18",2618 "thiserror 2.0.18",
2625 "tokio",2619 "tokio",
2626 "tracing",2620 "tracing",
2636 "bytes",2630 "bytes",
2637 "getrandom 0.3.4",2631 "getrandom 0.3.4",
2638 "lru-slab",2632 "lru-slab",
2639 "rand 0.9.2",2633 "rand 0.9.4",
2640 "ring",2634 "ring",
2641 "rustc-hash 2.1.1",2635 "rustc-hash 2.1.2",
2642 "rustls",2636 "rustls",
2643 "rustls-pki-types",2637 "rustls-pki-types",
2644 "slab",2638 "slab",
2657 "cfg_aliases",2651 "cfg_aliases",
2658 "libc",2652 "libc",
2659 "once_cell",2653 "once_cell",
2660 "socket2 0.5.10",2654 "socket2 0.6.3",
2661 "tracing",2655 "tracing",
2662 "windows-sys 0.52.0",2656 "windows-sys 0.60.2",
2663]2657]
26642658
2665[[package]]2659[[package]]
26852679
2686[[package]]2680[[package]]
2687name = "rand"2681name = "rand"
2688version = "0.8.5"2682version = "0.8.6"
2689source = "registry+https://github.com/rust-lang/crates.io-index"2683source = "registry+https://github.com/rust-lang/crates.io-index"
2690checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"2684checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
2691dependencies = [2685dependencies = [
2692 "libc",2686 "libc",
2693 "rand_chacha 0.3.1",2687 "rand_chacha 0.3.1",
26962690
2697[[package]]2691[[package]]
2698name = "rand"2692name = "rand"
2699version = "0.9.2"2693version = "0.9.4"
2700source = "registry+https://github.com/rust-lang/crates.io-index"2694source = "registry+https://github.com/rust-lang/crates.io-index"
2701checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"2695checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
2702dependencies = [2696dependencies = [
2703 "rand_chacha 0.9.0",2697 "rand_chacha 0.9.0",
2704 "rand_core 0.9.5",2698 "rand_core 0.9.5",
2705]2699]
27062700
2707[[package]]2701[[package]]
2708name = "rand"2702name = "rand"
2709version = "0.10.0"2703version = "0.10.1"
2710source = "registry+https://github.com/rust-lang/crates.io-index"2704source = "registry+https://github.com/rust-lang/crates.io-index"
2711checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8"2705checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207"
2712dependencies = [2706dependencies = [
2713 "chacha20 0.10.0",2707 "chacha20 0.10.0",
2714 "getrandom 0.4.2",2708 "getrandom 0.4.2",
2715 "rand_core 0.10.0",2709 "rand_core 0.10.1",
2716]2710]
27172711
2718[[package]]2712[[package]]
27552749
2756[[package]]2750[[package]]
2757name = "rand_core"2751name = "rand_core"
2758version = "0.10.0"2752version = "0.10.1"
2759source = "registry+https://github.com/rust-lang/crates.io-index"2753source = "registry+https://github.com/rust-lang/crates.io-index"
2760checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba"2754checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
27612755
2762[[package]]2756[[package]]
2763name = "rand_xorshift"2757name = "rand_xorshift"
29612955
2962[[package]]2956[[package]]
2963name = "rustc-hash"2957name = "rustc-hash"
2964version = "2.1.1"2958version = "2.1.2"
2965source = "registry+https://github.com/rust-lang/crates.io-index"2959source = "registry+https://github.com/rust-lang/crates.io-index"
2966checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"2960checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
29672961
2968[[package]]2962[[package]]
2969name = "rustc_version"2963name = "rustc_version"
30022996
3003[[package]]2997[[package]]
3004name = "rustls"2998name = "rustls"
3005version = "0.23.37"2999version = "0.23.38"
3006source = "registry+https://github.com/rust-lang/crates.io-index"3000source = "registry+https://github.com/rust-lang/crates.io-index"
3007checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"3001checksum = "69f9466fb2c14ea04357e91413efb882e2a6d4a406e625449bc0a5d360d53a21"
3008dependencies = [3002dependencies = [
3009 "log",3003 "log",
3010 "once_cell",3004 "once_cell",
30483042
3049[[package]]3043[[package]]
3050name = "rustls-webpki"3044name = "rustls-webpki"
3051version = "0.103.9"3045version = "0.103.13"
3052source = "registry+https://github.com/rust-lang/crates.io-index"3046source = "registry+https://github.com/rust-lang/crates.io-index"
3053checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53"3047checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
3054dependencies = [3048dependencies = [
3055 "ring",3049 "ring",
3056 "rustls-pki-types",3050 "rustls-pki-types",
31683162
3169[[package]]3163[[package]]
3170name = "semver"3164name = "semver"
3171version = "1.0.27"3165version = "1.0.28"
3172source = "registry+https://github.com/rust-lang/crates.io-index"3166source = "registry+https://github.com/rust-lang/crates.io-index"
3173checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"3167checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
31743168
3175[[package]]3169[[package]]
3176name = "serde"3170name = "serde"
33003294
3301[[package]]3295[[package]]
3302name = "simd-adler32"3296name = "simd-adler32"
3303version = "0.3.8"3297version = "0.3.9"
3304source = "registry+https://github.com/rust-lang/crates.io-index"3298source = "registry+https://github.com/rust-lang/crates.io-index"
3305checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"3299checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
33063300
3307[[package]]3301[[package]]
3308name = "slab"3302name = "slab"
34493443
3450[[package]]3444[[package]]
3451name = "terminal_size"3445name = "terminal_size"
3452version = "0.4.3"3446version = "0.4.4"
3453source = "registry+https://github.com/rust-lang/crates.io-index"3447source = "registry+https://github.com/rust-lang/crates.io-index"
3454checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"3448checksum = "230a1b821ccbd75b185820a1f1ff7b14d21da1e442e22c0863ea5f08771a8874"
3455dependencies = [3449dependencies = [
3456 "rustix 1.1.4",3450 "rustix 1.1.4",
3457 "windows-sys 0.60.2",3451 "windows-sys 0.61.2",
3458]3452]
34593453
3460[[package]]3454[[package]]
34703464
3471[[package]]3465[[package]]
3472name = "test-log"3466name = "test-log"
3473version = "0.2.19"3467version = "0.2.20"
3474source = "registry+https://github.com/rust-lang/crates.io-index"3468source = "registry+https://github.com/rust-lang/crates.io-index"
3475checksum = "37d53ac171c92a39e4769491c4b4dde7022c60042254b5fc044ae409d34a24d4"3469checksum = "2f46bf474f0a4afebf92f076d54fd5e63423d9438b8c278a3d2ccb0f47f7cdb3"
3476dependencies = [3470dependencies = [
3477 "env_logger",3471 "env_logger",
3478 "test-log-macros",3472 "test-log-macros",
3479 "tracing-subscriber",3473 "tracing-subscriber",
3480]3474]
34813475
3482[[package]]3476[[package]]
3483name = "test-log-macros"3477name = "test-log-core"
3484version = "0.2.19"3478version = "0.2.20"
3485source = "registry+https://github.com/rust-lang/crates.io-index"3479source = "registry+https://github.com/rust-lang/crates.io-index"
3486checksum = "be35209fd0781c5401458ab66e4f98accf63553e8fae7425503e92fdd319783b"3480checksum = "37d4d41320b48bc4a211a9021678fcc0c99569b594ea31c93735b8e517102b4c"
3487dependencies = [3481dependencies = [
3488 "proc-macro2",3482 "proc-macro2",
3489 "quote",3483 "quote",
3490 "syn",3484 "syn",
3491]3485]
3486
3487[[package]]
3488name = "test-log-macros"
3489version = "0.2.20"
3490source = "registry+https://github.com/rust-lang/crates.io-index"
3491checksum = "9beb9249a81e430dffd42400a49019bcf548444f1968ff23080a625de0d4d320"
3492dependencies = [
3493 "syn",
3494 "test-log-core",
3495]
34923496
3493[[package]]3497[[package]]
3494name = "testing_table"3498name = "testing_table"
36083612
3609[[package]]3613[[package]]
3610name = "tinystr"3614name = "tinystr"
3611version = "0.8.2"3615version = "0.8.3"
3612source = "registry+https://github.com/rust-lang/crates.io-index"3616source = "registry+https://github.com/rust-lang/crates.io-index"
3613checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"3617checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
3614dependencies = [3618dependencies = [
3615 "displaydoc",3619 "displaydoc",
3616 "serde_core",3620 "serde_core",
36343638
3635[[package]]3639[[package]]
3636name = "tokio"3640name = "tokio"
3637version = "1.50.0"3641version = "1.52.1"
3638source = "registry+https://github.com/rust-lang/crates.io-index"3642source = "registry+https://github.com/rust-lang/crates.io-index"
3639checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d"3643checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6"
3640dependencies = [3644dependencies = [
3641 "bytes",3645 "bytes",
3642 "libc",3646 "libc",
36503654
3651[[package]]3655[[package]]
3652name = "tokio-macros"3656name = "tokio-macros"
3653version = "2.6.1"3657version = "2.7.0"
3654source = "registry+https://github.com/rust-lang/crates.io-index"3658source = "registry+https://github.com/rust-lang/crates.io-index"
3655checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c"3659checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
3656dependencies = [3660dependencies = [
3657 "proc-macro2",3661 "proc-macro2",
3658 "quote",3662 "quote",
3718source = "registry+https://github.com/rust-lang/crates.io-index"3722source = "registry+https://github.com/rust-lang/crates.io-index"
3719checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269"3723checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269"
3720dependencies = [3724dependencies = [
3721 "indexmap 2.13.0",3725 "indexmap 2.14.0",
3722 "toml_datetime",3726 "toml_datetime",
3723 "toml_parser",3727 "toml_parser",
3724 "toml_writer",3728 "toml_writer",
3725 "winnow",3729 "winnow 0.7.15",
3726]3730]
37273731
3728[[package]]3732[[package]]
3729name = "toml_parser"3733name = "toml_parser"
3730version = "1.0.9+spec-1.1.0"3734version = "1.1.2+spec-1.1.0"
3731source = "registry+https://github.com/rust-lang/crates.io-index"3735source = "registry+https://github.com/rust-lang/crates.io-index"
3732checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4"3736checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
3733dependencies = [3737dependencies = [
3734 "winnow",3738 "winnow 1.0.2",
3735]3739]
37363740
3737[[package]]3741[[package]]
3738name = "toml_writer"3742name = "toml_writer"
3739version = "1.0.6+spec-1.1.0"3743version = "1.1.1+spec-1.1.0"
3740source = "registry+https://github.com/rust-lang/crates.io-index"3744source = "registry+https://github.com/rust-lang/crates.io-index"
3741checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607"3745checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db"
37423746
3743[[package]]3747[[package]]
3744name = "tonic"3748name = "tonic"
3835 "indexmap 1.9.3",3839 "indexmap 1.9.3",
3836 "pin-project",3840 "pin-project",
3837 "pin-project-lite",3841 "pin-project-lite",
3838 "rand 0.8.5",3842 "rand 0.8.6",
3839 "slab",3843 "slab",
3840 "tokio",3844 "tokio",
3841 "tokio-util",3845 "tokio-util",
3852dependencies = [3856dependencies = [
3853 "futures-core",3857 "futures-core",
3854 "futures-util",3858 "futures-util",
3855 "indexmap 2.13.0",3859 "indexmap 2.14.0",
3856 "pin-project-lite",3860 "pin-project-lite",
3857 "slab",3861 "slab",
3858 "sync_wrapper",3862 "sync_wrapper",
39933997
3994[[package]]3998[[package]]
3995name = "tracing-subscriber"3999name = "tracing-subscriber"
3996version = "0.3.22"4000version = "0.3.23"
3997source = "registry+https://github.com/rust-lang/crates.io-index"4001source = "registry+https://github.com/rust-lang/crates.io-index"
3998checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"4002checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
3999dependencies = [4003dependencies = [
4000 "matchers",4004 "matchers",
4001 "nu-ansi-term",4005 "nu-ansi-term",
4024source = "registry+https://github.com/rust-lang/crates.io-index"4028source = "registry+https://github.com/rust-lang/crates.io-index"
4025checksum = "cb30dbbd9036155e74adad6812e9898d03ec374946234fbcebd5dfc7b9187b90"4029checksum = "cb30dbbd9036155e74adad6812e9898d03ec374946234fbcebd5dfc7b9187b90"
4026dependencies = [4030dependencies = [
4027 "rustc-hash 2.1.1",4031 "rustc-hash 2.1.2",
4028]4032]
40294033
4030[[package]]4034[[package]]
4031name = "typenum"4035name = "typenum"
4032version = "1.19.0"4036version = "1.20.0"
4033source = "registry+https://github.com/rust-lang/crates.io-index"4037source = "registry+https://github.com/rust-lang/crates.io-index"
4034checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"4038checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de"
40354039
4036[[package]]4040[[package]]
4037name = "unarray"4041name = "unarray"
41974201
4198[[package]]4202[[package]]
4199name = "wasip2"4203name = "wasip2"
4200version = "1.0.2+wasi-0.2.9"4204version = "1.0.3+wasi-0.2.9"
4201source = "registry+https://github.com/rust-lang/crates.io-index"4205source = "registry+https://github.com/rust-lang/crates.io-index"
4202checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"4206checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
4203dependencies = [4207dependencies = [
4204 "wit-bindgen",4208 "wit-bindgen 0.57.1",
4205]4209]
42064210
4207[[package]]4211[[package]]
4210source = "registry+https://github.com/rust-lang/crates.io-index"4214source = "registry+https://github.com/rust-lang/crates.io-index"
4211checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"4215checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
4212dependencies = [4216dependencies = [
4213 "wit-bindgen",4217 "wit-bindgen 0.51.0",
4214]4218]
42154219
4216[[package]]4220[[package]]
4217name = "wasm-bindgen"4221name = "wasm-bindgen"
4218version = "0.2.114"4222version = "0.2.118"
4219source = "registry+https://github.com/rust-lang/crates.io-index"4223source = "registry+https://github.com/rust-lang/crates.io-index"
4220checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e"4224checksum = "0bf938a0bacb0469e83c1e148908bd7d5a6010354cf4fb73279b7447422e3a89"
4221dependencies = [4225dependencies = [
4222 "cfg-if",4226 "cfg-if",
4223 "once_cell",4227 "once_cell",
42284232
4229[[package]]4233[[package]]
4230name = "wasm-bindgen-futures"4234name = "wasm-bindgen-futures"
4231version = "0.4.64"4235version = "0.4.68"
4232source = "registry+https://github.com/rust-lang/crates.io-index"4236source = "registry+https://github.com/rust-lang/crates.io-index"
4233checksum = "e9c5522b3a28661442748e09d40924dfb9ca614b21c00d3fd135720e48b67db8"4237checksum = "f371d383f2fb139252e0bfac3b81b265689bf45b6874af544ffa4c975ac1ebf8"
4234dependencies = [4238dependencies = [
4235 "cfg-if",
4236 "futures-util",
4237 "js-sys",4239 "js-sys",
4238 "once_cell",
4239 "wasm-bindgen",4240 "wasm-bindgen",
4240 "web-sys",
4241]4241]
42424242
4243[[package]]4243[[package]]
4244name = "wasm-bindgen-macro"4244name = "wasm-bindgen-macro"
4245version = "0.2.114"4245version = "0.2.118"
4246source = "registry+https://github.com/rust-lang/crates.io-index"4246source = "registry+https://github.com/rust-lang/crates.io-index"
4247checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6"4247checksum = "eeff24f84126c0ec2db7a449f0c2ec963c6a49efe0698c4242929da037ca28ed"
4248dependencies = [4248dependencies = [
4249 "quote",4249 "quote",
4250 "wasm-bindgen-macro-support",4250 "wasm-bindgen-macro-support",
4251]4251]
42524252
4253[[package]]4253[[package]]
4254name = "wasm-bindgen-macro-support"4254name = "wasm-bindgen-macro-support"
4255version = "0.2.114"4255version = "0.2.118"
4256source = "registry+https://github.com/rust-lang/crates.io-index"4256source = "registry+https://github.com/rust-lang/crates.io-index"
4257checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3"4257checksum = "9d08065faf983b2b80a79fd87d8254c409281cf7de75fc4b773019824196c904"
4258dependencies = [4258dependencies = [
4259 "bumpalo",4259 "bumpalo",
4260 "proc-macro2",4260 "proc-macro2",
42654265
4266[[package]]4266[[package]]
4267name = "wasm-bindgen-shared"4267name = "wasm-bindgen-shared"
4268version = "0.2.114"4268version = "0.2.118"
4269source = "registry+https://github.com/rust-lang/crates.io-index"4269source = "registry+https://github.com/rust-lang/crates.io-index"
4270checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16"4270checksum = "5fd04d9e306f1907bd13c6361b5c6bfc7b3b3c095ed3f8a9246390f8dbdee129"
4271dependencies = [4271dependencies = [
4272 "unicode-ident",4272 "unicode-ident",
4273]4273]
4289checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"4289checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
4290dependencies = [4290dependencies = [
4291 "anyhow",4291 "anyhow",
4292 "indexmap 2.13.0",4292 "indexmap 2.14.0",
4293 "wasm-encoder",4293 "wasm-encoder",
4294 "wasmparser",4294 "wasmparser",
4295]4295]
4302dependencies = [4302dependencies = [
4303 "bitflags",4303 "bitflags",
4304 "hashbrown 0.15.5",4304 "hashbrown 0.15.5",
4305 "indexmap 2.13.0",4305 "indexmap 2.14.0",
4306 "semver",4306 "semver",
4307]4307]
43084308
4309[[package]]4309[[package]]
4310name = "web-sys"4310name = "web-sys"
4311version = "0.3.91"4311version = "0.3.95"
4312source = "registry+https://github.com/rust-lang/crates.io-index"4312source = "registry+https://github.com/rust-lang/crates.io-index"
4313checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9"4313checksum = "4f2dfbb17949fa2088e5d39408c48368947b86f7834484e87b73de55bc14d97d"
4314dependencies = [4314dependencies = [
4315 "js-sys",4315 "js-sys",
4316 "wasm-bindgen",4316 "wasm-bindgen",
4580 "memchr",4580 "memchr",
4581]4581]
4582
4583[[package]]
4584name = "winnow"
4585version = "1.0.2"
4586source = "registry+https://github.com/rust-lang/crates.io-index"
4587checksum = "2ee1708bef14716a11bae175f579062d4554d95be2c6829f518df847b7b3fdd0"
45824588
4583[[package]]4589[[package]]
4584name = "wit-bindgen"4590name = "wit-bindgen"
4589 "wit-bindgen-rust-macro",4595 "wit-bindgen-rust-macro",
4590]4596]
4597
4598[[package]]
4599name = "wit-bindgen"
4600version = "0.57.1"
4601source = "registry+https://github.com/rust-lang/crates.io-index"
4602checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
45914603
4592[[package]]4604[[package]]
4593name = "wit-bindgen-core"4605name = "wit-bindgen-core"
4608dependencies = [4620dependencies = [
4609 "anyhow",4621 "anyhow",
4610 "heck",4622 "heck",
4611 "indexmap 2.13.0",4623 "indexmap 2.14.0",
4612 "prettyplease",4624 "prettyplease",
4613 "syn",4625 "syn",
4614 "wasm-metadata",4626 "wasm-metadata",
4639dependencies = [4651dependencies = [
4640 "anyhow",4652 "anyhow",
4641 "bitflags",4653 "bitflags",
4642 "indexmap 2.13.0",4654 "indexmap 2.14.0",
4643 "log",4655 "log",
4644 "serde",4656 "serde",
4645 "serde_derive",4657 "serde_derive",
4658dependencies = [4670dependencies = [
4659 "anyhow",4671 "anyhow",
4660 "id-arena",4672 "id-arena",
4661 "indexmap 2.13.0",4673 "indexmap 2.14.0",
4662 "log",4674 "log",
4663 "semver",4675 "semver",
4664 "serde",4676 "serde",
46704682
4671[[package]]4683[[package]]
4672name = "writeable"4684name = "writeable"
4673version = "0.6.2"4685version = "0.6.3"
4674source = "registry+https://github.com/rust-lang/crates.io-index"4686source = "registry+https://github.com/rust-lang/crates.io-index"
4675checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"4687checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
46764688
4677[[package]]4689[[package]]
4678name = "wsl"4690name = "wsl"
47034715
4704[[package]]4716[[package]]
4705name = "yoke"4717name = "yoke"
4706version = "0.8.1"4718version = "0.8.2"
4707source = "registry+https://github.com/rust-lang/crates.io-index"4719source = "registry+https://github.com/rust-lang/crates.io-index"
4708checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"4720checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
4709dependencies = [4721dependencies = [
4710 "stable_deref_trait",4722 "stable_deref_trait",
4711 "yoke-derive",4723 "yoke-derive",
47144726
4715[[package]]4727[[package]]
4716name = "yoke-derive"4728name = "yoke-derive"
4717version = "0.8.1"4729version = "0.8.2"
4718source = "registry+https://github.com/rust-lang/crates.io-index"4730source = "registry+https://github.com/rust-lang/crates.io-index"
4719checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"4731checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
4720dependencies = [4732dependencies = [
4721 "proc-macro2",4733 "proc-macro2",
4722 "quote",4734 "quote",
47264738
4727[[package]]4739[[package]]
4728name = "zerocopy"4740name = "zerocopy"
4729version = "0.8.42"4741version = "0.8.48"
4730source = "registry+https://github.com/rust-lang/crates.io-index"4742source = "registry+https://github.com/rust-lang/crates.io-index"
4731checksum = "f2578b716f8a7a858b7f02d5bd870c14bf4ddbbcf3a4c05414ba6503640505e3"4743checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
4732dependencies = [4744dependencies = [
4733 "zerocopy-derive",4745 "zerocopy-derive",
4734]4746]
47354747
4736[[package]]4748[[package]]
4737name = "zerocopy-derive"4749name = "zerocopy-derive"
4738version = "0.8.42"4750version = "0.8.48"
4739source = "registry+https://github.com/rust-lang/crates.io-index"4751source = "registry+https://github.com/rust-lang/crates.io-index"
4740checksum = "7e6cc098ea4d3bd6246687de65af3f920c430e236bee1e3bf2e441463f08a02f"4752checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
4741dependencies = [4753dependencies = [
4742 "proc-macro2",4754 "proc-macro2",
4743 "quote",4755 "quote",
47464758
4747[[package]]4759[[package]]
4748name = "zerofrom"4760name = "zerofrom"
4749version = "0.1.6"4761version = "0.1.7"
4750source = "registry+https://github.com/rust-lang/crates.io-index"4762source = "registry+https://github.com/rust-lang/crates.io-index"
4751checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"4763checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df"
4752dependencies = [4764dependencies = [
4753 "zerofrom-derive",4765 "zerofrom-derive",
4754]4766]
47554767
4756[[package]]4768[[package]]
4757name = "zerofrom-derive"4769name = "zerofrom-derive"
4758version = "0.1.6"4770version = "0.1.7"
4759source = "registry+https://github.com/rust-lang/crates.io-index"4771source = "registry+https://github.com/rust-lang/crates.io-index"
4760checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"4772checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
4761dependencies = [4773dependencies = [
4762 "proc-macro2",4774 "proc-macro2",
4763 "quote",4775 "quote",
47874799
4788[[package]]4800[[package]]
4789name = "zerotrie"4801name = "zerotrie"
4790version = "0.2.3"4802version = "0.2.4"
4791source = "registry+https://github.com/rust-lang/crates.io-index"4803source = "registry+https://github.com/rust-lang/crates.io-index"
4792checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"4804checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
4793dependencies = [4805dependencies = [
4794 "displaydoc",4806 "displaydoc",
4795 "yoke",4807 "yoke",
47984810
4799[[package]]4811[[package]]
4800name = "zerovec"4812name = "zerovec"
4801version = "0.11.5"4813version = "0.11.6"
4802source = "registry+https://github.com/rust-lang/crates.io-index"4814source = "registry+https://github.com/rust-lang/crates.io-index"
4803checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"4815checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
4804dependencies = [4816dependencies = [
4805 "serde",4817 "serde",
4806 "yoke",4818 "yoke",
48104822
4811[[package]]4823[[package]]
4812name = "zerovec-derive"4824name = "zerovec-derive"
4813version = "0.11.2"4825version = "0.11.3"
4814source = "registry+https://github.com/rust-lang/crates.io-index"4826source = "registry+https://github.com/rust-lang/crates.io-index"
4815checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"4827checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
4816dependencies = [4828dependencies = [
4817 "proc-macro2",4829 "proc-macro2",
4818 "quote",4830 "quote",