An easy-to-host PDS on the ATProtocol, MacOS. Grandma-approved.

chore(deps): update Cargo.lock for sqlx 0.8 addition

authored by malpercio.dev and committed by

Tangled a8dee90d ee3a16aa

+1215 -11
+1215 -11
Cargo.lock
··· 12 12 ] 13 13 14 14 [[package]] 15 + name = "allocator-api2" 16 + version = "0.2.21" 17 + source = "registry+https://github.com/rust-lang/crates.io-index" 18 + checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 19 + 20 + [[package]] 15 21 name = "anstream" 16 22 version = "0.6.21" 17 23 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 47 53 source = "registry+https://github.com/rust-lang/crates.io-index" 48 54 checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 49 55 dependencies = [ 50 - "windows-sys", 56 + "windows-sys 0.61.2", 51 57 ] 52 58 53 59 [[package]] ··· 58 64 dependencies = [ 59 65 "anstyle", 60 66 "once_cell_polyfill", 61 - "windows-sys", 67 + "windows-sys 0.61.2", 62 68 ] 63 69 64 70 [[package]] ··· 79 85 ] 80 86 81 87 [[package]] 88 + name = "atoi" 89 + version = "2.0.0" 90 + source = "registry+https://github.com/rust-lang/crates.io-index" 91 + checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" 92 + dependencies = [ 93 + "num-traits", 94 + ] 95 + 96 + [[package]] 82 97 name = "atomic-waker" 83 98 version = "1.1.2" 84 99 source = "registry+https://github.com/rust-lang/crates.io-index" 85 100 checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 86 101 87 102 [[package]] 103 + name = "autocfg" 104 + version = "1.5.0" 105 + source = "registry+https://github.com/rust-lang/crates.io-index" 106 + checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 107 + 108 + [[package]] 88 109 name = "axum" 89 110 version = "0.7.9" 90 111 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 140 161 ] 141 162 142 163 [[package]] 164 + name = "base64" 165 + version = "0.22.1" 166 + source = "registry+https://github.com/rust-lang/crates.io-index" 167 + checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 168 + 169 + [[package]] 170 + name = "base64ct" 171 + version = "1.8.3" 172 + source = "registry+https://github.com/rust-lang/crates.io-index" 173 + checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" 174 + 175 + [[package]] 143 176 name = "bitflags" 144 177 version = "2.11.0" 145 178 source = "registry+https://github.com/rust-lang/crates.io-index" 146 179 checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" 180 + dependencies = [ 181 + "serde_core", 182 + ] 183 + 184 + [[package]] 185 + name = "block-buffer" 186 + version = "0.10.4" 187 + source = "registry+https://github.com/rust-lang/crates.io-index" 188 + checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 189 + dependencies = [ 190 + "generic-array", 191 + ] 192 + 193 + [[package]] 194 + name = "byteorder" 195 + version = "1.5.0" 196 + source = "registry+https://github.com/rust-lang/crates.io-index" 197 + checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 147 198 148 199 [[package]] 149 200 name = "bytes" 150 201 version = "1.11.1" 151 202 source = "registry+https://github.com/rust-lang/crates.io-index" 152 203 checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" 204 + 205 + [[package]] 206 + name = "cc" 207 + version = "1.2.56" 208 + source = "registry+https://github.com/rust-lang/crates.io-index" 209 + checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2" 210 + dependencies = [ 211 + "find-msvc-tools", 212 + "shlex", 213 + ] 153 214 154 215 [[package]] 155 216 name = "cfg-if" ··· 218 279 ] 219 280 220 281 [[package]] 282 + name = "concurrent-queue" 283 + version = "2.5.0" 284 + source = "registry+https://github.com/rust-lang/crates.io-index" 285 + checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 286 + dependencies = [ 287 + "crossbeam-utils", 288 + ] 289 + 290 + [[package]] 291 + name = "const-oid" 292 + version = "0.9.6" 293 + source = "registry+https://github.com/rust-lang/crates.io-index" 294 + checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 295 + 296 + [[package]] 297 + name = "cpufeatures" 298 + version = "0.2.17" 299 + source = "registry+https://github.com/rust-lang/crates.io-index" 300 + checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 301 + dependencies = [ 302 + "libc", 303 + ] 304 + 305 + [[package]] 306 + name = "crc" 307 + version = "3.4.0" 308 + source = "registry+https://github.com/rust-lang/crates.io-index" 309 + checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d" 310 + dependencies = [ 311 + "crc-catalog", 312 + ] 313 + 314 + [[package]] 315 + name = "crc-catalog" 316 + version = "2.4.0" 317 + source = "registry+https://github.com/rust-lang/crates.io-index" 318 + checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 319 + 320 + [[package]] 321 + name = "crossbeam-queue" 322 + version = "0.3.12" 323 + source = "registry+https://github.com/rust-lang/crates.io-index" 324 + checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" 325 + dependencies = [ 326 + "crossbeam-utils", 327 + ] 328 + 329 + [[package]] 330 + name = "crossbeam-utils" 331 + version = "0.8.21" 332 + source = "registry+https://github.com/rust-lang/crates.io-index" 333 + checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 334 + 335 + [[package]] 221 336 name = "crypto" 222 337 version = "0.1.0" 223 338 224 339 [[package]] 340 + name = "crypto-common" 341 + version = "0.1.7" 342 + source = "registry+https://github.com/rust-lang/crates.io-index" 343 + checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" 344 + dependencies = [ 345 + "generic-array", 346 + "typenum", 347 + ] 348 + 349 + [[package]] 350 + name = "der" 351 + version = "0.7.10" 352 + source = "registry+https://github.com/rust-lang/crates.io-index" 353 + checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 354 + dependencies = [ 355 + "const-oid", 356 + "pem-rfc7468", 357 + "zeroize", 358 + ] 359 + 360 + [[package]] 361 + name = "digest" 362 + version = "0.10.7" 363 + source = "registry+https://github.com/rust-lang/crates.io-index" 364 + checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 365 + dependencies = [ 366 + "block-buffer", 367 + "const-oid", 368 + "crypto-common", 369 + "subtle", 370 + ] 371 + 372 + [[package]] 373 + name = "displaydoc" 374 + version = "0.2.5" 375 + source = "registry+https://github.com/rust-lang/crates.io-index" 376 + checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 377 + dependencies = [ 378 + "proc-macro2", 379 + "quote", 380 + "syn", 381 + ] 382 + 383 + [[package]] 384 + name = "dotenvy" 385 + version = "0.15.7" 386 + source = "registry+https://github.com/rust-lang/crates.io-index" 387 + checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 388 + 389 + [[package]] 390 + name = "either" 391 + version = "1.15.0" 392 + source = "registry+https://github.com/rust-lang/crates.io-index" 393 + checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 394 + dependencies = [ 395 + "serde", 396 + ] 397 + 398 + [[package]] 225 399 name = "equivalent" 226 400 version = "1.0.2" 227 401 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 234 408 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 235 409 dependencies = [ 236 410 "libc", 237 - "windows-sys", 411 + "windows-sys 0.61.2", 412 + ] 413 + 414 + [[package]] 415 + name = "etcetera" 416 + version = "0.8.0" 417 + source = "registry+https://github.com/rust-lang/crates.io-index" 418 + checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" 419 + dependencies = [ 420 + "cfg-if", 421 + "home", 422 + "windows-sys 0.48.0", 423 + ] 424 + 425 + [[package]] 426 + name = "event-listener" 427 + version = "5.4.1" 428 + source = "registry+https://github.com/rust-lang/crates.io-index" 429 + checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" 430 + dependencies = [ 431 + "concurrent-queue", 432 + "parking", 433 + "pin-project-lite", 238 434 ] 239 435 240 436 [[package]] ··· 244 440 checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 245 441 246 442 [[package]] 443 + name = "find-msvc-tools" 444 + version = "0.1.9" 445 + source = "registry+https://github.com/rust-lang/crates.io-index" 446 + checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 447 + 448 + [[package]] 449 + name = "flume" 450 + version = "0.11.1" 451 + source = "registry+https://github.com/rust-lang/crates.io-index" 452 + checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" 453 + dependencies = [ 454 + "futures-core", 455 + "futures-sink", 456 + "spin", 457 + ] 458 + 459 + [[package]] 247 460 name = "foldhash" 248 461 version = "0.1.5" 249 462 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 265 478 checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" 266 479 dependencies = [ 267 480 "futures-core", 481 + "futures-sink", 268 482 ] 269 483 270 484 [[package]] ··· 274 488 checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" 275 489 276 490 [[package]] 491 + name = "futures-executor" 492 + version = "0.3.32" 493 + source = "registry+https://github.com/rust-lang/crates.io-index" 494 + checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" 495 + dependencies = [ 496 + "futures-core", 497 + "futures-task", 498 + "futures-util", 499 + ] 500 + 501 + [[package]] 502 + name = "futures-intrusive" 503 + version = "0.5.0" 504 + source = "registry+https://github.com/rust-lang/crates.io-index" 505 + checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" 506 + dependencies = [ 507 + "futures-core", 508 + "lock_api", 509 + "parking_lot", 510 + ] 511 + 512 + [[package]] 513 + name = "futures-io" 514 + version = "0.3.32" 515 + source = "registry+https://github.com/rust-lang/crates.io-index" 516 + checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" 517 + 518 + [[package]] 519 + name = "futures-sink" 520 + version = "0.3.32" 521 + source = "registry+https://github.com/rust-lang/crates.io-index" 522 + checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" 523 + 524 + [[package]] 277 525 name = "futures-task" 278 526 version = "0.3.32" 279 527 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 286 534 checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" 287 535 dependencies = [ 288 536 "futures-core", 537 + "futures-io", 538 + "futures-sink", 289 539 "futures-task", 540 + "memchr", 290 541 "pin-project-lite", 291 542 "slab", 292 543 ] 293 544 294 545 [[package]] 546 + name = "generic-array" 547 + version = "0.14.7" 548 + source = "registry+https://github.com/rust-lang/crates.io-index" 549 + checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 550 + dependencies = [ 551 + "typenum", 552 + "version_check", 553 + ] 554 + 555 + [[package]] 556 + name = "getrandom" 557 + version = "0.2.17" 558 + source = "registry+https://github.com/rust-lang/crates.io-index" 559 + checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 560 + dependencies = [ 561 + "cfg-if", 562 + "libc", 563 + "wasi", 564 + ] 565 + 566 + [[package]] 295 567 name = "getrandom" 296 568 version = "0.4.2" 297 569 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 310 582 source = "registry+https://github.com/rust-lang/crates.io-index" 311 583 checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 312 584 dependencies = [ 585 + "allocator-api2", 586 + "equivalent", 313 587 "foldhash", 314 588 ] 315 589 ··· 320 594 checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 321 595 322 596 [[package]] 597 + name = "hashlink" 598 + version = "0.10.0" 599 + source = "registry+https://github.com/rust-lang/crates.io-index" 600 + checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" 601 + dependencies = [ 602 + "hashbrown 0.15.5", 603 + ] 604 + 605 + [[package]] 323 606 name = "heck" 324 607 version = "0.5.0" 325 608 source = "registry+https://github.com/rust-lang/crates.io-index" 326 609 checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 327 610 328 611 [[package]] 612 + name = "hex" 613 + version = "0.4.3" 614 + source = "registry+https://github.com/rust-lang/crates.io-index" 615 + checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 616 + 617 + [[package]] 618 + name = "hkdf" 619 + version = "0.12.4" 620 + source = "registry+https://github.com/rust-lang/crates.io-index" 621 + checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 622 + dependencies = [ 623 + "hmac", 624 + ] 625 + 626 + [[package]] 627 + name = "hmac" 628 + version = "0.12.1" 629 + source = "registry+https://github.com/rust-lang/crates.io-index" 630 + checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 631 + dependencies = [ 632 + "digest", 633 + ] 634 + 635 + [[package]] 636 + name = "home" 637 + version = "0.5.12" 638 + source = "registry+https://github.com/rust-lang/crates.io-index" 639 + checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" 640 + dependencies = [ 641 + "windows-sys 0.61.2", 642 + ] 643 + 644 + [[package]] 329 645 name = "http" 330 646 version = "1.4.0" 331 647 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 407 723 ] 408 724 409 725 [[package]] 726 + name = "icu_collections" 727 + version = "2.1.1" 728 + source = "registry+https://github.com/rust-lang/crates.io-index" 729 + checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" 730 + dependencies = [ 731 + "displaydoc", 732 + "potential_utf", 733 + "yoke", 734 + "zerofrom", 735 + "zerovec", 736 + ] 737 + 738 + [[package]] 739 + name = "icu_locale_core" 740 + version = "2.1.1" 741 + source = "registry+https://github.com/rust-lang/crates.io-index" 742 + checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" 743 + dependencies = [ 744 + "displaydoc", 745 + "litemap", 746 + "tinystr", 747 + "writeable", 748 + "zerovec", 749 + ] 750 + 751 + [[package]] 752 + name = "icu_normalizer" 753 + version = "2.1.1" 754 + source = "registry+https://github.com/rust-lang/crates.io-index" 755 + checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" 756 + dependencies = [ 757 + "icu_collections", 758 + "icu_normalizer_data", 759 + "icu_properties", 760 + "icu_provider", 761 + "smallvec", 762 + "zerovec", 763 + ] 764 + 765 + [[package]] 766 + name = "icu_normalizer_data" 767 + version = "2.1.1" 768 + source = "registry+https://github.com/rust-lang/crates.io-index" 769 + checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" 770 + 771 + [[package]] 772 + name = "icu_properties" 773 + version = "2.1.2" 774 + source = "registry+https://github.com/rust-lang/crates.io-index" 775 + checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" 776 + dependencies = [ 777 + "icu_collections", 778 + "icu_locale_core", 779 + "icu_properties_data", 780 + "icu_provider", 781 + "zerotrie", 782 + "zerovec", 783 + ] 784 + 785 + [[package]] 786 + name = "icu_properties_data" 787 + version = "2.1.2" 788 + source = "registry+https://github.com/rust-lang/crates.io-index" 789 + checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" 790 + 791 + [[package]] 792 + name = "icu_provider" 793 + version = "2.1.1" 794 + source = "registry+https://github.com/rust-lang/crates.io-index" 795 + checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" 796 + dependencies = [ 797 + "displaydoc", 798 + "icu_locale_core", 799 + "writeable", 800 + "yoke", 801 + "zerofrom", 802 + "zerotrie", 803 + "zerovec", 804 + ] 805 + 806 + [[package]] 410 807 name = "id-arena" 411 808 version = "2.3.0" 412 809 source = "registry+https://github.com/rust-lang/crates.io-index" 413 810 checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" 414 811 415 812 [[package]] 813 + name = "idna" 814 + version = "1.1.0" 815 + source = "registry+https://github.com/rust-lang/crates.io-index" 816 + checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 817 + dependencies = [ 818 + "idna_adapter", 819 + "smallvec", 820 + "utf8_iter", 821 + ] 822 + 823 + [[package]] 824 + name = "idna_adapter" 825 + version = "1.2.1" 826 + source = "registry+https://github.com/rust-lang/crates.io-index" 827 + checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 828 + dependencies = [ 829 + "icu_normalizer", 830 + "icu_properties", 831 + ] 832 + 833 + [[package]] 416 834 name = "indexmap" 417 835 version = "2.13.0" 418 836 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 441 859 version = "1.5.0" 442 860 source = "registry+https://github.com/rust-lang/crates.io-index" 443 861 checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 862 + dependencies = [ 863 + "spin", 864 + ] 444 865 445 866 [[package]] 446 867 name = "leb128fmt" ··· 455 876 checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" 456 877 457 878 [[package]] 879 + name = "libm" 880 + version = "0.2.16" 881 + source = "registry+https://github.com/rust-lang/crates.io-index" 882 + checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" 883 + 884 + [[package]] 885 + name = "libredox" 886 + version = "0.1.14" 887 + source = "registry+https://github.com/rust-lang/crates.io-index" 888 + checksum = "1744e39d1d6a9948f4f388969627434e31128196de472883b39f148769bfe30a" 889 + dependencies = [ 890 + "bitflags", 891 + "libc", 892 + "plain", 893 + "redox_syscall 0.7.3", 894 + ] 895 + 896 + [[package]] 897 + name = "libsqlite3-sys" 898 + version = "0.30.1" 899 + source = "registry+https://github.com/rust-lang/crates.io-index" 900 + checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149" 901 + dependencies = [ 902 + "cc", 903 + "pkg-config", 904 + "vcpkg", 905 + ] 906 + 907 + [[package]] 458 908 name = "linux-raw-sys" 459 909 version = "0.12.1" 460 910 source = "registry+https://github.com/rust-lang/crates.io-index" 461 911 checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" 462 912 463 913 [[package]] 914 + name = "litemap" 915 + version = "0.8.1" 916 + source = "registry+https://github.com/rust-lang/crates.io-index" 917 + checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" 918 + 919 + [[package]] 464 920 name = "lock_api" 465 921 version = "0.4.14" 466 922 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 491 947 checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" 492 948 493 949 [[package]] 950 + name = "md-5" 951 + version = "0.10.6" 952 + source = "registry+https://github.com/rust-lang/crates.io-index" 953 + checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 954 + dependencies = [ 955 + "cfg-if", 956 + "digest", 957 + ] 958 + 959 + [[package]] 494 960 name = "memchr" 495 961 version = "2.8.0" 496 962 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 510 976 dependencies = [ 511 977 "libc", 512 978 "wasi", 513 - "windows-sys", 979 + "windows-sys 0.61.2", 514 980 ] 515 981 516 982 [[package]] ··· 519 985 source = "registry+https://github.com/rust-lang/crates.io-index" 520 986 checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 521 987 dependencies = [ 522 - "windows-sys", 988 + "windows-sys 0.61.2", 989 + ] 990 + 991 + [[package]] 992 + name = "num-bigint-dig" 993 + version = "0.8.6" 994 + source = "registry+https://github.com/rust-lang/crates.io-index" 995 + checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7" 996 + dependencies = [ 997 + "lazy_static", 998 + "libm", 999 + "num-integer", 1000 + "num-iter", 1001 + "num-traits", 1002 + "rand", 1003 + "smallvec", 1004 + "zeroize", 1005 + ] 1006 + 1007 + [[package]] 1008 + name = "num-integer" 1009 + version = "0.1.46" 1010 + source = "registry+https://github.com/rust-lang/crates.io-index" 1011 + checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 1012 + dependencies = [ 1013 + "num-traits", 1014 + ] 1015 + 1016 + [[package]] 1017 + name = "num-iter" 1018 + version = "0.1.45" 1019 + source = "registry+https://github.com/rust-lang/crates.io-index" 1020 + checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 1021 + dependencies = [ 1022 + "autocfg", 1023 + "num-integer", 1024 + "num-traits", 1025 + ] 1026 + 1027 + [[package]] 1028 + name = "num-traits" 1029 + version = "0.2.19" 1030 + source = "registry+https://github.com/rust-lang/crates.io-index" 1031 + checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1032 + dependencies = [ 1033 + "autocfg", 1034 + "libm", 523 1035 ] 524 1036 525 1037 [[package]] ··· 533 1045 version = "1.70.2" 534 1046 source = "registry+https://github.com/rust-lang/crates.io-index" 535 1047 checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 1048 + 1049 + [[package]] 1050 + name = "parking" 1051 + version = "2.2.1" 1052 + source = "registry+https://github.com/rust-lang/crates.io-index" 1053 + checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 536 1054 537 1055 [[package]] 538 1056 name = "parking_lot" ··· 552 1070 dependencies = [ 553 1071 "cfg-if", 554 1072 "libc", 555 - "redox_syscall", 1073 + "redox_syscall 0.5.18", 556 1074 "smallvec", 557 1075 "windows-link", 558 1076 ] 559 1077 560 1078 [[package]] 1079 + name = "pem-rfc7468" 1080 + version = "0.7.0" 1081 + source = "registry+https://github.com/rust-lang/crates.io-index" 1082 + checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 1083 + dependencies = [ 1084 + "base64ct", 1085 + ] 1086 + 1087 + [[package]] 561 1088 name = "percent-encoding" 562 1089 version = "2.3.2" 563 1090 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 576 1103 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 577 1104 578 1105 [[package]] 1106 + name = "pkcs1" 1107 + version = "0.7.5" 1108 + source = "registry+https://github.com/rust-lang/crates.io-index" 1109 + checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 1110 + dependencies = [ 1111 + "der", 1112 + "pkcs8", 1113 + "spki", 1114 + ] 1115 + 1116 + [[package]] 1117 + name = "pkcs8" 1118 + version = "0.10.2" 1119 + source = "registry+https://github.com/rust-lang/crates.io-index" 1120 + checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 1121 + dependencies = [ 1122 + "der", 1123 + "spki", 1124 + ] 1125 + 1126 + [[package]] 1127 + name = "pkg-config" 1128 + version = "0.3.32" 1129 + source = "registry+https://github.com/rust-lang/crates.io-index" 1130 + checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 1131 + 1132 + [[package]] 1133 + name = "plain" 1134 + version = "0.2.3" 1135 + source = "registry+https://github.com/rust-lang/crates.io-index" 1136 + checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" 1137 + 1138 + [[package]] 1139 + name = "potential_utf" 1140 + version = "0.1.4" 1141 + source = "registry+https://github.com/rust-lang/crates.io-index" 1142 + checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" 1143 + dependencies = [ 1144 + "zerovec", 1145 + ] 1146 + 1147 + [[package]] 1148 + name = "ppv-lite86" 1149 + version = "0.2.21" 1150 + source = "registry+https://github.com/rust-lang/crates.io-index" 1151 + checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 1152 + dependencies = [ 1153 + "zerocopy", 1154 + ] 1155 + 1156 + [[package]] 579 1157 name = "prettyplease" 580 1158 version = "0.2.37" 581 1159 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 610 1188 checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" 611 1189 612 1190 [[package]] 1191 + name = "rand" 1192 + version = "0.8.5" 1193 + source = "registry+https://github.com/rust-lang/crates.io-index" 1194 + checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1195 + dependencies = [ 1196 + "libc", 1197 + "rand_chacha", 1198 + "rand_core", 1199 + ] 1200 + 1201 + [[package]] 1202 + name = "rand_chacha" 1203 + version = "0.3.1" 1204 + source = "registry+https://github.com/rust-lang/crates.io-index" 1205 + checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1206 + dependencies = [ 1207 + "ppv-lite86", 1208 + "rand_core", 1209 + ] 1210 + 1211 + [[package]] 1212 + name = "rand_core" 1213 + version = "0.6.4" 1214 + source = "registry+https://github.com/rust-lang/crates.io-index" 1215 + checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1216 + dependencies = [ 1217 + "getrandom 0.2.17", 1218 + ] 1219 + 1220 + [[package]] 613 1221 name = "redox_syscall" 614 1222 version = "0.5.18" 615 1223 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 619 1227 ] 620 1228 621 1229 [[package]] 1230 + name = "redox_syscall" 1231 + version = "0.7.3" 1232 + source = "registry+https://github.com/rust-lang/crates.io-index" 1233 + checksum = "6ce70a74e890531977d37e532c34d45e9055d2409ed08ddba14529471ed0be16" 1234 + dependencies = [ 1235 + "bitflags", 1236 + ] 1237 + 1238 + [[package]] 622 1239 name = "regex-automata" 623 1240 version = "0.4.14" 624 1241 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 644 1261 "clap", 645 1262 "common", 646 1263 "serde_json", 1264 + "sqlx", 647 1265 "tokio", 648 1266 "tower", 649 1267 "tower-http", ··· 656 1274 version = "0.1.0" 657 1275 658 1276 [[package]] 1277 + name = "rsa" 1278 + version = "0.9.10" 1279 + source = "registry+https://github.com/rust-lang/crates.io-index" 1280 + checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d" 1281 + dependencies = [ 1282 + "const-oid", 1283 + "digest", 1284 + "num-bigint-dig", 1285 + "num-integer", 1286 + "num-traits", 1287 + "pkcs1", 1288 + "pkcs8", 1289 + "rand_core", 1290 + "signature", 1291 + "spki", 1292 + "subtle", 1293 + "zeroize", 1294 + ] 1295 + 1296 + [[package]] 659 1297 name = "rustix" 660 1298 version = "1.1.4" 661 1299 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 665 1303 "errno", 666 1304 "libc", 667 1305 "linux-raw-sys", 668 - "windows-sys", 1306 + "windows-sys 0.61.2", 669 1307 ] 670 1308 671 1309 [[package]] ··· 768 1406 ] 769 1407 770 1408 [[package]] 1409 + name = "sha1" 1410 + version = "0.10.6" 1411 + source = "registry+https://github.com/rust-lang/crates.io-index" 1412 + checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 1413 + dependencies = [ 1414 + "cfg-if", 1415 + "cpufeatures", 1416 + "digest", 1417 + ] 1418 + 1419 + [[package]] 1420 + name = "sha2" 1421 + version = "0.10.9" 1422 + source = "registry+https://github.com/rust-lang/crates.io-index" 1423 + checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 1424 + dependencies = [ 1425 + "cfg-if", 1426 + "cpufeatures", 1427 + "digest", 1428 + ] 1429 + 1430 + [[package]] 771 1431 name = "sharded-slab" 772 1432 version = "0.1.7" 773 1433 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 777 1437 ] 778 1438 779 1439 [[package]] 1440 + name = "shlex" 1441 + version = "1.3.0" 1442 + source = "registry+https://github.com/rust-lang/crates.io-index" 1443 + checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1444 + 1445 + [[package]] 780 1446 name = "signal-hook-registry" 781 1447 version = "1.4.8" 782 1448 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 784 1450 dependencies = [ 785 1451 "errno", 786 1452 "libc", 1453 + ] 1454 + 1455 + [[package]] 1456 + name = "signature" 1457 + version = "2.2.0" 1458 + source = "registry+https://github.com/rust-lang/crates.io-index" 1459 + checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 1460 + dependencies = [ 1461 + "digest", 1462 + "rand_core", 787 1463 ] 788 1464 789 1465 [[package]] ··· 797 1473 version = "1.15.1" 798 1474 source = "registry+https://github.com/rust-lang/crates.io-index" 799 1475 checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 1476 + dependencies = [ 1477 + "serde", 1478 + ] 800 1479 801 1480 [[package]] 802 1481 name = "socket2" ··· 805 1484 checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" 806 1485 dependencies = [ 807 1486 "libc", 808 - "windows-sys", 1487 + "windows-sys 0.61.2", 1488 + ] 1489 + 1490 + [[package]] 1491 + name = "spin" 1492 + version = "0.9.8" 1493 + source = "registry+https://github.com/rust-lang/crates.io-index" 1494 + checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 1495 + dependencies = [ 1496 + "lock_api", 1497 + ] 1498 + 1499 + [[package]] 1500 + name = "spki" 1501 + version = "0.7.3" 1502 + source = "registry+https://github.com/rust-lang/crates.io-index" 1503 + checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 1504 + dependencies = [ 1505 + "base64ct", 1506 + "der", 1507 + ] 1508 + 1509 + [[package]] 1510 + name = "sqlx" 1511 + version = "0.8.6" 1512 + source = "registry+https://github.com/rust-lang/crates.io-index" 1513 + checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc" 1514 + dependencies = [ 1515 + "sqlx-core", 1516 + "sqlx-macros", 1517 + "sqlx-mysql", 1518 + "sqlx-postgres", 1519 + "sqlx-sqlite", 1520 + ] 1521 + 1522 + [[package]] 1523 + name = "sqlx-core" 1524 + version = "0.8.6" 1525 + source = "registry+https://github.com/rust-lang/crates.io-index" 1526 + checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6" 1527 + dependencies = [ 1528 + "base64", 1529 + "bytes", 1530 + "crc", 1531 + "crossbeam-queue", 1532 + "either", 1533 + "event-listener", 1534 + "futures-core", 1535 + "futures-intrusive", 1536 + "futures-io", 1537 + "futures-util", 1538 + "hashbrown 0.15.5", 1539 + "hashlink", 1540 + "indexmap", 1541 + "log", 1542 + "memchr", 1543 + "once_cell", 1544 + "percent-encoding", 1545 + "serde", 1546 + "serde_json", 1547 + "sha2", 1548 + "smallvec", 1549 + "thiserror", 1550 + "tokio", 1551 + "tokio-stream", 1552 + "tracing", 1553 + "url", 1554 + ] 1555 + 1556 + [[package]] 1557 + name = "sqlx-macros" 1558 + version = "0.8.6" 1559 + source = "registry+https://github.com/rust-lang/crates.io-index" 1560 + checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d" 1561 + dependencies = [ 1562 + "proc-macro2", 1563 + "quote", 1564 + "sqlx-core", 1565 + "sqlx-macros-core", 1566 + "syn", 1567 + ] 1568 + 1569 + [[package]] 1570 + name = "sqlx-macros-core" 1571 + version = "0.8.6" 1572 + source = "registry+https://github.com/rust-lang/crates.io-index" 1573 + checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b" 1574 + dependencies = [ 1575 + "dotenvy", 1576 + "either", 1577 + "heck", 1578 + "hex", 1579 + "once_cell", 1580 + "proc-macro2", 1581 + "quote", 1582 + "serde", 1583 + "serde_json", 1584 + "sha2", 1585 + "sqlx-core", 1586 + "sqlx-mysql", 1587 + "sqlx-postgres", 1588 + "sqlx-sqlite", 1589 + "syn", 1590 + "tokio", 1591 + "url", 1592 + ] 1593 + 1594 + [[package]] 1595 + name = "sqlx-mysql" 1596 + version = "0.8.6" 1597 + source = "registry+https://github.com/rust-lang/crates.io-index" 1598 + checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526" 1599 + dependencies = [ 1600 + "atoi", 1601 + "base64", 1602 + "bitflags", 1603 + "byteorder", 1604 + "bytes", 1605 + "crc", 1606 + "digest", 1607 + "dotenvy", 1608 + "either", 1609 + "futures-channel", 1610 + "futures-core", 1611 + "futures-io", 1612 + "futures-util", 1613 + "generic-array", 1614 + "hex", 1615 + "hkdf", 1616 + "hmac", 1617 + "itoa", 1618 + "log", 1619 + "md-5", 1620 + "memchr", 1621 + "once_cell", 1622 + "percent-encoding", 1623 + "rand", 1624 + "rsa", 1625 + "serde", 1626 + "sha1", 1627 + "sha2", 1628 + "smallvec", 1629 + "sqlx-core", 1630 + "stringprep", 1631 + "thiserror", 1632 + "tracing", 1633 + "whoami", 1634 + ] 1635 + 1636 + [[package]] 1637 + name = "sqlx-postgres" 1638 + version = "0.8.6" 1639 + source = "registry+https://github.com/rust-lang/crates.io-index" 1640 + checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46" 1641 + dependencies = [ 1642 + "atoi", 1643 + "base64", 1644 + "bitflags", 1645 + "byteorder", 1646 + "crc", 1647 + "dotenvy", 1648 + "etcetera", 1649 + "futures-channel", 1650 + "futures-core", 1651 + "futures-util", 1652 + "hex", 1653 + "hkdf", 1654 + "hmac", 1655 + "home", 1656 + "itoa", 1657 + "log", 1658 + "md-5", 1659 + "memchr", 1660 + "once_cell", 1661 + "rand", 1662 + "serde", 1663 + "serde_json", 1664 + "sha2", 1665 + "smallvec", 1666 + "sqlx-core", 1667 + "stringprep", 1668 + "thiserror", 1669 + "tracing", 1670 + "whoami", 1671 + ] 1672 + 1673 + [[package]] 1674 + name = "sqlx-sqlite" 1675 + version = "0.8.6" 1676 + source = "registry+https://github.com/rust-lang/crates.io-index" 1677 + checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea" 1678 + dependencies = [ 1679 + "atoi", 1680 + "flume", 1681 + "futures-channel", 1682 + "futures-core", 1683 + "futures-executor", 1684 + "futures-intrusive", 1685 + "futures-util", 1686 + "libsqlite3-sys", 1687 + "log", 1688 + "percent-encoding", 1689 + "serde", 1690 + "serde_urlencoded", 1691 + "sqlx-core", 1692 + "thiserror", 1693 + "tracing", 1694 + "url", 1695 + ] 1696 + 1697 + [[package]] 1698 + name = "stable_deref_trait" 1699 + version = "1.2.1" 1700 + source = "registry+https://github.com/rust-lang/crates.io-index" 1701 + checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 1702 + 1703 + [[package]] 1704 + name = "stringprep" 1705 + version = "0.1.5" 1706 + source = "registry+https://github.com/rust-lang/crates.io-index" 1707 + checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" 1708 + dependencies = [ 1709 + "unicode-bidi", 1710 + "unicode-normalization", 1711 + "unicode-properties", 809 1712 ] 810 1713 811 1714 [[package]] ··· 815 1718 checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 816 1719 817 1720 [[package]] 1721 + name = "subtle" 1722 + version = "2.6.1" 1723 + source = "registry+https://github.com/rust-lang/crates.io-index" 1724 + checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 1725 + 1726 + [[package]] 818 1727 name = "syn" 819 1728 version = "2.0.117" 820 1729 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 832 1741 checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 833 1742 834 1743 [[package]] 1744 + name = "synstructure" 1745 + version = "0.13.2" 1746 + source = "registry+https://github.com/rust-lang/crates.io-index" 1747 + checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 1748 + dependencies = [ 1749 + "proc-macro2", 1750 + "quote", 1751 + "syn", 1752 + ] 1753 + 1754 + [[package]] 835 1755 name = "tempfile" 836 1756 version = "3.26.0" 837 1757 source = "registry+https://github.com/rust-lang/crates.io-index" 838 1758 checksum = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0" 839 1759 dependencies = [ 840 1760 "fastrand", 841 - "getrandom", 1761 + "getrandom 0.4.2", 842 1762 "once_cell", 843 1763 "rustix", 844 - "windows-sys", 1764 + "windows-sys 0.61.2", 845 1765 ] 846 1766 847 1767 [[package]] ··· 874 1794 ] 875 1795 876 1796 [[package]] 1797 + name = "tinystr" 1798 + version = "0.8.2" 1799 + source = "registry+https://github.com/rust-lang/crates.io-index" 1800 + checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" 1801 + dependencies = [ 1802 + "displaydoc", 1803 + "zerovec", 1804 + ] 1805 + 1806 + [[package]] 1807 + name = "tinyvec" 1808 + version = "1.10.0" 1809 + source = "registry+https://github.com/rust-lang/crates.io-index" 1810 + checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 1811 + dependencies = [ 1812 + "tinyvec_macros", 1813 + ] 1814 + 1815 + [[package]] 1816 + name = "tinyvec_macros" 1817 + version = "0.1.1" 1818 + source = "registry+https://github.com/rust-lang/crates.io-index" 1819 + checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 1820 + 1821 + [[package]] 877 1822 name = "tokio" 878 1823 version = "1.50.0" 879 1824 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 887 1832 "signal-hook-registry", 888 1833 "socket2", 889 1834 "tokio-macros", 890 - "windows-sys", 1835 + "windows-sys 0.61.2", 891 1836 ] 892 1837 893 1838 [[package]] ··· 899 1844 "proc-macro2", 900 1845 "quote", 901 1846 "syn", 1847 + ] 1848 + 1849 + [[package]] 1850 + name = "tokio-stream" 1851 + version = "0.1.18" 1852 + source = "registry+https://github.com/rust-lang/crates.io-index" 1853 + checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" 1854 + dependencies = [ 1855 + "futures-core", 1856 + "pin-project-lite", 1857 + "tokio", 902 1858 ] 903 1859 904 1860 [[package]] ··· 1050 2006 ] 1051 2007 1052 2008 [[package]] 2009 + name = "typenum" 2010 + version = "1.19.0" 2011 + source = "registry+https://github.com/rust-lang/crates.io-index" 2012 + checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 2013 + 2014 + [[package]] 2015 + name = "unicode-bidi" 2016 + version = "0.3.18" 2017 + source = "registry+https://github.com/rust-lang/crates.io-index" 2018 + checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" 2019 + 2020 + [[package]] 1053 2021 name = "unicode-ident" 1054 2022 version = "1.0.24" 1055 2023 source = "registry+https://github.com/rust-lang/crates.io-index" 1056 2024 checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 1057 2025 1058 2026 [[package]] 2027 + name = "unicode-normalization" 2028 + version = "0.1.25" 2029 + source = "registry+https://github.com/rust-lang/crates.io-index" 2030 + checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" 2031 + dependencies = [ 2032 + "tinyvec", 2033 + ] 2034 + 2035 + [[package]] 2036 + name = "unicode-properties" 2037 + version = "0.1.4" 2038 + source = "registry+https://github.com/rust-lang/crates.io-index" 2039 + checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d" 2040 + 2041 + [[package]] 1059 2042 name = "unicode-xid" 1060 2043 version = "0.2.6" 1061 2044 source = "registry+https://github.com/rust-lang/crates.io-index" 1062 2045 checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 1063 2046 1064 2047 [[package]] 2048 + name = "url" 2049 + version = "2.5.8" 2050 + source = "registry+https://github.com/rust-lang/crates.io-index" 2051 + checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" 2052 + dependencies = [ 2053 + "form_urlencoded", 2054 + "idna", 2055 + "percent-encoding", 2056 + "serde", 2057 + ] 2058 + 2059 + [[package]] 2060 + name = "utf8_iter" 2061 + version = "1.0.4" 2062 + source = "registry+https://github.com/rust-lang/crates.io-index" 2063 + checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 2064 + 2065 + [[package]] 1065 2066 name = "utf8parse" 1066 2067 version = "0.2.2" 1067 2068 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1072 2073 version = "0.1.1" 1073 2074 source = "registry+https://github.com/rust-lang/crates.io-index" 1074 2075 checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 2076 + 2077 + [[package]] 2078 + name = "vcpkg" 2079 + version = "0.2.15" 2080 + source = "registry+https://github.com/rust-lang/crates.io-index" 2081 + checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 2082 + 2083 + [[package]] 2084 + name = "version_check" 2085 + version = "0.9.5" 2086 + source = "registry+https://github.com/rust-lang/crates.io-index" 2087 + checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 1075 2088 1076 2089 [[package]] 1077 2090 name = "wasi" ··· 1098 2111 ] 1099 2112 1100 2113 [[package]] 2114 + name = "wasite" 2115 + version = "0.1.0" 2116 + source = "registry+https://github.com/rust-lang/crates.io-index" 2117 + checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" 2118 + 2119 + [[package]] 1101 2120 name = "wasm-encoder" 1102 2121 version = "0.244.0" 1103 2122 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1132 2151 ] 1133 2152 1134 2153 [[package]] 2154 + name = "whoami" 2155 + version = "1.6.1" 2156 + source = "registry+https://github.com/rust-lang/crates.io-index" 2157 + checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d" 2158 + dependencies = [ 2159 + "libredox", 2160 + "wasite", 2161 + ] 2162 + 2163 + [[package]] 1135 2164 name = "windows-link" 1136 2165 version = "0.2.1" 1137 2166 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1139 2168 1140 2169 [[package]] 1141 2170 name = "windows-sys" 2171 + version = "0.48.0" 2172 + source = "registry+https://github.com/rust-lang/crates.io-index" 2173 + checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 2174 + dependencies = [ 2175 + "windows-targets", 2176 + ] 2177 + 2178 + [[package]] 2179 + name = "windows-sys" 1142 2180 version = "0.61.2" 1143 2181 source = "registry+https://github.com/rust-lang/crates.io-index" 1144 2182 checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" ··· 1147 2185 ] 1148 2186 1149 2187 [[package]] 2188 + name = "windows-targets" 2189 + version = "0.48.5" 2190 + source = "registry+https://github.com/rust-lang/crates.io-index" 2191 + checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 2192 + dependencies = [ 2193 + "windows_aarch64_gnullvm", 2194 + "windows_aarch64_msvc", 2195 + "windows_i686_gnu", 2196 + "windows_i686_msvc", 2197 + "windows_x86_64_gnu", 2198 + "windows_x86_64_gnullvm", 2199 + "windows_x86_64_msvc", 2200 + ] 2201 + 2202 + [[package]] 2203 + name = "windows_aarch64_gnullvm" 2204 + version = "0.48.5" 2205 + source = "registry+https://github.com/rust-lang/crates.io-index" 2206 + checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 2207 + 2208 + [[package]] 2209 + name = "windows_aarch64_msvc" 2210 + version = "0.48.5" 2211 + source = "registry+https://github.com/rust-lang/crates.io-index" 2212 + checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 2213 + 2214 + [[package]] 2215 + name = "windows_i686_gnu" 2216 + version = "0.48.5" 2217 + source = "registry+https://github.com/rust-lang/crates.io-index" 2218 + checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 2219 + 2220 + [[package]] 2221 + name = "windows_i686_msvc" 2222 + version = "0.48.5" 2223 + source = "registry+https://github.com/rust-lang/crates.io-index" 2224 + checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 2225 + 2226 + [[package]] 2227 + name = "windows_x86_64_gnu" 2228 + version = "0.48.5" 2229 + source = "registry+https://github.com/rust-lang/crates.io-index" 2230 + checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 2231 + 2232 + [[package]] 2233 + name = "windows_x86_64_gnullvm" 2234 + version = "0.48.5" 2235 + source = "registry+https://github.com/rust-lang/crates.io-index" 2236 + checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 2237 + 2238 + [[package]] 2239 + name = "windows_x86_64_msvc" 2240 + version = "0.48.5" 2241 + source = "registry+https://github.com/rust-lang/crates.io-index" 2242 + checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 2243 + 2244 + [[package]] 1150 2245 name = "winnow" 1151 2246 version = "0.7.15" 1152 2247 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1241 2336 "serde_json", 1242 2337 "unicode-xid", 1243 2338 "wasmparser", 2339 + ] 2340 + 2341 + [[package]] 2342 + name = "writeable" 2343 + version = "0.6.2" 2344 + source = "registry+https://github.com/rust-lang/crates.io-index" 2345 + checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" 2346 + 2347 + [[package]] 2348 + name = "yoke" 2349 + version = "0.8.1" 2350 + source = "registry+https://github.com/rust-lang/crates.io-index" 2351 + checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" 2352 + dependencies = [ 2353 + "stable_deref_trait", 2354 + "yoke-derive", 2355 + "zerofrom", 2356 + ] 2357 + 2358 + [[package]] 2359 + name = "yoke-derive" 2360 + version = "0.8.1" 2361 + source = "registry+https://github.com/rust-lang/crates.io-index" 2362 + checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" 2363 + dependencies = [ 2364 + "proc-macro2", 2365 + "quote", 2366 + "syn", 2367 + "synstructure", 2368 + ] 2369 + 2370 + [[package]] 2371 + name = "zerocopy" 2372 + version = "0.8.42" 2373 + source = "registry+https://github.com/rust-lang/crates.io-index" 2374 + checksum = "f2578b716f8a7a858b7f02d5bd870c14bf4ddbbcf3a4c05414ba6503640505e3" 2375 + dependencies = [ 2376 + "zerocopy-derive", 2377 + ] 2378 + 2379 + [[package]] 2380 + name = "zerocopy-derive" 2381 + version = "0.8.42" 2382 + source = "registry+https://github.com/rust-lang/crates.io-index" 2383 + checksum = "7e6cc098ea4d3bd6246687de65af3f920c430e236bee1e3bf2e441463f08a02f" 2384 + dependencies = [ 2385 + "proc-macro2", 2386 + "quote", 2387 + "syn", 2388 + ] 2389 + 2390 + [[package]] 2391 + name = "zerofrom" 2392 + version = "0.1.6" 2393 + source = "registry+https://github.com/rust-lang/crates.io-index" 2394 + checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 2395 + dependencies = [ 2396 + "zerofrom-derive", 2397 + ] 2398 + 2399 + [[package]] 2400 + name = "zerofrom-derive" 2401 + version = "0.1.6" 2402 + source = "registry+https://github.com/rust-lang/crates.io-index" 2403 + checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 2404 + dependencies = [ 2405 + "proc-macro2", 2406 + "quote", 2407 + "syn", 2408 + "synstructure", 2409 + ] 2410 + 2411 + [[package]] 2412 + name = "zeroize" 2413 + version = "1.8.2" 2414 + source = "registry+https://github.com/rust-lang/crates.io-index" 2415 + checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 2416 + 2417 + [[package]] 2418 + name = "zerotrie" 2419 + version = "0.2.3" 2420 + source = "registry+https://github.com/rust-lang/crates.io-index" 2421 + checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" 2422 + dependencies = [ 2423 + "displaydoc", 2424 + "yoke", 2425 + "zerofrom", 2426 + ] 2427 + 2428 + [[package]] 2429 + name = "zerovec" 2430 + version = "0.11.5" 2431 + source = "registry+https://github.com/rust-lang/crates.io-index" 2432 + checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" 2433 + dependencies = [ 2434 + "yoke", 2435 + "zerofrom", 2436 + "zerovec-derive", 2437 + ] 2438 + 2439 + [[package]] 2440 + name = "zerovec-derive" 2441 + version = "0.11.2" 2442 + source = "registry+https://github.com/rust-lang/crates.io-index" 2443 + checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" 2444 + dependencies = [ 2445 + "proc-macro2", 2446 + "quote", 2447 + "syn", 1244 2448 ] 1245 2449 1246 2450 [[package]]