Our Personal Data Server from scratch!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(nix): generate-lockfile for fix/signal-nix-build-deps

authored by

teq and committed by tangled.org 90396487 770a16b0

+870 -596
+870 -596
Cargo.lock
··· 45 45 dependencies = [ 46 46 "cfg-if", 47 47 "cipher", 48 - "cpufeatures", 48 + "cpufeatures 0.2.17", 49 49 "zeroize", 50 50 ] 51 51 ··· 122 122 123 123 [[package]] 124 124 name = "anstream" 125 - version = "0.6.21" 125 + version = "1.0.0" 126 126 source = "registry+https://github.com/rust-lang/crates.io-index" 127 - checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" 127 + checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" 128 128 dependencies = [ 129 129 "anstyle", 130 130 "anstyle-parse", ··· 137 137 138 138 [[package]] 139 139 name = "anstyle" 140 - version = "1.0.13" 140 + version = "1.0.14" 141 141 source = "registry+https://github.com/rust-lang/crates.io-index" 142 - checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 142 + checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" 143 143 144 144 [[package]] 145 145 name = "anstyle-parse" 146 - version = "0.2.7" 146 + version = "1.0.0" 147 147 source = "registry+https://github.com/rust-lang/crates.io-index" 148 - checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 148 + checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" 149 149 dependencies = [ 150 150 "utf8parse", 151 151 ] ··· 172 172 173 173 [[package]] 174 174 name = "anyhow" 175 - version = "1.0.100" 175 + version = "1.0.102" 176 176 source = "registry+https://github.com/rust-lang/crates.io-index" 177 - checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" 177 + checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" 178 178 179 179 [[package]] 180 - name = "arbitrary" 181 - version = "1.4.2" 180 + name = "arc-swap" 181 + version = "1.9.0" 182 182 source = "registry+https://github.com/rust-lang/crates.io-index" 183 - checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" 183 + checksum = "a07d1f37ff60921c83bdfc7407723bdefe89b44b98a9b772f225c8f9d67141a6" 184 184 dependencies = [ 185 - "derive_arbitrary", 185 + "rustversion", 186 186 ] 187 - 188 - [[package]] 189 - name = "arc-swap" 190 - version = "1.7.1" 191 - source = "registry+https://github.com/rust-lang/crates.io-index" 192 - checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" 193 187 194 188 [[package]] 195 189 name = "arcstr" ··· 205 199 dependencies = [ 206 200 "base64ct", 207 201 "blake2", 208 - "cpufeatures", 202 + "cpufeatures 0.2.17", 209 203 "password-hash", 210 204 "zeroize", 211 205 ] ··· 234 228 dependencies = [ 235 229 "proc-macro2", 236 230 "quote", 237 - "syn 2.0.111", 231 + "syn 2.0.117", 238 232 "synstructure", 239 233 ] 240 234 ··· 246 240 dependencies = [ 247 241 "proc-macro2", 248 242 "quote", 249 - "syn 2.0.111", 243 + "syn 2.0.117", 250 244 ] 251 245 252 246 [[package]] ··· 283 277 284 278 [[package]] 285 279 name = "async-compression" 286 - version = "0.4.36" 280 + version = "0.4.41" 287 281 source = "registry+https://github.com/rust-lang/crates.io-index" 288 - checksum = "98ec5f6c2f8bc326c994cb9e241cc257ddaba9afa8555a43cffbb5dd86efaa37" 282 + checksum = "d0f9ee0f6e02ffd7ad5816e9464499fba7b3effd01123b515c41d1697c43dad1" 289 283 dependencies = [ 290 284 "compression-codecs", 291 285 "compression-core", 292 - "futures-core", 293 286 "pin-project-lite", 294 287 "tokio", 295 288 ] 296 289 297 290 [[package]] 291 + name = "async-lock" 292 + version = "3.4.2" 293 + source = "registry+https://github.com/rust-lang/crates.io-index" 294 + checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" 295 + dependencies = [ 296 + "event-listener", 297 + "event-listener-strategy", 298 + "pin-project-lite", 299 + ] 300 + 301 + [[package]] 298 302 name = "async-stream" 299 303 version = "0.3.6" 300 304 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 313 317 dependencies = [ 314 318 "proc-macro2", 315 319 "quote", 316 - "syn 2.0.111", 320 + "syn 2.0.117", 317 321 ] 318 322 319 323 [[package]] ··· 324 328 dependencies = [ 325 329 "proc-macro2", 326 330 "quote", 327 - "syn 2.0.111", 331 + "syn 2.0.117", 328 332 ] 329 333 330 334 [[package]] ··· 375 379 376 380 [[package]] 377 381 name = "aws-config" 378 - version = "1.8.12" 382 + version = "1.8.15" 379 383 source = "registry+https://github.com/rust-lang/crates.io-index" 380 - checksum = "96571e6996817bf3d58f6b569e4b9fd2e9d2fcf9f7424eed07b2ce9bb87535e5" 384 + checksum = "11493b0bad143270fb8ad284a096dd529ba91924c5409adeac856cc1bf047dbc" 381 385 dependencies = [ 382 386 "aws-credential-types", 383 387 "aws-runtime", ··· 385 389 "aws-sdk-ssooidc", 386 390 "aws-sdk-sts", 387 391 "aws-smithy-async", 388 - "aws-smithy-http", 389 - "aws-smithy-json", 392 + "aws-smithy-http 0.63.6", 393 + "aws-smithy-json 0.62.5", 390 394 "aws-smithy-runtime", 391 395 "aws-smithy-runtime-api", 392 396 "aws-smithy-types", ··· 395 399 "fastrand", 396 400 "hex", 397 401 "http 1.4.0", 398 - "ring", 402 + "sha1", 399 403 "time", 400 404 "tokio", 401 405 "tracing", ··· 405 409 406 410 [[package]] 407 411 name = "aws-credential-types" 408 - version = "1.2.11" 412 + version = "1.2.14" 409 413 source = "registry+https://github.com/rust-lang/crates.io-index" 410 - checksum = "3cd362783681b15d136480ad555a099e82ecd8e2d10a841e14dfd0078d67fee3" 414 + checksum = "8f20799b373a1be121fe3005fba0c2090af9411573878f224df44b42727fcaf7" 411 415 dependencies = [ 412 416 "aws-smithy-async", 413 417 "aws-smithy-runtime-api", ··· 417 421 418 422 [[package]] 419 423 name = "aws-lc-rs" 420 - version = "1.15.2" 424 + version = "1.16.2" 421 425 source = "registry+https://github.com/rust-lang/crates.io-index" 422 - checksum = "6a88aab2464f1f25453baa7a07c84c5b7684e274054ba06817f382357f77a288" 426 + checksum = "a054912289d18629dc78375ba2c3726a3afe3ff71b4edba9dedfca0e3446d1fc" 423 427 dependencies = [ 424 428 "aws-lc-sys", 425 429 "zeroize", ··· 427 431 428 432 [[package]] 429 433 name = "aws-lc-sys" 430 - version = "0.35.0" 434 + version = "0.39.0" 431 435 source = "registry+https://github.com/rust-lang/crates.io-index" 432 - checksum = "b45afffdee1e7c9126814751f88dddc747f41d91da16c9551a0f1e8a11e788a1" 436 + checksum = "1fa7e52a4c5c547c741610a2c6f123f3881e409b714cd27e6798ef020c514f0a" 433 437 dependencies = [ 434 438 "cc", 435 439 "cmake", ··· 439 443 440 444 [[package]] 441 445 name = "aws-runtime" 442 - version = "1.5.17" 446 + version = "1.7.2" 443 447 source = "registry+https://github.com/rust-lang/crates.io-index" 444 - checksum = "d81b5b2898f6798ad58f484856768bca817e3cd9de0974c24ae0f1113fe88f1b" 448 + checksum = "5fc0651c57e384202e47153c1260b84a9936e19803d747615edf199dc3b98d17" 445 449 dependencies = [ 446 450 "aws-credential-types", 447 451 "aws-sigv4", 448 452 "aws-smithy-async", 449 453 "aws-smithy-eventstream", 450 - "aws-smithy-http", 454 + "aws-smithy-http 0.63.6", 451 455 "aws-smithy-runtime", 452 456 "aws-smithy-runtime-api", 453 457 "aws-smithy-types", 454 458 "aws-types", 455 459 "bytes", 460 + "bytes-utils", 456 461 "fastrand", 457 462 "http 0.2.12", 463 + "http 1.4.0", 458 464 "http-body 0.4.6", 465 + "http-body 1.0.1", 459 466 "percent-encoding", 460 467 "pin-project-lite", 461 468 "tracing", ··· 464 471 465 472 [[package]] 466 473 name = "aws-sdk-s3" 467 - version = "1.118.0" 474 + version = "1.119.0" 468 475 source = "registry+https://github.com/rust-lang/crates.io-index" 469 - checksum = "d3e6b7079f85d9ea9a70643c9f89f50db70f5ada868fa9cfe08c1ffdf51abc13" 476 + checksum = "1d65fddc3844f902dfe1864acb8494db5f9342015ee3ab7890270d36fbd2e01c" 470 477 dependencies = [ 471 478 "aws-credential-types", 472 479 "aws-runtime", ··· 474 481 "aws-smithy-async", 475 482 "aws-smithy-checksums", 476 483 "aws-smithy-eventstream", 477 - "aws-smithy-http", 478 - "aws-smithy-json", 484 + "aws-smithy-http 0.62.6", 485 + "aws-smithy-json 0.61.9", 479 486 "aws-smithy-runtime", 480 487 "aws-smithy-runtime-api", 481 488 "aws-smithy-types", ··· 498 505 499 506 [[package]] 500 507 name = "aws-sdk-sso" 501 - version = "1.91.0" 508 + version = "1.97.0" 502 509 source = "registry+https://github.com/rust-lang/crates.io-index" 503 - checksum = "8ee6402a36f27b52fe67661c6732d684b2635152b676aa2babbfb5204f99115d" 510 + checksum = "9aadc669e184501caaa6beafb28c6267fc1baef0810fb58f9b205485ca3f2567" 504 511 dependencies = [ 505 512 "aws-credential-types", 506 513 "aws-runtime", 507 514 "aws-smithy-async", 508 - "aws-smithy-http", 509 - "aws-smithy-json", 515 + "aws-smithy-http 0.63.6", 516 + "aws-smithy-json 0.62.5", 517 + "aws-smithy-observability", 510 518 "aws-smithy-runtime", 511 519 "aws-smithy-runtime-api", 512 520 "aws-smithy-types", ··· 514 522 "bytes", 515 523 "fastrand", 516 524 "http 0.2.12", 525 + "http 1.4.0", 517 526 "regex-lite", 518 527 "tracing", 519 528 ] 520 529 521 530 [[package]] 522 531 name = "aws-sdk-ssooidc" 523 - version = "1.93.0" 532 + version = "1.99.0" 524 533 source = "registry+https://github.com/rust-lang/crates.io-index" 525 - checksum = "a45a7f750bbd170ee3677671ad782d90b894548f4e4ae168302c57ec9de5cb3e" 534 + checksum = "1342a7db8f358d3de0aed2007a0b54e875458e39848d54cc1d46700b2bfcb0a8" 526 535 dependencies = [ 527 536 "aws-credential-types", 528 537 "aws-runtime", 529 538 "aws-smithy-async", 530 - "aws-smithy-http", 531 - "aws-smithy-json", 539 + "aws-smithy-http 0.63.6", 540 + "aws-smithy-json 0.62.5", 541 + "aws-smithy-observability", 532 542 "aws-smithy-runtime", 533 543 "aws-smithy-runtime-api", 534 544 "aws-smithy-types", ··· 536 546 "bytes", 537 547 "fastrand", 538 548 "http 0.2.12", 549 + "http 1.4.0", 539 550 "regex-lite", 540 551 "tracing", 541 552 ] 542 553 543 554 [[package]] 544 555 name = "aws-sdk-sts" 545 - version = "1.95.0" 556 + version = "1.101.0" 546 557 source = "registry+https://github.com/rust-lang/crates.io-index" 547 - checksum = "55542378e419558e6b1f398ca70adb0b2088077e79ad9f14eb09441f2f7b2164" 558 + checksum = "ab41ad64e4051ecabeea802d6a17845a91e83287e1dd249e6963ea1ba78c428a" 548 559 dependencies = [ 549 560 "aws-credential-types", 550 561 "aws-runtime", 551 562 "aws-smithy-async", 552 - "aws-smithy-http", 553 - "aws-smithy-json", 563 + "aws-smithy-http 0.63.6", 564 + "aws-smithy-json 0.62.5", 565 + "aws-smithy-observability", 554 566 "aws-smithy-query", 555 567 "aws-smithy-runtime", 556 568 "aws-smithy-runtime-api", ··· 559 571 "aws-types", 560 572 "fastrand", 561 573 "http 0.2.12", 574 + "http 1.4.0", 562 575 "regex-lite", 563 576 "tracing", 564 577 ] 565 578 566 579 [[package]] 567 580 name = "aws-sigv4" 568 - version = "1.3.7" 581 + version = "1.4.2" 569 582 source = "registry+https://github.com/rust-lang/crates.io-index" 570 - checksum = "69e523e1c4e8e7e8ff219d732988e22bfeae8a1cafdbe6d9eca1546fa080be7c" 583 + checksum = "b0b660013a6683ab23797778e21f1f854744fdf05f68204b4cca4c8c04b5d1f4" 571 584 dependencies = [ 572 585 "aws-credential-types", 573 586 "aws-smithy-eventstream", 574 - "aws-smithy-http", 587 + "aws-smithy-http 0.63.6", 575 588 "aws-smithy-runtime-api", 576 589 "aws-smithy-types", 577 590 "bytes", ··· 593 606 594 607 [[package]] 595 608 name = "aws-smithy-async" 596 - version = "1.2.7" 609 + version = "1.2.14" 597 610 source = "registry+https://github.com/rust-lang/crates.io-index" 598 - checksum = "9ee19095c7c4dda59f1697d028ce704c24b2d33c6718790c7f1d5a3015b4107c" 611 + checksum = "2ffcaf626bdda484571968400c326a244598634dc75fd451325a54ad1a59acfc" 599 612 dependencies = [ 600 613 "futures-util", 601 614 "pin-project-lite", ··· 608 621 source = "registry+https://github.com/rust-lang/crates.io-index" 609 622 checksum = "87294a084b43d649d967efe58aa1f9e0adc260e13a6938eb904c0ae9b45824ae" 610 623 dependencies = [ 611 - "aws-smithy-http", 624 + "aws-smithy-http 0.62.6", 612 625 "aws-smithy-types", 613 626 "bytes", 614 627 "crc-fast", ··· 624 637 625 638 [[package]] 626 639 name = "aws-smithy-eventstream" 627 - version = "0.60.14" 640 + version = "0.60.20" 628 641 source = "registry+https://github.com/rust-lang/crates.io-index" 629 - checksum = "dc12f8b310e38cad85cf3bef45ad236f470717393c613266ce0a89512286b650" 642 + checksum = "faf09d74e5e32f76b8762da505a3cd59303e367a664ca67295387baa8c1d7548" 630 643 dependencies = [ 631 644 "aws-smithy-types", 632 645 "bytes", ··· 656 669 ] 657 670 658 671 [[package]] 672 + name = "aws-smithy-http" 673 + version = "0.63.6" 674 + source = "registry+https://github.com/rust-lang/crates.io-index" 675 + checksum = "ba1ab2dc1c2c3749ead27180d333c42f11be8b0e934058fb4b2258ee8dbe5231" 676 + dependencies = [ 677 + "aws-smithy-runtime-api", 678 + "aws-smithy-types", 679 + "bytes", 680 + "bytes-utils", 681 + "futures-core", 682 + "futures-util", 683 + "http 1.4.0", 684 + "http-body 1.0.1", 685 + "http-body-util", 686 + "percent-encoding", 687 + "pin-project-lite", 688 + "pin-utils", 689 + "tracing", 690 + ] 691 + 692 + [[package]] 659 693 name = "aws-smithy-http-client" 660 - version = "1.1.5" 694 + version = "1.1.12" 661 695 source = "registry+https://github.com/rust-lang/crates.io-index" 662 - checksum = "59e62db736db19c488966c8d787f52e6270be565727236fd5579eaa301e7bc4a" 696 + checksum = "6a2f165a7feee6f263028b899d0a181987f4fa7179a6411a32a439fba7c5f769" 663 697 dependencies = [ 664 698 "aws-smithy-async", 665 699 "aws-smithy-runtime-api", 666 700 "aws-smithy-types", 667 701 "h2 0.3.27", 668 - "h2 0.4.12", 702 + "h2 0.4.13", 669 703 "http 0.2.12", 670 704 "http 1.4.0", 671 705 "http-body 0.4.6", ··· 676 710 "hyper-util", 677 711 "pin-project-lite", 678 712 "rustls 0.21.12", 679 - "rustls 0.23.35", 713 + "rustls 0.23.37", 680 714 "rustls-native-certs", 681 715 "rustls-pki-types", 682 716 "tokio", ··· 695 729 ] 696 730 697 731 [[package]] 732 + name = "aws-smithy-json" 733 + version = "0.62.5" 734 + source = "registry+https://github.com/rust-lang/crates.io-index" 735 + checksum = "9648b0bb82a2eedd844052c6ad2a1a822d1f8e3adee5fbf668366717e428856a" 736 + dependencies = [ 737 + "aws-smithy-types", 738 + ] 739 + 740 + [[package]] 698 741 name = "aws-smithy-observability" 699 - version = "0.1.5" 742 + version = "0.2.6" 700 743 source = "registry+https://github.com/rust-lang/crates.io-index" 701 - checksum = "17f616c3f2260612fe44cede278bafa18e73e6479c4e393e2c4518cf2a9a228a" 744 + checksum = "a06c2315d173edbf1920da8ba3a7189695827002e4c0fc961973ab1c54abca9c" 702 745 dependencies = [ 703 746 "aws-smithy-runtime-api", 704 747 ] 705 748 706 749 [[package]] 707 750 name = "aws-smithy-query" 708 - version = "0.60.9" 751 + version = "0.60.15" 709 752 source = "registry+https://github.com/rust-lang/crates.io-index" 710 - checksum = "ae5d689cf437eae90460e944a58b5668530d433b4ff85789e69d2f2a556e057d" 753 + checksum = "1a56d79744fb3edb5d722ef79d86081e121d3b9422cb209eb03aea6aa4f21ebd" 711 754 dependencies = [ 712 755 "aws-smithy-types", 713 756 "urlencoding", ··· 715 758 716 759 [[package]] 717 760 name = "aws-smithy-runtime" 718 - version = "1.9.6" 761 + version = "1.10.3" 719 762 source = "registry+https://github.com/rust-lang/crates.io-index" 720 - checksum = "65fda37911905ea4d3141a01364bc5509a0f32ae3f3b22d6e330c0abfb62d247" 763 + checksum = "028999056d2d2fd58a697232f9eec4a643cf73a71cf327690a7edad1d2af2110" 721 764 dependencies = [ 722 765 "aws-smithy-async", 723 - "aws-smithy-http", 766 + "aws-smithy-http 0.63.6", 724 767 "aws-smithy-http-client", 725 768 "aws-smithy-observability", 726 769 "aws-smithy-runtime-api", ··· 731 774 "http 1.4.0", 732 775 "http-body 0.4.6", 733 776 "http-body 1.0.1", 777 + "http-body-util", 734 778 "pin-project-lite", 735 779 "pin-utils", 736 780 "tokio", ··· 739 783 740 784 [[package]] 741 785 name = "aws-smithy-runtime-api" 742 - version = "1.9.3" 786 + version = "1.11.6" 743 787 source = "registry+https://github.com/rust-lang/crates.io-index" 744 - checksum = "ab0d43d899f9e508300e587bf582ba54c27a452dd0a9ea294690669138ae14a2" 788 + checksum = "876ab3c9c29791ba4ba02b780a3049e21ec63dabda09268b175272c3733a79e6" 745 789 dependencies = [ 746 790 "aws-smithy-async", 747 791 "aws-smithy-types", ··· 756 800 757 801 [[package]] 758 802 name = "aws-smithy-types" 759 - version = "1.3.5" 803 + version = "1.4.7" 760 804 source = "registry+https://github.com/rust-lang/crates.io-index" 761 - checksum = "905cb13a9895626d49cf2ced759b062d913834c7482c38e49557eac4e6193f01" 805 + checksum = "9d73dbfbaa8e4bc57b9045137680b958d274823509a360abfd8e1d514d40c95c" 762 806 dependencies = [ 763 807 "base64-simd", 764 808 "bytes", ··· 782 826 783 827 [[package]] 784 828 name = "aws-smithy-xml" 785 - version = "0.60.13" 829 + version = "0.60.15" 786 830 source = "registry+https://github.com/rust-lang/crates.io-index" 787 - checksum = "11b2f670422ff42bf7065031e72b45bc52a3508bd089f743ea90731ca2b6ea57" 831 + checksum = "0ce02add1aa3677d022f8adf81dcbe3046a95f17a1b1e8979c145cd21d3d22b3" 788 832 dependencies = [ 789 833 "xmlparser", 790 834 ] 791 835 792 836 [[package]] 793 837 name = "aws-types" 794 - version = "1.3.11" 838 + version = "1.3.14" 795 839 source = "registry+https://github.com/rust-lang/crates.io-index" 796 - checksum = "1d980627d2dd7bfc32a3c025685a033eeab8d365cc840c631ef59d1b8f428164" 840 + checksum = "47c8323699dd9b3c8d5b3c13051ae9cdef58fd179957c882f8374dd8725962d9" 797 841 dependencies = [ 798 842 "aws-credential-types", 799 843 "aws-smithy-async", ··· 842 886 843 887 [[package]] 844 888 name = "axum-core" 845 - version = "0.5.5" 889 + version = "0.5.6" 846 890 source = "registry+https://github.com/rust-lang/crates.io-index" 847 - checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22" 891 + checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" 848 892 dependencies = [ 849 893 "bytes", 850 894 "futures-core", ··· 867 911 dependencies = [ 868 912 "proc-macro2", 869 913 "quote", 870 - "syn 2.0.111", 914 + "syn 2.0.117", 871 915 ] 872 916 873 917 [[package]] ··· 939 983 940 984 [[package]] 941 985 name = "base64ct" 942 - version = "1.8.1" 986 + version = "1.8.3" 943 987 source = "registry+https://github.com/rust-lang/crates.io-index" 944 - checksum = "0e050f626429857a27ddccb31e0aca21356bfa709c04041aefddac081a8f068a" 988 + checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" 945 989 946 990 [[package]] 947 991 name = "base64urlsafedata" ··· 998 1042 999 1043 [[package]] 1000 1044 name = "bitflags" 1001 - version = "2.10.0" 1045 + version = "2.11.0" 1002 1046 source = "registry+https://github.com/rust-lang/crates.io-index" 1003 - checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" 1047 + checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" 1004 1048 dependencies = [ 1005 1049 "serde_core", 1006 1050 ] ··· 1070 1114 "num", 1071 1115 "pin-project-lite", 1072 1116 "rand 0.9.2", 1073 - "rustls 0.23.35", 1117 + "rustls 0.23.37", 1074 1118 "rustls-native-certs", 1075 1119 "rustls-pemfile", 1076 1120 "rustls-pki-types", ··· 1079 1123 "serde_json", 1080 1124 "serde_repr", 1081 1125 "serde_urlencoded", 1082 - "thiserror 2.0.17", 1126 + "thiserror 2.0.18", 1083 1127 "tokio", 1084 1128 "tokio-stream", 1085 1129 "tokio-util", ··· 1095 1139 source = "registry+https://github.com/rust-lang/crates.io-index" 1096 1140 checksum = "85a885520bf6249ab931a764ffdb87b0ceef48e6e7d807cfdb21b751e086e1ad" 1097 1141 dependencies = [ 1098 - "prost 0.14.1", 1099 - "prost-types 0.14.1", 1142 + "prost 0.14.3", 1143 + "prost-types 0.14.3", 1100 1144 "tonic", 1101 1145 "tonic-prost", 1102 1146 "ureq", ··· 1112 1156 "bollard-buildkit-proto", 1113 1157 "bytes", 1114 1158 "chrono", 1115 - "prost 0.14.1", 1159 + "prost 0.14.3", 1116 1160 "serde", 1117 1161 "serde_json", 1118 1162 "serde_repr", ··· 1121 1165 1122 1166 [[package]] 1123 1167 name = "bon" 1124 - version = "3.8.1" 1168 + version = "3.9.1" 1125 1169 source = "registry+https://github.com/rust-lang/crates.io-index" 1126 - checksum = "ebeb9aaf9329dff6ceb65c689ca3db33dbf15f324909c60e4e5eef5701ce31b1" 1170 + checksum = "f47dbe92550676ee653353c310dfb9cf6ba17ee70396e1f7cf0a2020ad49b2fe" 1127 1171 dependencies = [ 1128 1172 "bon-macros", 1129 1173 "rustversion", ··· 1131 1175 1132 1176 [[package]] 1133 1177 name = "bon-macros" 1134 - version = "3.8.1" 1178 + version = "3.9.1" 1135 1179 source = "registry+https://github.com/rust-lang/crates.io-index" 1136 - checksum = "77e9d642a7e3a318e37c2c9427b5a6a48aa1ad55dcd986f3034ab2239045a645" 1180 + checksum = "519bd3116aeeb42d5372c29d982d16d0170d3d4a5ed85fc7dd91642ffff3c67c" 1137 1181 dependencies = [ 1138 1182 "darling", 1139 1183 "ident_case", ··· 1141 1185 "proc-macro2", 1142 1186 "quote", 1143 1187 "rustversion", 1144 - "syn 2.0.111", 1188 + "syn 2.0.117", 1145 1189 ] 1146 1190 1147 1191 [[package]] 1148 1192 name = "borsh" 1149 - version = "1.6.0" 1193 + version = "1.6.1" 1150 1194 source = "registry+https://github.com/rust-lang/crates.io-index" 1151 - checksum = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f" 1195 + checksum = "cfd1e3f8955a5d7de9fab72fc8373fade9fb8a703968cb200ae3dc6cf08e185a" 1152 1196 dependencies = [ 1197 + "bytes", 1153 1198 "cfg_aliases", 1154 1199 ] 1155 1200 ··· 1188 1233 1189 1234 [[package]] 1190 1235 name = "bumpalo" 1191 - version = "3.19.1" 1236 + version = "3.20.2" 1192 1237 source = "registry+https://github.com/rust-lang/crates.io-index" 1193 - checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" 1238 + checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" 1194 1239 1195 1240 [[package]] 1196 1241 name = "bytemuck" 1197 - version = "1.24.0" 1242 + version = "1.25.0" 1198 1243 source = "registry+https://github.com/rust-lang/crates.io-index" 1199 - checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4" 1244 + checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" 1200 1245 1201 1246 [[package]] 1202 1247 name = "byteorder" ··· 1212 1257 1213 1258 [[package]] 1214 1259 name = "bytes" 1215 - version = "1.11.0" 1260 + version = "1.11.1" 1216 1261 source = "registry+https://github.com/rust-lang/crates.io-index" 1217 - checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" 1262 + checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" 1218 1263 dependencies = [ 1219 1264 "serde", 1220 1265 ] ··· 1249 1294 1250 1295 [[package]] 1251 1296 name = "cc" 1252 - version = "1.2.50" 1297 + version = "1.2.57" 1253 1298 source = "registry+https://github.com/rust-lang/crates.io-index" 1254 - checksum = "9f50d563227a1c37cc0a263f64eca3334388c01c5e4c4861a9def205c614383c" 1299 + checksum = "7a0dd1ca384932ff3641c8718a02769f1698e7563dc6974ffd03346116310423" 1255 1300 dependencies = [ 1256 1301 "find-msvc-tools", 1257 1302 "jobserver", ··· 1292 1337 checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 1293 1338 1294 1339 [[package]] 1340 + name = "chacha20" 1341 + version = "0.10.0" 1342 + source = "registry+https://github.com/rust-lang/crates.io-index" 1343 + checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601" 1344 + dependencies = [ 1345 + "cfg-if", 1346 + "cpufeatures 0.3.0", 1347 + "rand_core 0.10.0", 1348 + ] 1349 + 1350 + [[package]] 1295 1351 name = "chrono" 1296 - version = "0.4.42" 1352 + version = "0.4.44" 1297 1353 source = "registry+https://github.com/rust-lang/crates.io-index" 1298 - checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" 1354 + checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" 1299 1355 dependencies = [ 1300 1356 "iana-time-zone", 1301 1357 "js-sys", ··· 1359 1415 1360 1416 [[package]] 1361 1417 name = "clap" 1362 - version = "4.5.58" 1418 + version = "4.6.0" 1363 1419 source = "registry+https://github.com/rust-lang/crates.io-index" 1364 - checksum = "63be97961acde393029492ce0be7a1af7e323e6bae9511ebfac33751be5e6806" 1420 + checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351" 1365 1421 dependencies = [ 1366 1422 "clap_builder", 1367 1423 "clap_derive", ··· 1369 1425 1370 1426 [[package]] 1371 1427 name = "clap_builder" 1372 - version = "4.5.58" 1428 + version = "4.6.0" 1373 1429 source = "registry+https://github.com/rust-lang/crates.io-index" 1374 - checksum = "7f13174bda5dfd69d7e947827e5af4b0f2f94a4a3ee92912fba07a66150f21e2" 1430 + checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" 1375 1431 dependencies = [ 1376 1432 "anstream", 1377 1433 "anstyle", ··· 1381 1437 1382 1438 [[package]] 1383 1439 name = "clap_derive" 1384 - version = "4.5.55" 1440 + version = "4.6.0" 1385 1441 source = "registry+https://github.com/rust-lang/crates.io-index" 1386 - checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5" 1442 + checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a" 1387 1443 dependencies = [ 1388 1444 "heck 0.5.0", 1389 1445 "proc-macro2", 1390 1446 "quote", 1391 - "syn 2.0.111", 1447 + "syn 2.0.117", 1392 1448 ] 1393 1449 1394 1450 [[package]] 1395 1451 name = "clap_lex" 1396 - version = "1.0.0" 1452 + version = "1.1.0" 1397 1453 source = "registry+https://github.com/rust-lang/crates.io-index" 1398 - checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831" 1454 + checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" 1399 1455 1400 1456 [[package]] 1401 1457 name = "cmake" ··· 1412 1468 source = "registry+https://github.com/rust-lang/crates.io-index" 1413 1469 checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1" 1414 1470 dependencies = [ 1415 - "thiserror 2.0.17", 1471 + "thiserror 2.0.18", 1416 1472 ] 1417 1473 1418 1474 [[package]] ··· 1423 1479 1424 1480 [[package]] 1425 1481 name = "colorchoice" 1426 - version = "1.0.4" 1482 + version = "1.0.5" 1427 1483 source = "registry+https://github.com/rust-lang/crates.io-index" 1428 - checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 1484 + checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" 1429 1485 1430 1486 [[package]] 1431 1487 name = "combine" ··· 1443 1499 1444 1500 [[package]] 1445 1501 name = "compression-codecs" 1446 - version = "0.4.35" 1502 + version = "0.4.37" 1447 1503 source = "registry+https://github.com/rust-lang/crates.io-index" 1448 - checksum = "b0f7ac3e5b97fdce45e8922fb05cae2c37f7bbd63d30dd94821dacfd8f3f2bf2" 1504 + checksum = "eb7b51a7d9c967fc26773061ba86150f19c50c0d65c887cb1fbe295fd16619b7" 1449 1505 dependencies = [ 1450 1506 "compression-core", 1451 1507 "flate2", ··· 1487 1543 "heck 0.5.0", 1488 1544 "proc-macro2", 1489 1545 "quote", 1490 - "syn 2.0.111", 1546 + "syn 2.0.117", 1491 1547 ] 1492 1548 1493 1549 [[package]] ··· 1575 1631 version = "0.2.17" 1576 1632 source = "registry+https://github.com/rust-lang/crates.io-index" 1577 1633 checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 1634 + dependencies = [ 1635 + "libc", 1636 + ] 1637 + 1638 + [[package]] 1639 + name = "cpufeatures" 1640 + version = "0.3.0" 1641 + source = "registry+https://github.com/rust-lang/crates.io-index" 1642 + checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" 1578 1643 dependencies = [ 1579 1644 "libc", 1580 1645 ] ··· 1728 1793 source = "git+https://github.com/signalapp/curve25519-dalek?tag=signal-curve25519-4.1.3#7c6d34756355a3566a704da84dce7b1c039a6572" 1729 1794 dependencies = [ 1730 1795 "cfg-if", 1731 - "cpufeatures", 1796 + "cpufeatures 0.2.17", 1732 1797 "curve25519-dalek-derive", 1733 1798 "digest", 1734 1799 "fiat-crypto", ··· 1746 1811 dependencies = [ 1747 1812 "proc-macro2", 1748 1813 "quote", 1749 - "syn 2.0.111", 1814 + "syn 2.0.117", 1750 1815 ] 1751 1816 1752 1817 [[package]] 1753 1818 name = "darling" 1754 - version = "0.21.3" 1819 + version = "0.23.0" 1755 1820 source = "registry+https://github.com/rust-lang/crates.io-index" 1756 - checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0" 1821 + checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" 1757 1822 dependencies = [ 1758 1823 "darling_core", 1759 1824 "darling_macro", ··· 1761 1826 1762 1827 [[package]] 1763 1828 name = "darling_core" 1764 - version = "0.21.3" 1829 + version = "0.23.0" 1765 1830 source = "registry+https://github.com/rust-lang/crates.io-index" 1766 - checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4" 1831 + checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" 1767 1832 dependencies = [ 1768 - "fnv", 1769 1833 "ident_case", 1770 1834 "proc-macro2", 1771 1835 "quote", 1772 1836 "strsim", 1773 - "syn 2.0.111", 1837 + "syn 2.0.117", 1774 1838 ] 1775 1839 1776 1840 [[package]] 1777 1841 name = "darling_macro" 1778 - version = "0.21.3" 1842 + version = "0.23.0" 1779 1843 source = "registry+https://github.com/rust-lang/crates.io-index" 1780 - checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81" 1844 + checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" 1781 1845 dependencies = [ 1782 1846 "darling_core", 1783 1847 "quote", 1784 - "syn 2.0.111", 1848 + "syn 2.0.117", 1785 1849 ] 1786 1850 1787 1851 [[package]] ··· 1800 1864 1801 1865 [[package]] 1802 1866 name = "data-encoding" 1803 - version = "2.9.0" 1867 + version = "2.10.0" 1804 1868 source = "registry+https://github.com/rust-lang/crates.io-index" 1805 - checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" 1869 + checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea" 1806 1870 1807 1871 [[package]] 1808 1872 name = "data-encoding-macro" 1809 - version = "0.1.18" 1873 + version = "0.1.19" 1810 1874 source = "registry+https://github.com/rust-lang/crates.io-index" 1811 - checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d" 1875 + checksum = "8142a83c17aa9461d637e649271eae18bf2edd00e91f2e105df36c3c16355bdb" 1812 1876 dependencies = [ 1813 1877 "data-encoding", 1814 1878 "data-encoding-macro-internal", ··· 1816 1880 1817 1881 [[package]] 1818 1882 name = "data-encoding-macro-internal" 1819 - version = "0.1.16" 1883 + version = "0.1.17" 1820 1884 source = "registry+https://github.com/rust-lang/crates.io-index" 1821 - checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" 1885 + checksum = "7ab67060fc6b8ef687992d439ca0fa36e7ed17e9a0b16b25b601e8757df720de" 1822 1886 dependencies = [ 1823 1887 "data-encoding", 1824 - "syn 2.0.111", 1888 + "syn 2.0.117", 1825 1889 ] 1826 1890 1827 1891 [[package]] ··· 1879 1943 1880 1944 [[package]] 1881 1945 name = "deranged" 1882 - version = "0.5.5" 1946 + version = "0.5.8" 1883 1947 source = "registry+https://github.com/rust-lang/crates.io-index" 1884 - checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587" 1948 + checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" 1885 1949 dependencies = [ 1886 1950 "powerfmt", 1887 1951 "serde_core", ··· 1895 1959 dependencies = [ 1896 1960 "proc-macro2", 1897 1961 "quote", 1898 - "syn 2.0.111", 1899 - ] 1900 - 1901 - [[package]] 1902 - name = "derive_arbitrary" 1903 - version = "1.4.2" 1904 - source = "registry+https://github.com/rust-lang/crates.io-index" 1905 - checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a" 1906 - dependencies = [ 1907 - "proc-macro2", 1908 - "quote", 1909 - "syn 2.0.111", 1962 + "syn 2.0.117", 1910 1963 ] 1911 1964 1912 1965 [[package]] ··· 1935 1988 dependencies = [ 1936 1989 "proc-macro2", 1937 1990 "quote", 1938 - "syn 2.0.111", 1991 + "syn 2.0.117", 1939 1992 "unicode-xid", 1940 1993 ] 1941 1994 ··· 1948 2001 "proc-macro2", 1949 2002 "quote", 1950 2003 "rustc_version", 1951 - "syn 2.0.111", 2004 + "syn 2.0.117", 1952 2005 "unicode-xid", 1953 2006 ] 1954 2007 ··· 1978 2031 dependencies = [ 1979 2032 "proc-macro2", 1980 2033 "quote", 1981 - "syn 2.0.111", 2034 + "syn 2.0.117", 1982 2035 ] 1983 2036 1984 2037 [[package]] ··· 2156 2209 "heck 0.5.0", 2157 2210 "proc-macro2", 2158 2211 "quote", 2159 - "syn 2.0.111", 2212 + "syn 2.0.117", 2160 2213 ] 2161 2214 2162 2215 [[package]] ··· 2208 2261 ] 2209 2262 2210 2263 [[package]] 2264 + name = "event-listener-strategy" 2265 + version = "0.5.4" 2266 + source = "registry+https://github.com/rust-lang/crates.io-index" 2267 + checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" 2268 + dependencies = [ 2269 + "event-listener", 2270 + "pin-project-lite", 2271 + ] 2272 + 2273 + [[package]] 2211 2274 name = "fastrand" 2212 2275 version = "2.3.0" 2213 2276 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2224 2287 2225 2288 [[package]] 2226 2289 name = "ferroid" 2227 - version = "0.8.8" 2290 + version = "0.8.9" 2228 2291 source = "registry+https://github.com/rust-lang/crates.io-index" 2229 - checksum = "ce161062fb044bd629c2393590efd47cab8d0241faf15704ffb0d47b7b4e4a35" 2292 + checksum = "bb330bbd4cb7a5b9f559427f06f98a4f853a137c8298f3bd3f8ca57663e21986" 2230 2293 dependencies = [ 2231 2294 "portable-atomic", 2232 2295 "rand 0.9.2", ··· 2261 2324 2262 2325 [[package]] 2263 2326 name = "filetime" 2264 - version = "0.2.26" 2327 + version = "0.2.27" 2265 2328 source = "registry+https://github.com/rust-lang/crates.io-index" 2266 - checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed" 2329 + checksum = "f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db" 2267 2330 dependencies = [ 2268 2331 "cfg-if", 2269 2332 "libc", 2270 2333 "libredox", 2271 - "windows-sys 0.60.2", 2272 2334 ] 2273 2335 2274 2336 [[package]] 2275 2337 name = "find-msvc-tools" 2276 - version = "0.1.5" 2338 + version = "0.1.9" 2277 2339 source = "registry+https://github.com/rust-lang/crates.io-index" 2278 - checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844" 2340 + checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 2279 2341 2280 2342 [[package]] 2281 2343 name = "fixedbitset" ··· 2285 2347 2286 2348 [[package]] 2287 2349 name = "flate2" 2288 - version = "1.1.5" 2350 + version = "1.1.9" 2289 2351 source = "registry+https://github.com/rust-lang/crates.io-index" 2290 - checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb" 2352 + checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" 2291 2353 dependencies = [ 2292 2354 "crc32fast", 2293 - "libz-rs-sys", 2294 2355 "miniz_oxide", 2356 + "zlib-rs", 2295 2357 ] 2296 2358 2297 2359 [[package]] ··· 2368 2430 2369 2431 [[package]] 2370 2432 name = "futures" 2371 - version = "0.3.31" 2433 + version = "0.3.32" 2372 2434 source = "registry+https://github.com/rust-lang/crates.io-index" 2373 - checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 2435 + checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" 2374 2436 dependencies = [ 2375 2437 "futures-channel", 2376 2438 "futures-core", ··· 2383 2445 2384 2446 [[package]] 2385 2447 name = "futures-buffered" 2386 - version = "0.2.12" 2448 + version = "0.2.13" 2387 2449 source = "registry+https://github.com/rust-lang/crates.io-index" 2388 - checksum = "a8e0e1f38ec07ba4abbde21eed377082f17ccb988be9d988a5adbf4bafc118fd" 2450 + checksum = "4421cb78ee172b6b06080093479d3c50f058e7c81b7d577bbb8d118d551d4cd5" 2389 2451 dependencies = [ 2390 2452 "cordyceps", 2391 2453 "diatomic-waker", ··· 2396 2458 2397 2459 [[package]] 2398 2460 name = "futures-channel" 2399 - version = "0.3.31" 2461 + version = "0.3.32" 2400 2462 source = "registry+https://github.com/rust-lang/crates.io-index" 2401 - checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 2463 + checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" 2402 2464 dependencies = [ 2403 2465 "futures-core", 2404 2466 "futures-sink", ··· 2406 2468 2407 2469 [[package]] 2408 2470 name = "futures-core" 2409 - version = "0.3.31" 2471 + version = "0.3.32" 2410 2472 source = "registry+https://github.com/rust-lang/crates.io-index" 2411 - checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 2473 + checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" 2412 2474 2413 2475 [[package]] 2414 2476 name = "futures-executor" 2415 - version = "0.3.31" 2477 + version = "0.3.32" 2416 2478 source = "registry+https://github.com/rust-lang/crates.io-index" 2417 - checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 2479 + checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" 2418 2480 dependencies = [ 2419 2481 "futures-core", 2420 2482 "futures-task", ··· 2434 2496 2435 2497 [[package]] 2436 2498 name = "futures-io" 2437 - version = "0.3.31" 2499 + version = "0.3.32" 2438 2500 source = "registry+https://github.com/rust-lang/crates.io-index" 2439 - checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 2501 + checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" 2440 2502 2441 2503 [[package]] 2442 2504 name = "futures-lite" ··· 2453 2515 2454 2516 [[package]] 2455 2517 name = "futures-macro" 2456 - version = "0.3.31" 2518 + version = "0.3.32" 2457 2519 source = "registry+https://github.com/rust-lang/crates.io-index" 2458 - checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 2520 + checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" 2459 2521 dependencies = [ 2460 2522 "proc-macro2", 2461 2523 "quote", 2462 - "syn 2.0.111", 2524 + "syn 2.0.117", 2463 2525 ] 2464 2526 2465 2527 [[package]] 2466 2528 name = "futures-sink" 2467 - version = "0.3.31" 2529 + version = "0.3.32" 2468 2530 source = "registry+https://github.com/rust-lang/crates.io-index" 2469 - checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 2531 + checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" 2470 2532 2471 2533 [[package]] 2472 2534 name = "futures-task" 2473 - version = "0.3.31" 2535 + version = "0.3.32" 2474 2536 source = "registry+https://github.com/rust-lang/crates.io-index" 2475 - checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 2537 + checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" 2476 2538 2477 2539 [[package]] 2478 2540 name = "futures-timer" ··· 2482 2544 2483 2545 [[package]] 2484 2546 name = "futures-util" 2485 - version = "0.3.31" 2547 + version = "0.3.32" 2486 2548 source = "registry+https://github.com/rust-lang/crates.io-index" 2487 - checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 2549 + checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" 2488 2550 dependencies = [ 2489 2551 "futures-channel", 2490 2552 "futures-core", ··· 2494 2556 "futures-task", 2495 2557 "memchr", 2496 2558 "pin-project-lite", 2497 - "pin-utils", 2498 2559 "slab", 2499 2560 ] 2500 2561 ··· 2526 2587 2527 2588 [[package]] 2528 2589 name = "getrandom" 2529 - version = "0.2.16" 2590 + version = "0.2.17" 2530 2591 source = "registry+https://github.com/rust-lang/crates.io-index" 2531 - checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 2592 + checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 2532 2593 dependencies = [ 2533 2594 "cfg-if", 2534 2595 "js-sys", ··· 2546 2607 "cfg-if", 2547 2608 "js-sys", 2548 2609 "libc", 2549 - "r-efi", 2610 + "r-efi 5.3.0", 2550 2611 "wasip2", 2551 2612 "wasm-bindgen", 2552 2613 ] 2553 2614 2554 2615 [[package]] 2616 + name = "getrandom" 2617 + version = "0.4.2" 2618 + source = "registry+https://github.com/rust-lang/crates.io-index" 2619 + checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" 2620 + dependencies = [ 2621 + "cfg-if", 2622 + "libc", 2623 + "r-efi 6.0.0", 2624 + "rand_core 0.10.0", 2625 + "wasip2", 2626 + "wasip3", 2627 + ] 2628 + 2629 + [[package]] 2555 2630 name = "ghash" 2556 2631 version = "0.5.1" 2557 2632 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2641 2716 "futures-sink", 2642 2717 "futures-util", 2643 2718 "http 0.2.12", 2644 - "indexmap 2.12.1", 2719 + "indexmap 2.13.0", 2645 2720 "slab", 2646 2721 "tokio", 2647 2722 "tokio-util", ··· 2650 2725 2651 2726 [[package]] 2652 2727 name = "h2" 2653 - version = "0.4.12" 2728 + version = "0.4.13" 2654 2729 source = "registry+https://github.com/rust-lang/crates.io-index" 2655 - checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" 2730 + checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" 2656 2731 dependencies = [ 2657 2732 "atomic-waker", 2658 2733 "bytes", ··· 2660 2735 "futures-core", 2661 2736 "futures-sink", 2662 2737 "http 1.4.0", 2663 - "indexmap 2.12.1", 2738 + "indexmap 2.13.0", 2664 2739 "slab", 2665 2740 "tokio", 2666 2741 "tokio-util", ··· 2751 2826 "proc-macro-error2", 2752 2827 "proc-macro2", 2753 2828 "quote", 2754 - "syn 2.0.111", 2829 + "syn 2.0.117", 2755 2830 ] 2756 2831 2757 2832 [[package]] ··· 2892 2967 "hpke-rs-crypto", 2893 2968 "libcrux-sha3 0.0.4", 2894 2969 "log", 2895 - "rand_core 0.9.3", 2970 + "rand_core 0.9.5", 2896 2971 "zeroize", 2897 2972 ] 2898 2973 ··· 2902 2977 source = "registry+https://github.com/rust-lang/crates.io-index" 2903 2978 checksum = "2dd92b7d7f0deaae59c152e01c01f5280ea92dfac82090e5c025879b32df9193" 2904 2979 dependencies = [ 2905 - "rand_core 0.9.3", 2980 + "rand_core 0.9.5", 2906 2981 ] 2907 2982 2908 2983 [[package]] ··· 3012 3087 "bytes", 3013 3088 "futures-channel", 3014 3089 "futures-core", 3015 - "h2 0.4.12", 3090 + "h2 0.4.13", 3016 3091 "http 1.4.0", 3017 3092 "http-body 1.0.1", 3018 3093 "httparse", ··· 3064 3139 "http 1.4.0", 3065 3140 "hyper 1.8.1", 3066 3141 "hyper-util", 3067 - "rustls 0.23.35", 3142 + "rustls 0.23.37", 3068 3143 "rustls-native-certs", 3069 3144 "rustls-pki-types", 3070 3145 "tokio", 3071 3146 "tokio-rustls 0.26.4", 3072 3147 "tower-service", 3073 - "webpki-roots 1.0.4", 3148 + "webpki-roots 1.0.6", 3074 3149 ] 3075 3150 3076 3151 [[package]] ··· 3088 3163 3089 3164 [[package]] 3090 3165 name = "hyper-util" 3091 - version = "0.1.19" 3166 + version = "0.1.20" 3092 3167 source = "registry+https://github.com/rust-lang/crates.io-index" 3093 - checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f" 3168 + checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" 3094 3169 dependencies = [ 3095 3170 "base64 0.22.1", 3096 3171 "bytes", 3097 3172 "futures-channel", 3098 - "futures-core", 3099 3173 "futures-util", 3100 3174 "http 1.4.0", 3101 3175 "http-body 1.0.1", ··· 3104 3178 "libc", 3105 3179 "percent-encoding", 3106 3180 "pin-project-lite", 3107 - "socket2 0.6.2", 3181 + "socket2 0.6.3", 3108 3182 "system-configuration", 3109 3183 "tokio", 3110 3184 "tower-service", ··· 3129 3203 3130 3204 [[package]] 3131 3205 name = "iana-time-zone" 3132 - version = "0.1.64" 3206 + version = "0.1.65" 3133 3207 source = "registry+https://github.com/rust-lang/crates.io-index" 3134 - checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" 3208 + checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" 3135 3209 dependencies = [ 3136 3210 "android_system_properties", 3137 3211 "core-foundation-sys", ··· 3233 3307 ] 3234 3308 3235 3309 [[package]] 3310 + name = "id-arena" 3311 + version = "2.3.0" 3312 + source = "registry+https://github.com/rust-lang/crates.io-index" 3313 + checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" 3314 + 3315 + [[package]] 3236 3316 name = "ident_case" 3237 3317 version = "1.0.1" 3238 3318 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3261 3341 3262 3342 [[package]] 3263 3343 name = "image" 3264 - version = "0.25.9" 3344 + version = "0.25.10" 3265 3345 source = "registry+https://github.com/rust-lang/crates.io-index" 3266 - checksum = "e6506c6c10786659413faa717ceebcb8f70731c0a60cbae39795fdf114519c1a" 3346 + checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104" 3267 3347 dependencies = [ 3268 3348 "bytemuck", 3269 3349 "byteorder-lite", ··· 3300 3380 3301 3381 [[package]] 3302 3382 name = "indexmap" 3303 - version = "2.12.1" 3383 + version = "2.13.0" 3304 3384 source = "registry+https://github.com/rust-lang/crates.io-index" 3305 - checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" 3385 + checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" 3306 3386 dependencies = [ 3307 3387 "equivalent", 3308 3388 "hashbrown 0.16.1", ··· 3340 3420 3341 3421 [[package]] 3342 3422 name = "inventory" 3343 - version = "0.3.21" 3423 + version = "0.3.22" 3344 3424 source = "registry+https://github.com/rust-lang/crates.io-index" 3345 - checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e" 3425 + checksum = "009ae045c87e7082cb72dab0ccd01ae075dd00141ddc108f43a0ea150a9e7227" 3346 3426 dependencies = [ 3347 3427 "rustversion", 3348 3428 ] ··· 3361 3441 3362 3442 [[package]] 3363 3443 name = "ipld-core" 3364 - version = "0.4.2" 3444 + version = "0.4.3" 3365 3445 source = "registry+https://github.com/rust-lang/crates.io-index" 3366 - checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db" 3446 + checksum = "090f624976d72f0b0bb71b86d58dc16c15e069193067cb3a3a09d655246cbbda" 3367 3447 dependencies = [ 3368 3448 "cid", 3369 3449 "serde", ··· 3372 3452 3373 3453 [[package]] 3374 3454 name = "ipnet" 3375 - version = "2.11.0" 3455 + version = "2.12.0" 3376 3456 source = "registry+https://github.com/rust-lang/crates.io-index" 3377 - checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 3457 + checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" 3378 3458 3379 3459 [[package]] 3380 3460 name = "iri-string" 3381 - version = "0.7.9" 3461 + version = "0.7.10" 3382 3462 source = "registry+https://github.com/rust-lang/crates.io-index" 3383 - checksum = "4f867b9d1d896b67beb18518eda36fdb77a32ea590de864f1325b294a6d14397" 3463 + checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a" 3384 3464 dependencies = [ 3385 3465 "memchr", 3386 3466 "serde", ··· 3419 3499 3420 3500 [[package]] 3421 3501 name = "itoa" 3422 - version = "1.0.16" 3502 + version = "1.0.18" 3423 3503 source = "registry+https://github.com/rust-lang/crates.io-index" 3424 - checksum = "7ee5b5339afb4c41626dde77b7a611bd4f2c202b897852b4bcf5d03eddc61010" 3504 + checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" 3425 3505 3426 3506 [[package]] 3427 3507 name = "jacquard-common" ··· 3435 3515 "chrono", 3436 3516 "cid", 3437 3517 "ed25519-dalek", 3438 - "getrandom 0.2.16", 3518 + "getrandom 0.2.17", 3439 3519 "getrandom 0.3.4", 3440 3520 "http 1.4.0", 3441 3521 "ipld-core", ··· 3458 3538 "serde_json", 3459 3539 "signature 2.2.0", 3460 3540 "smol_str", 3461 - "thiserror 2.0.17", 3541 + "thiserror 2.0.18", 3462 3542 "tokio", 3463 3543 "tokio-util", 3464 3544 "trait-variant", ··· 3475 3555 "jacquard-lexicon", 3476 3556 "proc-macro2", 3477 3557 "quote", 3478 - "syn 2.0.111", 3558 + "syn 2.0.117", 3479 3559 ] 3480 3560 3481 3561 [[package]] ··· 3500 3580 "serde_repr", 3501 3581 "serde_with", 3502 3582 "sha2", 3503 - "syn 2.0.111", 3504 - "thiserror 2.0.17", 3583 + "syn 2.0.117", 3584 + "thiserror 2.0.18", 3505 3585 "unicode-segmentation", 3506 3586 ] 3507 3587 ··· 3527 3607 "serde_ipld_dagcbor", 3528 3608 "sha2", 3529 3609 "smol_str", 3530 - "thiserror 2.0.17", 3610 + "thiserror 2.0.18", 3531 3611 "tokio", 3532 3612 "trait-variant", 3533 3613 ] ··· 3544 3624 3545 3625 [[package]] 3546 3626 name = "js-sys" 3547 - version = "0.3.83" 3627 + version = "0.3.91" 3548 3628 source = "registry+https://github.com/rust-lang/crates.io-index" 3549 - checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8" 3629 + checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c" 3550 3630 dependencies = [ 3551 3631 "once_cell", 3552 3632 "wasm-bindgen", ··· 3554 3634 3555 3635 [[package]] 3556 3636 name = "jsonwebtoken" 3557 - version = "10.2.0" 3637 + version = "10.3.0" 3558 3638 source = "registry+https://github.com/rust-lang/crates.io-index" 3559 - checksum = "c76e1c7d7df3e34443b3621b459b066a7b79644f059fc8b2db7070c825fd417e" 3639 + checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1" 3560 3640 dependencies = [ 3561 3641 "base64 0.22.1", 3562 3642 "ed25519-dalek", 3563 - "getrandom 0.2.16", 3643 + "getrandom 0.2.17", 3564 3644 "hmac", 3565 3645 "js-sys", 3566 3646 "p256 0.13.2", ··· 3610 3690 ] 3611 3691 3612 3692 [[package]] 3693 + name = "leb128fmt" 3694 + version = "0.1.0" 3695 + source = "registry+https://github.com/rust-lang/crates.io-index" 3696 + checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" 3697 + 3698 + [[package]] 3613 3699 name = "libc" 3614 - version = "0.2.178" 3700 + version = "0.2.183" 3615 3701 source = "registry+https://github.com/rust-lang/crates.io-index" 3616 - checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091" 3702 + checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" 3617 3703 3618 3704 [[package]] 3619 3705 name = "libcrux-hacl-rs" ··· 3652 3738 checksum = "ffd6aa2dcd5be681662001b81d493f1569c6d49a32361f470b0c955465cd0338" 3653 3739 dependencies = [ 3654 3740 "quote", 3655 - "syn 2.0.111", 3741 + "syn 2.0.117", 3656 3742 ] 3657 3743 3658 3744 [[package]] ··· 3743 3829 3744 3830 [[package]] 3745 3831 name = "libm" 3746 - version = "0.2.15" 3832 + version = "0.2.16" 3747 3833 source = "registry+https://github.com/rust-lang/crates.io-index" 3748 - checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" 3834 + checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" 3749 3835 3750 3836 [[package]] 3751 3837 name = "libredox" 3752 - version = "0.1.11" 3838 + version = "0.1.14" 3753 3839 source = "registry+https://github.com/rust-lang/crates.io-index" 3754 - checksum = "df15f6eac291ed1cf25865b1ee60399f57e7c227e7f51bdbd4c5270396a9ed50" 3840 + checksum = "1744e39d1d6a9948f4f388969627434e31128196de472883b39f148769bfe30a" 3755 3841 dependencies = [ 3756 3842 "bitflags", 3757 3843 "libc", 3758 - "redox_syscall 0.6.0", 3844 + "plain", 3845 + "redox_syscall 0.7.3", 3759 3846 ] 3760 3847 3761 3848 [[package]] ··· 3772 3859 "protobuf", 3773 3860 "protobuf-codegen", 3774 3861 "rand 0.9.2", 3775 - "rand_core 0.9.3", 3862 + "rand_core 0.9.5", 3776 3863 "serde", 3777 3864 "sha2", 3778 3865 "signal-crypto", 3779 3866 "static_assertions", 3780 - "thiserror 2.0.17", 3867 + "thiserror 2.0.18", 3781 3868 "zerocopy", 3782 3869 ] 3783 3870 ··· 3793 3880 "rand 0.9.2", 3794 3881 "sha2", 3795 3882 "subtle", 3796 - "thiserror 2.0.17", 3883 + "thiserror 2.0.18", 3797 3884 "uuid", 3798 3885 "x25519-dalek", 3799 3886 "zerocopy", ··· 3818 3905 "hex", 3819 3906 "hkdf", 3820 3907 "hmac", 3821 - "indexmap 2.12.1", 3908 + "indexmap 2.13.0", 3822 3909 "itertools", 3823 3910 "libcrux-ml-kem", 3824 3911 "libsignal-core", 3825 3912 "log", 3826 - "prost 0.14.1", 3827 - "prost-build 0.14.1", 3913 + "prost 0.14.3", 3914 + "prost-build 0.14.3", 3828 3915 "rand 0.9.2", 3829 3916 "rayon", 3830 3917 "serde", ··· 3832 3919 "signal-crypto", 3833 3920 "spqr", 3834 3921 "subtle", 3835 - "thiserror 2.0.17", 3922 + "thiserror 2.0.18", 3836 3923 "uuid", 3837 3924 "zerocopy", 3838 3925 ] ··· 3869 3956 "serde_json", 3870 3957 "sha2", 3871 3958 "signal-crypto", 3872 - "thiserror 2.0.17", 3959 + "thiserror 2.0.18", 3873 3960 "tokio", 3874 3961 "tracing", 3875 3962 "tracing-futures", ··· 3887 3974 dependencies = [ 3888 3975 "pkg-config", 3889 3976 "vcpkg", 3890 - ] 3891 - 3892 - [[package]] 3893 - name = "libz-rs-sys" 3894 - version = "0.5.5" 3895 - source = "registry+https://github.com/rust-lang/crates.io-index" 3896 - checksum = "c10501e7805cee23da17c7790e59df2870c0d4043ec6d03f67d31e2b53e77415" 3897 - dependencies = [ 3898 - "zlib-rs", 3899 3977 ] 3900 3978 3901 3979 [[package]] ··· 3912 3990 3913 3991 [[package]] 3914 3992 name = "linux-raw-sys" 3915 - version = "0.11.0" 3993 + version = "0.12.1" 3916 3994 source = "registry+https://github.com/rust-lang/crates.io-index" 3917 - checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 3995 + checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" 3918 3996 3919 3997 [[package]] 3920 3998 name = "litemap" ··· 3976 4054 3977 4055 [[package]] 3978 4056 name = "match-lookup" 3979 - version = "0.1.1" 4057 + version = "0.1.2" 3980 4058 source = "registry+https://github.com/rust-lang/crates.io-index" 3981 - checksum = "1265724d8cb29dbbc2b0f06fffb8bf1a8c0cf73a78eede9ba73a4a66c52a981e" 4059 + checksum = "757aee279b8bdbb9f9e676796fd459e4207a1f986e87886700abf589f5abf771" 3982 4060 dependencies = [ 3983 4061 "proc-macro2", 3984 4062 "quote", 3985 - "syn 1.0.109", 4063 + "syn 2.0.117", 3986 4064 ] 3987 4065 3988 4066 [[package]] ··· 4012 4090 4013 4091 [[package]] 4014 4092 name = "memchr" 4015 - version = "2.7.6" 4093 + version = "2.8.0" 4016 4094 source = "registry+https://github.com/rust-lang/crates.io-index" 4017 - checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 4095 + checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" 4018 4096 4019 4097 [[package]] 4020 4098 name = "metrics" ··· 4036 4114 "http-body-util", 4037 4115 "hyper 1.8.1", 4038 4116 "hyper-util", 4039 - "indexmap 2.12.1", 4117 + "indexmap 2.13.0", 4040 4118 "ipnet", 4041 4119 "metrics", 4042 4120 "metrics-util", ··· 4081 4159 dependencies = [ 4082 4160 "proc-macro2", 4083 4161 "quote", 4084 - "syn 2.0.111", 4162 + "syn 2.0.117", 4085 4163 ] 4086 4164 4087 4165 [[package]] ··· 4129 4207 4130 4208 [[package]] 4131 4209 name = "moxcms" 4132 - version = "0.7.11" 4210 + version = "0.8.1" 4133 4211 source = "registry+https://github.com/rust-lang/crates.io-index" 4134 - checksum = "ac9557c559cd6fc9867e122e20d2cbefc9ca29d80d027a8e39310920ed2f0a97" 4212 + checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b" 4135 4213 dependencies = [ 4136 4214 "num-traits", 4137 4215 "pxfm", ··· 4263 4341 4264 4342 [[package]] 4265 4343 name = "num-conv" 4266 - version = "0.1.0" 4344 + version = "0.2.0" 4267 4345 source = "registry+https://github.com/rust-lang/crates.io-index" 4268 - checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 4346 + checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" 4269 4347 4270 4348 [[package]] 4271 4349 name = "num-integer" ··· 4337 4415 "proc-macro-crate", 4338 4416 "proc-macro2", 4339 4417 "quote", 4340 - "syn 2.0.111", 4418 + "syn 2.0.117", 4341 4419 ] 4342 4420 4343 4421 [[package]] ··· 4351 4429 4352 4430 [[package]] 4353 4431 name = "once_cell" 4354 - version = "1.21.3" 4432 + version = "1.21.4" 4355 4433 source = "registry+https://github.com/rust-lang/crates.io-index" 4356 - checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 4434 + checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" 4357 4435 4358 4436 [[package]] 4359 4437 name = "once_cell_polyfill" ··· 4375 4453 4376 4454 [[package]] 4377 4455 name = "openssl" 4378 - version = "0.10.75" 4456 + version = "0.10.76" 4379 4457 source = "registry+https://github.com/rust-lang/crates.io-index" 4380 - checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328" 4458 + checksum = "951c002c75e16ea2c65b8c7e4d3d51d5530d8dfa7d060b4776828c88cfb18ecf" 4381 4459 dependencies = [ 4382 4460 "bitflags", 4383 4461 "cfg-if", ··· 4396 4474 dependencies = [ 4397 4475 "proc-macro2", 4398 4476 "quote", 4399 - "syn 2.0.111", 4477 + "syn 2.0.117", 4400 4478 ] 4401 4479 4402 4480 [[package]] 4403 4481 name = "openssl-probe" 4404 - version = "0.1.6" 4482 + version = "0.2.1" 4405 4483 source = "registry+https://github.com/rust-lang/crates.io-index" 4406 - checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 4484 + checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" 4407 4485 4408 4486 [[package]] 4409 4487 name = "openssl-sys" 4410 - version = "0.9.111" 4488 + version = "0.9.112" 4411 4489 source = "registry+https://github.com/rust-lang/crates.io-index" 4412 - checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321" 4490 + checksum = "57d55af3b3e226502be1526dfdba67ab0e9c96fc293004e79576b2b9edb0dbdb" 4413 4491 dependencies = [ 4414 4492 "cc", 4415 4493 "libc", ··· 4438 4516 "proc-macro2", 4439 4517 "proc-macro2-diagnostics", 4440 4518 "quote", 4441 - "syn 2.0.111", 4519 + "syn 2.0.117", 4442 4520 ] 4443 4521 4444 4522 [[package]] ··· 4519 4597 dependencies = [ 4520 4598 "parse-display-derive", 4521 4599 "regex", 4522 - "regex-syntax 0.8.8", 4600 + "regex-syntax 0.8.10", 4523 4601 ] 4524 4602 4525 4603 [[package]] ··· 4531 4609 "proc-macro2", 4532 4610 "quote", 4533 4611 "regex", 4534 - "regex-syntax 0.8.8", 4612 + "regex-syntax 0.8.10", 4535 4613 "structmeta", 4536 - "syn 2.0.111", 4614 + "syn 2.0.117", 4537 4615 ] 4538 4616 4539 4617 [[package]] ··· 4553 4631 dependencies = [ 4554 4632 "proc-macro2", 4555 4633 "quote", 4556 - "syn 2.0.111", 4634 + "syn 2.0.117", 4557 4635 ] 4558 4636 4559 4637 [[package]] ··· 4605 4683 checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772" 4606 4684 dependencies = [ 4607 4685 "fixedbitset", 4608 - "indexmap 2.12.1", 4686 + "indexmap 2.13.0", 4687 + ] 4688 + 4689 + [[package]] 4690 + name = "petgraph" 4691 + version = "0.8.3" 4692 + source = "registry+https://github.com/rust-lang/crates.io-index" 4693 + checksum = "8701b58ea97060d5e5b155d383a69952a60943f0e6dfe30b04c287beb0b27455" 4694 + dependencies = [ 4695 + "fixedbitset", 4696 + "hashbrown 0.15.5", 4697 + "indexmap 2.13.0", 4609 4698 ] 4610 4699 4611 4700 [[package]] ··· 4625 4714 "serde", 4626 4715 "serde_derive", 4627 4716 "strum", 4628 - "thiserror 2.0.17", 4717 + "thiserror 2.0.18", 4629 4718 ] 4630 4719 4631 4720 [[package]] 4632 4721 name = "pin-project" 4633 - version = "1.1.10" 4722 + version = "1.1.11" 4634 4723 source = "registry+https://github.com/rust-lang/crates.io-index" 4635 - checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" 4724 + checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517" 4636 4725 dependencies = [ 4637 4726 "pin-project-internal", 4638 4727 ] 4639 4728 4640 4729 [[package]] 4641 4730 name = "pin-project-internal" 4642 - version = "1.1.10" 4731 + version = "1.1.11" 4643 4732 source = "registry+https://github.com/rust-lang/crates.io-index" 4644 - checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" 4733 + checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6" 4645 4734 dependencies = [ 4646 4735 "proc-macro2", 4647 4736 "quote", 4648 - "syn 2.0.111", 4737 + "syn 2.0.117", 4649 4738 ] 4650 4739 4651 4740 [[package]] 4652 4741 name = "pin-project-lite" 4653 - version = "0.2.16" 4742 + version = "0.2.17" 4654 4743 source = "registry+https://github.com/rust-lang/crates.io-index" 4655 - checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 4744 + checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" 4656 4745 4657 4746 [[package]] 4658 4747 name = "pin-utils" ··· 4698 4787 checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 4699 4788 4700 4789 [[package]] 4790 + name = "plain" 4791 + version = "0.2.3" 4792 + source = "registry+https://github.com/rust-lang/crates.io-index" 4793 + checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" 4794 + 4795 + [[package]] 4701 4796 name = "png" 4702 - version = "0.18.0" 4797 + version = "0.18.1" 4703 4798 source = "registry+https://github.com/rust-lang/crates.io-index" 4704 - checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0" 4799 + checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61" 4705 4800 dependencies = [ 4706 4801 "bitflags", 4707 4802 "crc32fast", ··· 4727 4822 checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25" 4728 4823 dependencies = [ 4729 4824 "cfg-if", 4730 - "cpufeatures", 4825 + "cpufeatures 0.2.17", 4731 4826 "opaque-debug", 4732 4827 "universal-hash", 4733 4828 ] 4734 4829 4735 4830 [[package]] 4736 4831 name = "portable-atomic" 4737 - version = "1.12.0" 4832 + version = "1.13.1" 4738 4833 source = "registry+https://github.com/rust-lang/crates.io-index" 4739 - checksum = "f59e70c4aef1e55797c2e8fd94a4f2a973fc972cfde0e0b05f683667b0cd39dd" 4834 + checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" 4740 4835 4741 4836 [[package]] 4742 4837 name = "postcard" ··· 4803 4898 checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 4804 4899 dependencies = [ 4805 4900 "proc-macro2", 4806 - "syn 2.0.111", 4901 + "syn 2.0.117", 4807 4902 ] 4808 4903 4809 4904 [[package]] ··· 4867 4962 "proc-macro-error-attr2", 4868 4963 "proc-macro2", 4869 4964 "quote", 4870 - "syn 2.0.111", 4965 + "syn 2.0.117", 4871 4966 ] 4872 4967 4873 4968 [[package]] 4874 4969 name = "proc-macro2" 4875 - version = "1.0.103" 4970 + version = "1.0.106" 4876 4971 source = "registry+https://github.com/rust-lang/crates.io-index" 4877 - checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" 4972 + checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 4878 4973 dependencies = [ 4879 4974 "unicode-ident", 4880 4975 ] ··· 4887 4982 dependencies = [ 4888 4983 "proc-macro2", 4889 4984 "quote", 4890 - "syn 2.0.111", 4985 + "syn 2.0.117", 4891 4986 "version_check", 4892 4987 "yansi", 4893 4988 ] ··· 4904 4999 4905 5000 [[package]] 4906 5001 name = "prost" 4907 - version = "0.14.1" 5002 + version = "0.14.3" 4908 5003 source = "registry+https://github.com/rust-lang/crates.io-index" 4909 - checksum = "7231bd9b3d3d33c86b58adbac74b5ec0ad9f496b19d22801d773636feaa95f3d" 5004 + checksum = "d2ea70524a2f82d518bce41317d0fae74151505651af45faf1ffbd6fd33f0568" 4910 5005 dependencies = [ 4911 5006 "bytes", 4912 - "prost-derive 0.14.1", 5007 + "prost-derive 0.14.3", 4913 5008 ] 4914 5009 4915 5010 [[package]] ··· 4918 5013 source = "registry+https://github.com/rust-lang/crates.io-index" 4919 5014 checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf" 4920 5015 dependencies = [ 4921 - "heck 0.4.1", 5016 + "heck 0.5.0", 4922 5017 "itertools", 4923 5018 "log", 4924 5019 "multimap", 4925 5020 "once_cell", 4926 - "petgraph", 5021 + "petgraph 0.7.1", 4927 5022 "prettyplease", 4928 5023 "prost 0.13.5", 4929 5024 "prost-types 0.13.5", 4930 5025 "regex", 4931 - "syn 2.0.111", 5026 + "syn 2.0.117", 4932 5027 "tempfile", 4933 5028 ] 4934 5029 4935 5030 [[package]] 4936 5031 name = "prost-build" 4937 - version = "0.14.1" 5032 + version = "0.14.3" 4938 5033 source = "registry+https://github.com/rust-lang/crates.io-index" 4939 - checksum = "ac6c3320f9abac597dcbc668774ef006702672474aad53c6d596b62e487b40b1" 5034 + checksum = "343d3bd7056eda839b03204e68deff7d1b13aba7af2b2fd16890697274262ee7" 4940 5035 dependencies = [ 4941 - "heck 0.4.1", 5036 + "heck 0.5.0", 4942 5037 "itertools", 4943 5038 "log", 4944 5039 "multimap", 4945 - "once_cell", 4946 - "petgraph", 5040 + "petgraph 0.8.3", 4947 5041 "prettyplease", 4948 - "prost 0.14.1", 4949 - "prost-types 0.14.1", 5042 + "prost 0.14.3", 5043 + "prost-types 0.14.3", 4950 5044 "regex", 4951 - "syn 2.0.111", 5045 + "syn 2.0.117", 4952 5046 "tempfile", 4953 5047 ] 4954 5048 ··· 4962 5056 "itertools", 4963 5057 "proc-macro2", 4964 5058 "quote", 4965 - "syn 2.0.111", 5059 + "syn 2.0.117", 4966 5060 ] 4967 5061 4968 5062 [[package]] 4969 5063 name = "prost-derive" 4970 - version = "0.14.1" 5064 + version = "0.14.3" 4971 5065 source = "registry+https://github.com/rust-lang/crates.io-index" 4972 - checksum = "9120690fafc389a67ba3803df527d0ec9cbbc9cc45e4cc20b332996dfb672425" 5066 + checksum = "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b" 4973 5067 dependencies = [ 4974 5068 "anyhow", 4975 5069 "itertools", 4976 5070 "proc-macro2", 4977 5071 "quote", 4978 - "syn 2.0.111", 5072 + "syn 2.0.117", 4979 5073 ] 4980 5074 4981 5075 [[package]] ··· 4989 5083 4990 5084 [[package]] 4991 5085 name = "prost-types" 4992 - version = "0.14.1" 5086 + version = "0.14.3" 4993 5087 source = "registry+https://github.com/rust-lang/crates.io-index" 4994 - checksum = "b9b4db3d6da204ed77bb26ba83b6122a73aeb2e87e25fbf7ad2e84c4ccbf8f72" 5088 + checksum = "8991c4cbdb8bc5b11f0b074ffe286c30e523de90fee5ba8132f1399f23cb3dd7" 4995 5089 dependencies = [ 4996 - "prost 0.14.1", 5090 + "prost 0.14.3", 4997 5091 ] 4998 5092 4999 5093 [[package]] ··· 5029 5123 checksum = "b4aeaa1f2460f1d348eeaeed86aea999ce98c1bded6f089ff8514c9d9dbdc973" 5030 5124 dependencies = [ 5031 5125 "anyhow", 5032 - "indexmap 2.12.1", 5126 + "indexmap 2.13.0", 5033 5127 "log", 5034 5128 "protobuf", 5035 5129 "protobuf-support", ··· 5049 5143 5050 5144 [[package]] 5051 5145 name = "pxfm" 5052 - version = "0.1.27" 5146 + version = "0.1.28" 5053 5147 source = "registry+https://github.com/rust-lang/crates.io-index" 5054 - checksum = "7186d3822593aa4393561d186d1393b3923e9d6163d3fbfd6e825e3e6cf3e6a8" 5055 - dependencies = [ 5056 - "num-traits", 5057 - ] 5148 + checksum = "b5a041e753da8b807c9255f28de81879c78c876392ff2469cde94799b2896b9d" 5058 5149 5059 5150 [[package]] 5060 5151 name = "qrcodegen" ··· 5064 5155 5065 5156 [[package]] 5066 5157 name = "qrcodegen-image" 5067 - version = "1.5.0" 5158 + version = "1.5.1" 5068 5159 source = "registry+https://github.com/rust-lang/crates.io-index" 5069 - checksum = "221b7eace1aef8c95d65dbe09fb7a1a43d006045394a89afba6997721fcb7708" 5160 + checksum = "99530e45ded4640c0eab5420fc60f9a0ec1be51a22e49cc8578b9a0d8be70712" 5070 5161 dependencies = [ 5071 5162 "base64 0.22.1", 5072 5163 "image", ··· 5115 5206 "quinn-proto", 5116 5207 "quinn-udp", 5117 5208 "rustc-hash", 5118 - "rustls 0.23.35", 5119 - "socket2 0.6.2", 5120 - "thiserror 2.0.17", 5209 + "rustls 0.23.37", 5210 + "socket2 0.6.3", 5211 + "thiserror 2.0.18", 5121 5212 "tokio", 5122 5213 "tracing", 5123 5214 "web-time", ··· 5125 5216 5126 5217 [[package]] 5127 5218 name = "quinn-proto" 5128 - version = "0.11.13" 5219 + version = "0.11.14" 5129 5220 source = "registry+https://github.com/rust-lang/crates.io-index" 5130 - checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" 5221 + checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098" 5131 5222 dependencies = [ 5132 5223 "bytes", 5133 5224 "getrandom 0.3.4", ··· 5135 5226 "rand 0.9.2", 5136 5227 "ring", 5137 5228 "rustc-hash", 5138 - "rustls 0.23.35", 5229 + "rustls 0.23.37", 5139 5230 "rustls-pki-types", 5140 5231 "slab", 5141 - "thiserror 2.0.17", 5232 + "thiserror 2.0.18", 5142 5233 "tinyvec", 5143 5234 "tracing", 5144 5235 "web-time", ··· 5153 5244 "cfg_aliases", 5154 5245 "libc", 5155 5246 "once_cell", 5156 - "socket2 0.6.2", 5247 + "socket2 0.6.3", 5157 5248 "tracing", 5158 5249 "windows-sys 0.60.2", 5159 5250 ] 5160 5251 5161 5252 [[package]] 5162 5253 name = "quote" 5163 - version = "1.0.42" 5254 + version = "1.0.45" 5164 5255 source = "registry+https://github.com/rust-lang/crates.io-index" 5165 - checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" 5256 + checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" 5166 5257 dependencies = [ 5167 5258 "proc-macro2", 5168 5259 ] ··· 5174 5265 checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 5175 5266 5176 5267 [[package]] 5268 + name = "r-efi" 5269 + version = "6.0.0" 5270 + source = "registry+https://github.com/rust-lang/crates.io-index" 5271 + checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" 5272 + 5273 + [[package]] 5177 5274 name = "rand" 5178 5275 version = "0.8.5" 5179 5276 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5191 5288 checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 5192 5289 dependencies = [ 5193 5290 "rand_chacha 0.9.0", 5194 - "rand_core 0.9.3", 5291 + "rand_core 0.9.5", 5292 + ] 5293 + 5294 + [[package]] 5295 + name = "rand" 5296 + version = "0.10.0" 5297 + source = "registry+https://github.com/rust-lang/crates.io-index" 5298 + checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" 5299 + dependencies = [ 5300 + "chacha20", 5301 + "getrandom 0.4.2", 5302 + "rand_core 0.10.0", 5195 5303 ] 5196 5304 5197 5305 [[package]] ··· 5211 5319 checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 5212 5320 dependencies = [ 5213 5321 "ppv-lite86", 5214 - "rand_core 0.9.3", 5322 + "rand_core 0.9.5", 5215 5323 ] 5216 5324 5217 5325 [[package]] ··· 5220 5328 source = "registry+https://github.com/rust-lang/crates.io-index" 5221 5329 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 5222 5330 dependencies = [ 5223 - "getrandom 0.2.16", 5331 + "getrandom 0.2.17", 5224 5332 ] 5225 5333 5226 5334 [[package]] 5227 5335 name = "rand_core" 5228 - version = "0.9.3" 5336 + version = "0.9.5" 5229 5337 source = "registry+https://github.com/rust-lang/crates.io-index" 5230 - checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 5338 + checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" 5231 5339 dependencies = [ 5232 5340 "getrandom 0.3.4", 5233 5341 ] 5234 5342 5235 5343 [[package]] 5344 + name = "rand_core" 5345 + version = "0.10.0" 5346 + source = "registry+https://github.com/rust-lang/crates.io-index" 5347 + checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba" 5348 + 5349 + [[package]] 5236 5350 name = "rand_xoshiro" 5237 5351 version = "0.7.0" 5238 5352 source = "registry+https://github.com/rust-lang/crates.io-index" 5239 5353 checksum = "f703f4665700daf5512dcca5f43afa6af89f09db47fb56be587f80636bda2d41" 5240 5354 dependencies = [ 5241 - "rand_core 0.9.3", 5355 + "rand_core 0.9.5", 5242 5356 ] 5243 5357 5244 5358 [[package]] ··· 5278 5392 5279 5393 [[package]] 5280 5394 name = "redis" 5281 - version = "1.0.1" 5395 + version = "1.1.0" 5282 5396 source = "registry+https://github.com/rust-lang/crates.io-index" 5283 - checksum = "e2dc509b442812959ab125c74be2a930dd9b603038b6da9df9ec013aa23a4e9c" 5397 + checksum = "d76e41a79ae5cbb41257d84cf4cf0db0bb5a95b11bf05c62c351de4fe748620d" 5284 5398 dependencies = [ 5285 5399 "arc-swap", 5286 5400 "arcstr", 5401 + "async-lock", 5287 5402 "backon", 5288 5403 "bytes", 5289 5404 "cfg-if", ··· 5296 5411 "pin-project-lite", 5297 5412 "ryu", 5298 5413 "sha1_smol", 5299 - "socket2 0.6.2", 5414 + "socket2 0.6.3", 5300 5415 "tokio", 5301 5416 "tokio-util", 5302 5417 "url", ··· 5314 5429 5315 5430 [[package]] 5316 5431 name = "redox_syscall" 5317 - version = "0.6.0" 5432 + version = "0.7.3" 5318 5433 source = "registry+https://github.com/rust-lang/crates.io-index" 5319 - checksum = "ec96166dafa0886eb81fe1c0a388bece180fbef2135f97c1e2cf8302e74b43b5" 5434 + checksum = "6ce70a74e890531977d37e532c34d45e9055d2409ed08ddba14529471ed0be16" 5320 5435 dependencies = [ 5321 5436 "bitflags", 5322 5437 ] ··· 5338 5453 dependencies = [ 5339 5454 "proc-macro2", 5340 5455 "quote", 5341 - "syn 2.0.111", 5456 + "syn 2.0.117", 5342 5457 ] 5343 5458 5344 5459 [[package]] 5345 5460 name = "regex" 5346 - version = "1.12.2" 5461 + version = "1.12.3" 5347 5462 source = "registry+https://github.com/rust-lang/crates.io-index" 5348 - checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" 5463 + checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" 5349 5464 dependencies = [ 5350 5465 "aho-corasick", 5351 5466 "memchr", 5352 5467 "regex-automata", 5353 - "regex-syntax 0.8.8", 5468 + "regex-syntax 0.8.10", 5354 5469 ] 5355 5470 5356 5471 [[package]] 5357 5472 name = "regex-automata" 5358 - version = "0.4.13" 5473 + version = "0.4.14" 5359 5474 source = "registry+https://github.com/rust-lang/crates.io-index" 5360 - checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" 5475 + checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 5361 5476 dependencies = [ 5362 5477 "aho-corasick", 5363 5478 "memchr", 5364 - "regex-syntax 0.8.8", 5479 + "regex-syntax 0.8.10", 5365 5480 ] 5366 5481 5367 5482 [[package]] ··· 5378 5493 5379 5494 [[package]] 5380 5495 name = "regex-lite" 5381 - version = "0.1.8" 5496 + version = "0.1.9" 5382 5497 source = "registry+https://github.com/rust-lang/crates.io-index" 5383 - checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da" 5498 + checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973" 5384 5499 5385 5500 [[package]] 5386 5501 name = "regex-syntax" ··· 5390 5505 5391 5506 [[package]] 5392 5507 name = "regex-syntax" 5393 - version = "0.8.8" 5508 + version = "0.8.10" 5394 5509 source = "registry+https://github.com/rust-lang/crates.io-index" 5395 - checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" 5510 + checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" 5396 5511 5397 5512 [[package]] 5398 5513 name = "reqwest" ··· 5405 5520 "encoding_rs", 5406 5521 "futures-core", 5407 5522 "futures-util", 5408 - "h2 0.4.12", 5523 + "h2 0.4.13", 5409 5524 "http 1.4.0", 5410 5525 "http-body 1.0.1", 5411 5526 "http-body-util", ··· 5419 5534 "percent-encoding", 5420 5535 "pin-project-lite", 5421 5536 "quinn", 5422 - "rustls 0.23.35", 5537 + "rustls 0.23.37", 5423 5538 "rustls-pki-types", 5424 5539 "serde", 5425 5540 "serde_json", ··· 5436 5551 "wasm-bindgen-futures", 5437 5552 "wasm-streams", 5438 5553 "web-sys", 5439 - "webpki-roots 1.0.4", 5554 + "webpki-roots 1.0.6", 5440 5555 ] 5441 5556 5442 5557 [[package]] ··· 5450 5565 "reqwest", 5451 5566 "serde", 5452 5567 "serde_json", 5453 - "thiserror 2.0.17", 5568 + "thiserror 2.0.18", 5454 5569 "tokio", 5455 5570 "tokio-util", 5456 5571 "tracing", ··· 5493 5608 dependencies = [ 5494 5609 "cc", 5495 5610 "cfg-if", 5496 - "getrandom 0.2.16", 5611 + "getrandom 0.2.17", 5497 5612 "libc", 5498 5613 "untrusted", 5499 5614 "windows-sys 0.52.0", ··· 5501 5616 5502 5617 [[package]] 5503 5618 name = "rsa" 5504 - version = "0.9.9" 5619 + version = "0.9.10" 5505 5620 source = "registry+https://github.com/rust-lang/crates.io-index" 5506 - checksum = "40a0376c50d0358279d9d643e4bf7b7be212f1f4ff1da9070a7b54d22ef75c88" 5621 + checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d" 5507 5622 dependencies = [ 5508 5623 "const-oid", 5509 5624 "digest", ··· 5553 5668 "errno", 5554 5669 "libc", 5555 5670 "linux-raw-sys 0.4.15", 5556 - "windows-sys 0.52.0", 5671 + "windows-sys 0.59.0", 5557 5672 ] 5558 5673 5559 5674 [[package]] 5560 5675 name = "rustix" 5561 - version = "1.1.3" 5676 + version = "1.1.4" 5562 5677 source = "registry+https://github.com/rust-lang/crates.io-index" 5563 - checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" 5678 + checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" 5564 5679 dependencies = [ 5565 5680 "bitflags", 5566 5681 "errno", 5567 5682 "libc", 5568 - "linux-raw-sys 0.11.0", 5683 + "linux-raw-sys 0.12.1", 5569 5684 "windows-sys 0.61.2", 5570 5685 ] 5571 5686 ··· 5583 5698 5584 5699 [[package]] 5585 5700 name = "rustls" 5586 - version = "0.23.35" 5701 + version = "0.23.37" 5587 5702 source = "registry+https://github.com/rust-lang/crates.io-index" 5588 - checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f" 5703 + checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4" 5589 5704 dependencies = [ 5590 5705 "aws-lc-rs", 5591 5706 "log", 5592 5707 "once_cell", 5593 5708 "ring", 5594 5709 "rustls-pki-types", 5595 - "rustls-webpki 0.103.8", 5710 + "rustls-webpki 0.103.10", 5596 5711 "subtle", 5597 5712 "zeroize", 5598 5713 ] 5599 5714 5600 5715 [[package]] 5601 5716 name = "rustls-native-certs" 5602 - version = "0.8.2" 5717 + version = "0.8.3" 5603 5718 source = "registry+https://github.com/rust-lang/crates.io-index" 5604 - checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923" 5719 + checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63" 5605 5720 dependencies = [ 5606 5721 "openssl-probe", 5607 5722 "rustls-pki-types", ··· 5620 5735 5621 5736 [[package]] 5622 5737 name = "rustls-pki-types" 5623 - version = "1.13.2" 5738 + version = "1.14.0" 5624 5739 source = "registry+https://github.com/rust-lang/crates.io-index" 5625 - checksum = "21e6f2ab2928ca4291b86736a8bd920a277a399bba1589409d72154ff87c1282" 5740 + checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" 5626 5741 dependencies = [ 5627 5742 "web-time", 5628 5743 "zeroize", ··· 5640 5755 5641 5756 [[package]] 5642 5757 name = "rustls-webpki" 5643 - version = "0.103.8" 5758 + version = "0.103.10" 5644 5759 source = "registry+https://github.com/rust-lang/crates.io-index" 5645 - checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52" 5760 + checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef" 5646 5761 dependencies = [ 5647 5762 "aws-lc-rs", 5648 5763 "ring", ··· 5658 5773 5659 5774 [[package]] 5660 5775 name = "ryu" 5661 - version = "1.0.21" 5776 + version = "1.0.23" 5662 5777 source = "registry+https://github.com/rust-lang/crates.io-index" 5663 - checksum = "62049b2877bf12821e8f9ad256ee38fdc31db7387ec2d3b3f403024de2034aea" 5778 + checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 5664 5779 5665 5780 [[package]] 5666 5781 name = "schannel" 5667 - version = "0.1.28" 5782 + version = "0.1.29" 5668 5783 source = "registry+https://github.com/rust-lang/crates.io-index" 5669 - checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" 5784 + checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939" 5670 5785 dependencies = [ 5671 5786 "windows-sys 0.61.2", 5672 5787 ] ··· 5685 5800 5686 5801 [[package]] 5687 5802 name = "schemars" 5688 - version = "1.1.0" 5803 + version = "1.2.1" 5689 5804 source = "registry+https://github.com/rust-lang/crates.io-index" 5690 - checksum = "9558e172d4e8533736ba97870c4b2cd63f84b382a3d6eb063da41b91cce17289" 5805 + checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc" 5691 5806 dependencies = [ 5692 5807 "dyn-clone", 5693 5808 "ref-cast", ··· 5747 5862 5748 5863 [[package]] 5749 5864 name = "security-framework" 5750 - version = "3.5.1" 5865 + version = "3.7.0" 5751 5866 source = "registry+https://github.com/rust-lang/crates.io-index" 5752 - checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef" 5867 + checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" 5753 5868 dependencies = [ 5754 5869 "bitflags", 5755 5870 "core-foundation 0.10.1", ··· 5760 5875 5761 5876 [[package]] 5762 5877 name = "security-framework-sys" 5763 - version = "2.15.0" 5878 + version = "2.17.0" 5764 5879 source = "registry+https://github.com/rust-lang/crates.io-index" 5765 - checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" 5880 + checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3" 5766 5881 dependencies = [ 5767 5882 "core-foundation-sys", 5768 5883 "libc", ··· 5827 5942 dependencies = [ 5828 5943 "proc-macro2", 5829 5944 "quote", 5830 - "syn 2.0.111", 5945 + "syn 2.0.117", 5831 5946 ] 5832 5947 5833 5948 [[package]] ··· 5837 5952 checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f" 5838 5953 dependencies = [ 5839 5954 "form_urlencoded", 5840 - "indexmap 2.12.1", 5955 + "indexmap 2.13.0", 5841 5956 "itoa", 5842 5957 "ryu", 5843 5958 "serde_core", ··· 5857 5972 5858 5973 [[package]] 5859 5974 name = "serde_json" 5860 - version = "1.0.146" 5975 + version = "1.0.149" 5861 5976 source = "registry+https://github.com/rust-lang/crates.io-index" 5862 - checksum = "217ca874ae0207aac254aa02c957ded05585a90892cc8d87f9e5fa49669dadd8" 5977 + checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 5863 5978 dependencies = [ 5864 5979 "itoa", 5865 5980 "memchr", 5866 - "ryu", 5867 5981 "serde", 5868 5982 "serde_core", 5983 + "zmij", 5869 5984 ] 5870 5985 5871 5986 [[package]] ··· 5887 6002 dependencies = [ 5888 6003 "proc-macro2", 5889 6004 "quote", 5890 - "syn 2.0.111", 6005 + "syn 2.0.117", 5891 6006 ] 5892 6007 5893 6008 [[package]] ··· 5913 6028 5914 6029 [[package]] 5915 6030 name = "serde_with" 5916 - version = "3.16.1" 6031 + version = "3.18.0" 5917 6032 source = "registry+https://github.com/rust-lang/crates.io-index" 5918 - checksum = "4fa237f2807440d238e0364a218270b98f767a00d3dada77b1c53ae88940e2e7" 6033 + checksum = "dd5414fad8e6907dbdd5bc441a50ae8d6e26151a03b1de04d89a5576de61d01f" 5919 6034 dependencies = [ 5920 6035 "base64 0.22.1", 5921 6036 "chrono", 5922 6037 "hex", 5923 6038 "indexmap 1.9.3", 5924 - "indexmap 2.12.1", 6039 + "indexmap 2.13.0", 5925 6040 "schemars 0.9.0", 5926 - "schemars 1.1.0", 6041 + "schemars 1.2.1", 5927 6042 "serde_core", 5928 6043 "serde_json", 5929 6044 "serde_with_macros", ··· 5932 6047 5933 6048 [[package]] 5934 6049 name = "serde_with_macros" 5935 - version = "3.16.1" 6050 + version = "3.18.0" 5936 6051 source = "registry+https://github.com/rust-lang/crates.io-index" 5937 - checksum = "52a8e3ca0ca629121f70ab50f95249e5a6f925cc0f6ffe8256c45b728875706c" 6052 + checksum = "d3db8978e608f1fe7357e211969fd9abdcae80bac1ba7a3369bb7eb6b404eb65" 5938 6053 dependencies = [ 5939 6054 "darling", 5940 6055 "proc-macro2", 5941 6056 "quote", 5942 - "syn 2.0.111", 6057 + "syn 2.0.117", 5943 6058 ] 5944 6059 5945 6060 [[package]] ··· 5949 6064 checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 5950 6065 dependencies = [ 5951 6066 "cfg-if", 5952 - "cpufeatures", 6067 + "cpufeatures 0.2.17", 5953 6068 "digest", 5954 6069 ] 5955 6070 ··· 5966 6081 checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 5967 6082 dependencies = [ 5968 6083 "cfg-if", 5969 - "cpufeatures", 6084 + "cpufeatures 0.2.17", 5970 6085 "digest", 5971 6086 "sha2-asm", 5972 6087 ] ··· 6012 6127 "hpke-rs-crypto", 6013 6128 "libsignal-core", 6014 6129 "rand_chacha 0.9.0", 6015 - "rand_core 0.9.3", 6130 + "rand_core 0.9.5", 6016 6131 "sha1", 6017 6132 "sha2", 6018 6133 "subtle", 6019 - "thiserror 2.0.17", 6134 + "thiserror 2.0.18", 6020 6135 ] 6021 6136 6022 6137 [[package]] 6023 6138 name = "signal-hook-registry" 6024 - version = "1.4.7" 6139 + version = "1.4.8" 6025 6140 source = "registry+https://github.com/rust-lang/crates.io-index" 6026 - checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad" 6141 + checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 6027 6142 dependencies = [ 6143 + "errno", 6028 6144 "libc", 6029 6145 ] 6030 6146 ··· 6056 6172 6057 6173 [[package]] 6058 6174 name = "simple_asn1" 6059 - version = "0.6.3" 6175 + version = "0.6.4" 6060 6176 source = "registry+https://github.com/rust-lang/crates.io-index" 6061 - checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb" 6177 + checksum = "0d585997b0ac10be3c5ee635f1bab02d512760d14b7c468801ac8a01d9ae5f1d" 6062 6178 dependencies = [ 6063 6179 "num-bigint", 6064 6180 "num-traits", 6065 - "thiserror 2.0.17", 6181 + "thiserror 2.0.18", 6066 6182 "time", 6067 6183 ] 6068 6184 6069 6185 [[package]] 6070 6186 name = "sketches-ddsketch" 6071 - version = "0.3.0" 6187 + version = "0.3.1" 6072 6188 source = "registry+https://github.com/rust-lang/crates.io-index" 6073 - checksum = "c1e9a774a6c28142ac54bb25d25562e6bcf957493a184f15ad4eebccb23e410a" 6189 + checksum = "0c6f73aeb92d671e0cc4dca167e59b2deb6387c375391bc99ee743f326994a2b" 6074 6190 6075 6191 [[package]] 6076 6192 name = "slab" 6077 - version = "0.4.11" 6193 + version = "0.4.12" 6078 6194 source = "registry+https://github.com/rust-lang/crates.io-index" 6079 - checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 6195 + checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 6080 6196 6081 6197 [[package]] 6082 6198 name = "smallvec" ··· 6089 6205 6090 6206 [[package]] 6091 6207 name = "smol_str" 6092 - version = "0.3.4" 6208 + version = "0.3.6" 6093 6209 source = "registry+https://github.com/rust-lang/crates.io-index" 6094 - checksum = "3498b0a27f93ef1402f20eefacfaa1691272ac4eca1cdc8c596cb0a245d6cbf5" 6210 + checksum = "4aaa7368fcf4852a4c2dd92df0cace6a71f2091ca0a23391ce7f3a31833f1523" 6095 6211 dependencies = [ 6096 6212 "borsh", 6097 6213 "serde_core", ··· 6109 6225 6110 6226 [[package]] 6111 6227 name = "socket2" 6112 - version = "0.6.2" 6228 + version = "0.6.3" 6113 6229 source = "registry+https://github.com/rust-lang/crates.io-index" 6114 - checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0" 6230 + checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" 6115 6231 dependencies = [ 6116 6232 "libc", 6117 - "windows-sys 0.60.2", 6233 + "windows-sys 0.61.2", 6118 6234 ] 6119 6235 6120 6236 [[package]] ··· 6172 6288 version = "1.4.0" 6173 6289 source = "git+https://github.com/signalapp/SparsePostQuantumRatchet.git?tag=v1.4.0#d310c99c57a046549be205b9ce50d80dcbe5f3e4" 6174 6290 dependencies = [ 6175 - "cpufeatures", 6291 + "cpufeatures 0.2.17", 6176 6292 "curve25519-dalek", 6177 6293 "displaydoc", 6178 6294 "hax-lib", ··· 6181 6297 "libcrux-ml-kem", 6182 6298 "log", 6183 6299 "num_enum", 6184 - "prost 0.14.1", 6185 - "prost-build 0.14.1", 6300 + "prost 0.14.3", 6301 + "prost-build 0.14.3", 6186 6302 "rand 0.9.2", 6187 - "rand_core 0.9.3", 6303 + "rand_core 0.9.5", 6188 6304 "sha2", 6189 6305 "sorted-vec", 6190 - "thiserror 2.0.17", 6306 + "thiserror 2.0.18", 6191 6307 ] 6192 6308 6193 6309 [[package]] ··· 6222 6338 "futures-util", 6223 6339 "hashbrown 0.15.5", 6224 6340 "hashlink", 6225 - "indexmap 2.12.1", 6341 + "indexmap 2.13.0", 6226 6342 "log", 6227 6343 "memchr", 6228 6344 "once_cell", 6229 6345 "percent-encoding", 6230 - "rustls 0.23.35", 6346 + "rustls 0.23.37", 6231 6347 "serde", 6232 6348 "serde_json", 6233 6349 "sha2", 6234 6350 "smallvec", 6235 - "thiserror 2.0.17", 6351 + "thiserror 2.0.18", 6236 6352 "tokio", 6237 6353 "tokio-stream", 6238 6354 "tracing", ··· 6251 6367 "quote", 6252 6368 "sqlx-core", 6253 6369 "sqlx-macros-core", 6254 - "syn 2.0.111", 6370 + "syn 2.0.117", 6255 6371 ] 6256 6372 6257 6373 [[package]] ··· 6274 6390 "sqlx-mysql", 6275 6391 "sqlx-postgres", 6276 6392 "sqlx-sqlite", 6277 - "syn 2.0.111", 6393 + "syn 2.0.117", 6278 6394 "tokio", 6279 6395 "url", 6280 6396 ] ··· 6317 6433 "smallvec", 6318 6434 "sqlx-core", 6319 6435 "stringprep", 6320 - "thiserror 2.0.17", 6436 + "thiserror 2.0.18", 6321 6437 "tracing", 6322 6438 "uuid", 6323 6439 "whoami", ··· 6356 6472 "smallvec", 6357 6473 "sqlx-core", 6358 6474 "stringprep", 6359 - "thiserror 2.0.17", 6475 + "thiserror 2.0.18", 6360 6476 "tracing", 6361 6477 "uuid", 6362 6478 "whoami", ··· 6382 6498 "serde", 6383 6499 "serde_urlencoded", 6384 6500 "sqlx-core", 6385 - "thiserror 2.0.17", 6501 + "thiserror 2.0.18", 6386 6502 "tracing", 6387 6503 "url", 6388 6504 "uuid", ··· 6410 6526 "quote", 6411 6527 "serde", 6412 6528 "sha2", 6413 - "syn 2.0.111", 6529 + "syn 2.0.117", 6414 6530 "thiserror 1.0.69", 6415 6531 ] 6416 6532 ··· 6446 6562 "proc-macro2", 6447 6563 "quote", 6448 6564 "structmeta-derive", 6449 - "syn 2.0.111", 6565 + "syn 2.0.117", 6450 6566 ] 6451 6567 6452 6568 [[package]] ··· 6457 6573 dependencies = [ 6458 6574 "proc-macro2", 6459 6575 "quote", 6460 - "syn 2.0.111", 6576 + "syn 2.0.117", 6461 6577 ] 6462 6578 6463 6579 [[package]] ··· 6478 6594 "heck 0.5.0", 6479 6595 "proc-macro2", 6480 6596 "quote", 6481 - "syn 2.0.111", 6597 + "syn 2.0.117", 6482 6598 ] 6483 6599 6484 6600 [[package]] ··· 6494 6610 checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 6495 6611 dependencies = [ 6496 6612 "proc-macro2", 6497 - "quote", 6498 6613 "unicode-ident", 6499 6614 ] 6500 6615 6501 6616 [[package]] 6502 6617 name = "syn" 6503 - version = "2.0.111" 6618 + version = "2.0.117" 6504 6619 source = "registry+https://github.com/rust-lang/crates.io-index" 6505 - checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87" 6620 + checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" 6506 6621 dependencies = [ 6507 6622 "proc-macro2", 6508 6623 "quote", ··· 6526 6641 dependencies = [ 6527 6642 "proc-macro2", 6528 6643 "quote", 6529 - "syn 2.0.111", 6644 + "syn 2.0.117", 6530 6645 ] 6531 6646 6532 6647 [[package]] 6533 6648 name = "system-configuration" 6534 - version = "0.6.1" 6649 + version = "0.7.0" 6535 6650 source = "registry+https://github.com/rust-lang/crates.io-index" 6536 - checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 6651 + checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b" 6537 6652 dependencies = [ 6538 6653 "bitflags", 6539 6654 "core-foundation 0.9.4", ··· 6552 6667 6553 6668 [[package]] 6554 6669 name = "tempfile" 6555 - version = "3.25.0" 6670 + version = "3.27.0" 6556 6671 source = "registry+https://github.com/rust-lang/crates.io-index" 6557 - checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1" 6672 + checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" 6558 6673 dependencies = [ 6559 6674 "fastrand", 6560 - "getrandom 0.3.4", 6675 + "getrandom 0.4.2", 6561 6676 "once_cell", 6562 - "rustix 1.1.3", 6563 - "windows-sys 0.52.0", 6677 + "rustix 1.1.4", 6678 + "windows-sys 0.61.2", 6564 6679 ] 6565 6680 6566 6681 [[package]] 6567 6682 name = "testcontainers" 6568 - version = "0.26.2" 6683 + version = "0.26.3" 6569 6684 source = "registry+https://github.com/rust-lang/crates.io-index" 6570 - checksum = "1483605f58b2fff80d786eb56a0b6b4e8b1e5423fbc9ec2e3e562fa2040d6f27" 6685 + checksum = "a81ec0158db5fbb9831e09d1813fe5ea9023a2b5e6e8e0a5fe67e2a820733629" 6571 6686 dependencies = [ 6572 6687 "astral-tokio-tar", 6573 6688 "async-trait", ··· 6586 6701 "serde", 6587 6702 "serde_json", 6588 6703 "serde_with", 6589 - "thiserror 2.0.17", 6704 + "thiserror 2.0.18", 6590 6705 "tokio", 6591 6706 "tokio-stream", 6592 6707 "tokio-util", ··· 6613 6728 6614 6729 [[package]] 6615 6730 name = "thiserror" 6616 - version = "2.0.17" 6731 + version = "2.0.18" 6617 6732 source = "registry+https://github.com/rust-lang/crates.io-index" 6618 - checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" 6733 + checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 6619 6734 dependencies = [ 6620 - "thiserror-impl 2.0.17", 6735 + "thiserror-impl 2.0.18", 6621 6736 ] 6622 6737 6623 6738 [[package]] ··· 6628 6743 dependencies = [ 6629 6744 "proc-macro2", 6630 6745 "quote", 6631 - "syn 2.0.111", 6746 + "syn 2.0.117", 6632 6747 ] 6633 6748 6634 6749 [[package]] 6635 6750 name = "thiserror-impl" 6636 - version = "2.0.17" 6751 + version = "2.0.18" 6637 6752 source = "registry+https://github.com/rust-lang/crates.io-index" 6638 - checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" 6753 + checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 6639 6754 dependencies = [ 6640 6755 "proc-macro2", 6641 6756 "quote", 6642 - "syn 2.0.111", 6757 + "syn 2.0.117", 6643 6758 ] 6644 6759 6645 6760 [[package]] ··· 6653 6768 6654 6769 [[package]] 6655 6770 name = "time" 6656 - version = "0.3.44" 6771 + version = "0.3.47" 6657 6772 source = "registry+https://github.com/rust-lang/crates.io-index" 6658 - checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" 6773 + checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" 6659 6774 dependencies = [ 6660 6775 "deranged", 6661 6776 "itoa", 6662 6777 "num-conv", 6663 6778 "powerfmt", 6664 - "serde", 6779 + "serde_core", 6665 6780 "time-core", 6666 6781 "time-macros", 6667 6782 ] 6668 6783 6669 6784 [[package]] 6670 6785 name = "time-core" 6671 - version = "0.1.6" 6786 + version = "0.1.8" 6672 6787 source = "registry+https://github.com/rust-lang/crates.io-index" 6673 - checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" 6788 + checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" 6674 6789 6675 6790 [[package]] 6676 6791 name = "time-macros" 6677 - version = "0.2.24" 6792 + version = "0.2.27" 6678 6793 source = "registry+https://github.com/rust-lang/crates.io-index" 6679 - checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" 6794 + checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" 6680 6795 dependencies = [ 6681 6796 "num-conv", 6682 6797 "time-core", ··· 6694 6809 6695 6810 [[package]] 6696 6811 name = "tinyvec" 6697 - version = "1.10.0" 6812 + version = "1.11.0" 6698 6813 source = "registry+https://github.com/rust-lang/crates.io-index" 6699 - checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 6814 + checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" 6700 6815 dependencies = [ 6701 6816 "tinyvec_macros", 6702 6817 ] ··· 6709 6824 6710 6825 [[package]] 6711 6826 name = "tokio" 6712 - version = "1.48.0" 6827 + version = "1.50.0" 6713 6828 source = "registry+https://github.com/rust-lang/crates.io-index" 6714 - checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" 6829 + checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" 6715 6830 dependencies = [ 6716 6831 "bytes", 6717 6832 "libc", 6718 6833 "mio", 6719 6834 "pin-project-lite", 6720 6835 "signal-hook-registry", 6721 - "socket2 0.6.2", 6836 + "socket2 0.6.3", 6722 6837 "tokio-macros", 6723 6838 "windows-sys 0.61.2", 6724 6839 ] 6725 6840 6726 6841 [[package]] 6727 6842 name = "tokio-macros" 6728 - version = "2.6.0" 6843 + version = "2.6.1" 6729 6844 source = "registry+https://github.com/rust-lang/crates.io-index" 6730 - checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" 6845 + checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c" 6731 6846 dependencies = [ 6732 6847 "proc-macro2", 6733 6848 "quote", 6734 - "syn 2.0.111", 6849 + "syn 2.0.117", 6735 6850 ] 6736 6851 6737 6852 [[package]] ··· 6750 6865 source = "registry+https://github.com/rust-lang/crates.io-index" 6751 6866 checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 6752 6867 dependencies = [ 6753 - "rustls 0.23.35", 6868 + "rustls 0.23.37", 6754 6869 "tokio", 6755 6870 ] 6756 6871 6757 6872 [[package]] 6758 6873 name = "tokio-stream" 6759 - version = "0.1.17" 6874 + version = "0.1.18" 6760 6875 source = "registry+https://github.com/rust-lang/crates.io-index" 6761 - checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" 6876 + checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" 6762 6877 dependencies = [ 6763 6878 "futures-core", 6764 6879 "pin-project-lite", ··· 6773 6888 dependencies = [ 6774 6889 "futures-util", 6775 6890 "log", 6776 - "rustls 0.23.35", 6891 + "rustls 0.23.37", 6777 6892 "rustls-pki-types", 6778 6893 "tokio", 6779 6894 "tokio-rustls 0.26.4", ··· 6802 6917 source = "registry+https://github.com/rust-lang/crates.io-index" 6803 6918 checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863" 6804 6919 dependencies = [ 6805 - "indexmap 2.12.1", 6920 + "indexmap 2.13.0", 6806 6921 "serde_core", 6807 6922 "serde_spanned", 6808 6923 "toml_datetime 0.7.5+spec-1.1.0", 6809 6924 "toml_parser", 6810 6925 "toml_writer", 6811 - "winnow", 6926 + "winnow 0.7.15", 6812 6927 ] 6813 6928 6814 6929 [[package]] ··· 6831 6946 6832 6947 [[package]] 6833 6948 name = "toml_edit" 6834 - version = "0.25.0+spec-1.1.0" 6949 + version = "0.25.5+spec-1.1.0" 6835 6950 source = "registry+https://github.com/rust-lang/crates.io-index" 6836 - checksum = "caee3f6e1c6f2025affe9191e6e6f66ade10b48f36b1a1b3cd92dfe405ffd260" 6951 + checksum = "8ca1a40644a28bce036923f6a431df0b34236949d111cc07cb6dca830c9ef2e1" 6837 6952 dependencies = [ 6838 - "indexmap 2.12.1", 6953 + "indexmap 2.13.0", 6839 6954 "toml_datetime 1.0.1+spec-1.1.0", 6840 6955 "toml_parser", 6841 - "winnow", 6956 + "winnow 1.0.0", 6842 6957 ] 6843 6958 6844 6959 [[package]] 6845 6960 name = "toml_parser" 6846 - version = "1.0.7+spec-1.1.0" 6961 + version = "1.0.10+spec-1.1.0" 6847 6962 source = "registry+https://github.com/rust-lang/crates.io-index" 6848 - checksum = "247eaa3197818b831697600aadf81514e577e0cba5eab10f7e064e78ae154df1" 6963 + checksum = "7df25b4befd31c4816df190124375d5a20c6b6921e2cad937316de3fccd63420" 6849 6964 dependencies = [ 6850 - "winnow", 6965 + "winnow 1.0.0", 6851 6966 ] 6852 6967 6853 6968 [[package]] 6854 6969 name = "toml_writer" 6855 - version = "1.0.6+spec-1.1.0" 6970 + version = "1.0.7+spec-1.1.0" 6856 6971 source = "registry+https://github.com/rust-lang/crates.io-index" 6857 - checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607" 6972 + checksum = "f17aaa1c6e3dc22b1da4b6bba97d066e354c7945cac2f7852d4e4e7ca7a6b56d" 6858 6973 6859 6974 [[package]] 6860 6975 name = "tonic" 6861 - version = "0.14.2" 6976 + version = "0.14.5" 6862 6977 source = "registry+https://github.com/rust-lang/crates.io-index" 6863 - checksum = "eb7613188ce9f7df5bfe185db26c5814347d110db17920415cf2fbcad85e7203" 6978 + checksum = "fec7c61a0695dc1887c1b53952990f3ad2e3a31453e1f49f10e75424943a93ec" 6864 6979 dependencies = [ 6865 6980 "async-trait", 6866 6981 "axum", 6867 6982 "base64 0.22.1", 6868 6983 "bytes", 6869 - "h2 0.4.12", 6984 + "h2 0.4.13", 6870 6985 "http 1.4.0", 6871 6986 "http-body 1.0.1", 6872 6987 "http-body-util", ··· 6875 6990 "hyper-util", 6876 6991 "percent-encoding", 6877 6992 "pin-project", 6878 - "socket2 0.6.2", 6993 + "socket2 0.6.3", 6879 6994 "sync_wrapper", 6880 6995 "tokio", 6881 6996 "tokio-stream", ··· 6887 7002 6888 7003 [[package]] 6889 7004 name = "tonic-prost" 6890 - version = "0.14.2" 7005 + version = "0.14.5" 6891 7006 source = "registry+https://github.com/rust-lang/crates.io-index" 6892 - checksum = "66bd50ad6ce1252d87ef024b3d64fe4c3cf54a86fb9ef4c631fdd0ded7aeaa67" 7007 + checksum = "a55376a0bbaa4975a3f10d009ad763d8f4108f067c7c2e74f3001fb49778d309" 6893 7008 dependencies = [ 6894 7009 "bytes", 6895 - "prost 0.14.1", 7010 + "prost 0.14.3", 6896 7011 "tonic", 6897 7012 ] 6898 7013 6899 7014 [[package]] 6900 7015 name = "totp-rs" 6901 - version = "5.7.0" 7016 + version = "5.7.1" 6902 7017 source = "registry+https://github.com/rust-lang/crates.io-index" 6903 - checksum = "f124352108f58ef88299e909f6e9470f1cdc8d2a1397963901b4a6366206bf72" 7018 + checksum = "a2b36a9dd327e9f401320a2cb4572cc76ff43742bcfc3291f871691050f140ba" 6904 7019 dependencies = [ 6905 7020 "base32", 6906 7021 "constant_time_eq", ··· 6914 7029 6915 7030 [[package]] 6916 7031 name = "tower" 6917 - version = "0.5.2" 7032 + version = "0.5.3" 6918 7033 source = "registry+https://github.com/rust-lang/crates.io-index" 6919 - checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 7034 + checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" 6920 7035 dependencies = [ 6921 7036 "futures-core", 6922 7037 "futures-util", 6923 - "indexmap 2.12.1", 7038 + "indexmap 2.13.0", 6924 7039 "pin-project-lite", 6925 7040 "slab", 6926 7041 "sync_wrapper", ··· 6992 7107 dependencies = [ 6993 7108 "proc-macro2", 6994 7109 "quote", 6995 - "syn 2.0.111", 7110 + "syn 2.0.117", 6996 7111 ] 6997 7112 6998 7113 [[package]] ··· 7028 7143 7029 7144 [[package]] 7030 7145 name = "tracing-subscriber" 7031 - version = "0.3.22" 7146 + version = "0.3.23" 7032 7147 source = "registry+https://github.com/rust-lang/crates.io-index" 7033 - checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" 7148 + checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" 7034 7149 dependencies = [ 7035 7150 "matchers", 7036 7151 "nu-ansi-term", ··· 7052 7167 dependencies = [ 7053 7168 "proc-macro2", 7054 7169 "quote", 7055 - "syn 2.0.111", 7170 + "syn 2.0.117", 7056 7171 ] 7057 7172 7058 7173 [[package]] ··· 7089 7204 "serde_json", 7090 7205 "sha2", 7091 7206 "subtle", 7092 - "thiserror 2.0.17", 7207 + "thiserror 2.0.18", 7093 7208 "tokio", 7094 7209 "tracing", 7095 7210 "tranquil-config", ··· 7152 7267 "reqwest", 7153 7268 "serde_json", 7154 7269 "sqlx", 7155 - "thiserror 2.0.17", 7270 + "thiserror 2.0.18", 7156 7271 "tokio", 7157 7272 "tracing", 7158 7273 "tranquil-config", ··· 7182 7297 "serde", 7183 7298 "sha2", 7184 7299 "subtle", 7185 - "thiserror 2.0.17", 7300 + "thiserror 2.0.18", 7186 7301 ] 7187 7302 7188 7303 [[package]] ··· 7212 7327 "serde", 7213 7328 "serde_json", 7214 7329 "sqlx", 7215 - "thiserror 2.0.17", 7330 + "thiserror 2.0.18", 7216 7331 "tranquil-oauth", 7217 7332 "tranquil-types", 7218 7333 "uuid", ··· 7225 7340 "async-trait", 7226 7341 "bytes", 7227 7342 "futures", 7228 - "thiserror 2.0.17", 7343 + "thiserror 2.0.18", 7229 7344 "tranquil-config", 7230 7345 ] 7231 7346 ··· 7239 7354 "reqwest", 7240 7355 "serde", 7241 7356 "serde_json", 7242 - "thiserror 2.0.17", 7357 + "thiserror 2.0.18", 7243 7358 "tokio", 7244 7359 "tracing", 7245 7360 "unicode-segmentation", ··· 7359 7474 "subtle", 7360 7475 "testcontainers", 7361 7476 "testcontainers-modules", 7362 - "thiserror 2.0.17", 7477 + "thiserror 2.0.18", 7363 7478 "tokio", 7364 7479 "tokio-tungstenite", 7365 7480 "tokio-util", ··· 7418 7533 "parking_lot", 7419 7534 "rand 0.9.2", 7420 7535 "serde", 7421 - "socket2 0.6.2", 7422 - "thiserror 2.0.17", 7536 + "socket2 0.6.3", 7537 + "thiserror 2.0.18", 7423 7538 "tokio", 7424 7539 "tokio-util", 7425 7540 "tracing", ··· 7439 7554 "reqwest", 7440 7555 "serde", 7441 7556 "serde_json", 7442 - "thiserror 2.0.17", 7557 + "thiserror 2.0.18", 7443 7558 "tokio", 7444 7559 "tracing", 7445 7560 "urlencoding", ··· 7478 7593 "serde", 7479 7594 "serde_json", 7480 7595 "sqlx", 7481 - "thiserror 2.0.17", 7596 + "thiserror 2.0.18", 7482 7597 "tokio", 7483 7598 "tokio-util", 7484 7599 "tracing", ··· 7535 7650 "serde", 7536 7651 "serde_json", 7537 7652 "sqlx", 7538 - "thiserror 2.0.17", 7653 + "thiserror 2.0.18", 7539 7654 ] 7540 7655 7541 7656 [[package]] ··· 7574 7689 "httparse", 7575 7690 "log", 7576 7691 "rand 0.9.2", 7577 - "rustls 0.23.35", 7692 + "rustls 0.23.37", 7578 7693 "rustls-pki-types", 7579 7694 "sha1", 7580 - "thiserror 2.0.17", 7695 + "thiserror 2.0.18", 7581 7696 "utf-8", 7582 7697 ] 7583 7698 7584 7699 [[package]] 7700 + name = "typed-path" 7701 + version = "0.12.3" 7702 + source = "registry+https://github.com/rust-lang/crates.io-index" 7703 + checksum = "8e28f89b80c87b8fb0cf04ab448d5dd0dd0ade2f8891bae878de66a75a28600e" 7704 + 7705 + [[package]] 7585 7706 name = "typenum" 7586 7707 version = "1.19.0" 7587 7708 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 7601 7722 7602 7723 [[package]] 7603 7724 name = "unicode-ident" 7604 - version = "1.0.22" 7725 + version = "1.0.24" 7605 7726 source = "registry+https://github.com/rust-lang/crates.io-index" 7606 - checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" 7727 + checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 7607 7728 7608 7729 [[package]] 7609 7730 name = "unicode-normalization" ··· 7674 7795 7675 7796 [[package]] 7676 7797 name = "ureq" 7677 - version = "3.1.4" 7798 + version = "3.3.0" 7678 7799 source = "registry+https://github.com/rust-lang/crates.io-index" 7679 - checksum = "d39cb1dbab692d82a977c0392ffac19e188bd9186a9f32806f0aaa859d75585a" 7800 + checksum = "dea7109cdcd5864d4eeb1b58a1648dc9bf520360d7af16ec26d0a9354bafcfc0" 7680 7801 dependencies = [ 7681 7802 "base64 0.22.1", 7682 7803 "log", 7683 7804 "percent-encoding", 7684 - "rustls 0.23.35", 7805 + "rustls 0.23.37", 7685 7806 "rustls-pki-types", 7686 7807 "ureq-proto", 7687 - "utf-8", 7688 - "webpki-roots 1.0.4", 7808 + "utf8-zero", 7689 7809 ] 7690 7810 7691 7811 [[package]] 7692 7812 name = "ureq-proto" 7693 - version = "0.5.3" 7813 + version = "0.6.0" 7694 7814 source = "registry+https://github.com/rust-lang/crates.io-index" 7695 - checksum = "d81f9efa9df032be5934a46a068815a10a042b494b6a58cb0a1a97bb5467ed6f" 7815 + checksum = "e994ba84b0bd1b1b0cf92878b7ef898a5c1760108fe7b6010327e274917a808c" 7696 7816 dependencies = [ 7697 7817 "base64 0.22.1", 7698 7818 "http 1.4.0", ··· 7702 7822 7703 7823 [[package]] 7704 7824 name = "url" 7705 - version = "2.5.7" 7825 + version = "2.5.8" 7706 7826 source = "registry+https://github.com/rust-lang/crates.io-index" 7707 - checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" 7827 + checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" 7708 7828 dependencies = [ 7709 7829 "form_urlencoded", 7710 7830 "idna", 7711 7831 "percent-encoding", 7712 7832 "serde", 7833 + "serde_derive", 7713 7834 ] 7714 7835 7715 7836 [[package]] ··· 7729 7850 "hmac", 7730 7851 "log", 7731 7852 "poksho", 7732 - "prost 0.14.1", 7733 - "prost-build 0.14.1", 7853 + "prost 0.14.3", 7854 + "prost-build 0.14.3", 7734 7855 "rand 0.9.2", 7735 7856 "sha2", 7736 7857 "signal-crypto", 7737 7858 "subtle", 7738 - "thiserror 2.0.17", 7859 + "thiserror 2.0.18", 7739 7860 ] 7740 7861 7741 7862 [[package]] ··· 7745 7866 checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 7746 7867 7747 7868 [[package]] 7869 + name = "utf8-zero" 7870 + version = "0.8.1" 7871 + source = "registry+https://github.com/rust-lang/crates.io-index" 7872 + checksum = "b8c0a043c9540bae7c578c88f91dda8bd82e59ae27c21baca69c8b191aaf5a6e" 7873 + 7874 + [[package]] 7748 7875 name = "utf8_iter" 7749 7876 version = "1.0.4" 7750 7877 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 7758 7885 7759 7886 [[package]] 7760 7887 name = "uuid" 7761 - version = "1.19.0" 7888 + version = "1.22.0" 7762 7889 source = "registry+https://github.com/rust-lang/crates.io-index" 7763 - checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a" 7890 + checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37" 7764 7891 dependencies = [ 7765 - "getrandom 0.3.4", 7892 + "getrandom 0.4.2", 7766 7893 "js-sys", 7767 - "rand 0.9.2", 7894 + "rand 0.10.0", 7768 7895 "serde_core", 7769 7896 "sha1_smol", 7770 7897 "wasm-bindgen", ··· 7817 7944 7818 7945 [[package]] 7819 7946 name = "wasip2" 7820 - version = "1.0.1+wasi-0.2.4" 7947 + version = "1.0.2+wasi-0.2.9" 7948 + source = "registry+https://github.com/rust-lang/crates.io-index" 7949 + checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" 7950 + dependencies = [ 7951 + "wit-bindgen", 7952 + ] 7953 + 7954 + [[package]] 7955 + name = "wasip3" 7956 + version = "0.4.0+wasi-0.3.0-rc-2026-01-06" 7821 7957 source = "registry+https://github.com/rust-lang/crates.io-index" 7822 - checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 7958 + checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" 7823 7959 dependencies = [ 7824 7960 "wit-bindgen", 7825 7961 ] ··· 7832 7968 7833 7969 [[package]] 7834 7970 name = "wasm-bindgen" 7835 - version = "0.2.106" 7971 + version = "0.2.114" 7836 7972 source = "registry+https://github.com/rust-lang/crates.io-index" 7837 - checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd" 7973 + checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e" 7838 7974 dependencies = [ 7839 7975 "cfg-if", 7840 7976 "once_cell", ··· 7845 7981 7846 7982 [[package]] 7847 7983 name = "wasm-bindgen-futures" 7848 - version = "0.4.56" 7984 + version = "0.4.64" 7849 7985 source = "registry+https://github.com/rust-lang/crates.io-index" 7850 - checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c" 7986 + checksum = "e9c5522b3a28661442748e09d40924dfb9ca614b21c00d3fd135720e48b67db8" 7851 7987 dependencies = [ 7852 7988 "cfg-if", 7989 + "futures-util", 7853 7990 "js-sys", 7854 7991 "once_cell", 7855 7992 "wasm-bindgen", ··· 7858 7995 7859 7996 [[package]] 7860 7997 name = "wasm-bindgen-macro" 7861 - version = "0.2.106" 7998 + version = "0.2.114" 7862 7999 source = "registry+https://github.com/rust-lang/crates.io-index" 7863 - checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3" 8000 + checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6" 7864 8001 dependencies = [ 7865 8002 "quote", 7866 8003 "wasm-bindgen-macro-support", ··· 7868 8005 7869 8006 [[package]] 7870 8007 name = "wasm-bindgen-macro-support" 7871 - version = "0.2.106" 8008 + version = "0.2.114" 7872 8009 source = "registry+https://github.com/rust-lang/crates.io-index" 7873 - checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40" 8010 + checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3" 7874 8011 dependencies = [ 7875 8012 "bumpalo", 7876 8013 "proc-macro2", 7877 8014 "quote", 7878 - "syn 2.0.111", 8015 + "syn 2.0.117", 7879 8016 "wasm-bindgen-shared", 7880 8017 ] 7881 8018 7882 8019 [[package]] 7883 8020 name = "wasm-bindgen-shared" 7884 - version = "0.2.106" 8021 + version = "0.2.114" 7885 8022 source = "registry+https://github.com/rust-lang/crates.io-index" 7886 - checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4" 8023 + checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16" 7887 8024 dependencies = [ 7888 8025 "unicode-ident", 7889 8026 ] 7890 8027 7891 8028 [[package]] 8029 + name = "wasm-encoder" 8030 + version = "0.244.0" 8031 + source = "registry+https://github.com/rust-lang/crates.io-index" 8032 + checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" 8033 + dependencies = [ 8034 + "leb128fmt", 8035 + "wasmparser", 8036 + ] 8037 + 8038 + [[package]] 8039 + name = "wasm-metadata" 8040 + version = "0.244.0" 8041 + source = "registry+https://github.com/rust-lang/crates.io-index" 8042 + checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" 8043 + dependencies = [ 8044 + "anyhow", 8045 + "indexmap 2.13.0", 8046 + "wasm-encoder", 8047 + "wasmparser", 8048 + ] 8049 + 8050 + [[package]] 7892 8051 name = "wasm-streams" 7893 8052 version = "0.4.2" 7894 8053 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 7902 8061 ] 7903 8062 7904 8063 [[package]] 8064 + name = "wasmparser" 8065 + version = "0.244.0" 8066 + source = "registry+https://github.com/rust-lang/crates.io-index" 8067 + checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" 8068 + dependencies = [ 8069 + "bitflags", 8070 + "hashbrown 0.15.5", 8071 + "indexmap 2.13.0", 8072 + "semver", 8073 + ] 8074 + 8075 + [[package]] 7905 8076 name = "web-sys" 7906 - version = "0.3.83" 8077 + version = "0.3.91" 7907 8078 source = "registry+https://github.com/rust-lang/crates.io-index" 7908 - checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac" 8079 + checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9" 7909 8080 dependencies = [ 7910 8081 "js-sys", 7911 8082 "wasm-bindgen", ··· 7995 8166 source = "registry+https://github.com/rust-lang/crates.io-index" 7996 8167 checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9" 7997 8168 dependencies = [ 7998 - "webpki-roots 1.0.4", 8169 + "webpki-roots 1.0.6", 7999 8170 ] 8000 8171 8001 8172 [[package]] 8002 8173 name = "webpki-roots" 8003 - version = "1.0.4" 8174 + version = "1.0.6" 8004 8175 source = "registry+https://github.com/rust-lang/crates.io-index" 8005 - checksum = "b2878ef029c47c6e8cf779119f20fcf52bde7ad42a731b2a304bc221df17571e" 8176 + checksum = "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed" 8006 8177 dependencies = [ 8007 8178 "rustls-pki-types", 8008 8179 ] ··· 8084 8255 dependencies = [ 8085 8256 "proc-macro2", 8086 8257 "quote", 8087 - "syn 2.0.111", 8258 + "syn 2.0.117", 8088 8259 ] 8089 8260 8090 8261 [[package]] ··· 8095 8266 dependencies = [ 8096 8267 "proc-macro2", 8097 8268 "quote", 8098 - "syn 2.0.111", 8269 + "syn 2.0.117", 8099 8270 ] 8100 8271 8101 8272 [[package]] ··· 8147 8318 version = "0.52.0" 8148 8319 source = "registry+https://github.com/rust-lang/crates.io-index" 8149 8320 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 8321 + dependencies = [ 8322 + "windows-targets 0.52.6", 8323 + ] 8324 + 8325 + [[package]] 8326 + name = "windows-sys" 8327 + version = "0.59.0" 8328 + source = "registry+https://github.com/rust-lang/crates.io-index" 8329 + checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 8150 8330 dependencies = [ 8151 8331 "windows-targets 0.52.6", 8152 8332 ] ··· 8357 8537 8358 8538 [[package]] 8359 8539 name = "winnow" 8360 - version = "0.7.14" 8540 + version = "0.7.15" 8541 + source = "registry+https://github.com/rust-lang/crates.io-index" 8542 + checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" 8543 + 8544 + [[package]] 8545 + name = "winnow" 8546 + version = "1.0.0" 8361 8547 source = "registry+https://github.com/rust-lang/crates.io-index" 8362 - checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" 8548 + checksum = "a90e88e4667264a994d34e6d1ab2d26d398dcdca8b7f52bec8668957517fc7d8" 8363 8549 dependencies = [ 8364 8550 "memchr", 8365 8551 ] ··· 8399 8585 8400 8586 [[package]] 8401 8587 name = "wit-bindgen" 8402 - version = "0.46.0" 8588 + version = "0.51.0" 8589 + source = "registry+https://github.com/rust-lang/crates.io-index" 8590 + checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 8591 + dependencies = [ 8592 + "wit-bindgen-rust-macro", 8593 + ] 8594 + 8595 + [[package]] 8596 + name = "wit-bindgen-core" 8597 + version = "0.51.0" 8598 + source = "registry+https://github.com/rust-lang/crates.io-index" 8599 + checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" 8600 + dependencies = [ 8601 + "anyhow", 8602 + "heck 0.5.0", 8603 + "wit-parser", 8604 + ] 8605 + 8606 + [[package]] 8607 + name = "wit-bindgen-rust" 8608 + version = "0.51.0" 8609 + source = "registry+https://github.com/rust-lang/crates.io-index" 8610 + checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" 8611 + dependencies = [ 8612 + "anyhow", 8613 + "heck 0.5.0", 8614 + "indexmap 2.13.0", 8615 + "prettyplease", 8616 + "syn 2.0.117", 8617 + "wasm-metadata", 8618 + "wit-bindgen-core", 8619 + "wit-component", 8620 + ] 8621 + 8622 + [[package]] 8623 + name = "wit-bindgen-rust-macro" 8624 + version = "0.51.0" 8625 + source = "registry+https://github.com/rust-lang/crates.io-index" 8626 + checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" 8627 + dependencies = [ 8628 + "anyhow", 8629 + "prettyplease", 8630 + "proc-macro2", 8631 + "quote", 8632 + "syn 2.0.117", 8633 + "wit-bindgen-core", 8634 + "wit-bindgen-rust", 8635 + ] 8636 + 8637 + [[package]] 8638 + name = "wit-component" 8639 + version = "0.244.0" 8403 8640 source = "registry+https://github.com/rust-lang/crates.io-index" 8404 - checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 8641 + checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" 8642 + dependencies = [ 8643 + "anyhow", 8644 + "bitflags", 8645 + "indexmap 2.13.0", 8646 + "log", 8647 + "serde", 8648 + "serde_derive", 8649 + "serde_json", 8650 + "wasm-encoder", 8651 + "wasm-metadata", 8652 + "wasmparser", 8653 + "wit-parser", 8654 + ] 8655 + 8656 + [[package]] 8657 + name = "wit-parser" 8658 + version = "0.244.0" 8659 + source = "registry+https://github.com/rust-lang/crates.io-index" 8660 + checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" 8661 + dependencies = [ 8662 + "anyhow", 8663 + "id-arena", 8664 + "indexmap 2.13.0", 8665 + "log", 8666 + "semver", 8667 + "serde", 8668 + "serde_derive", 8669 + "serde_json", 8670 + "unicode-xid", 8671 + "wasmparser", 8672 + ] 8405 8673 8406 8674 [[package]] 8407 8675 name = "writeable" ··· 8445 8713 checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156" 8446 8714 dependencies = [ 8447 8715 "libc", 8448 - "rustix 1.1.3", 8716 + "rustix 1.1.4", 8449 8717 ] 8450 8718 8451 8719 [[package]] ··· 8485 8753 dependencies = [ 8486 8754 "proc-macro2", 8487 8755 "quote", 8488 - "syn 2.0.111", 8756 + "syn 2.0.117", 8489 8757 "synstructure", 8490 8758 ] 8491 8759 8492 8760 [[package]] 8493 8761 name = "zerocopy" 8494 - version = "0.8.31" 8762 + version = "0.8.47" 8495 8763 source = "registry+https://github.com/rust-lang/crates.io-index" 8496 - checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3" 8764 + checksum = "efbb2a062be311f2ba113ce66f697a4dc589f85e78a4aea276200804cea0ed87" 8497 8765 dependencies = [ 8498 8766 "zerocopy-derive", 8499 8767 ] 8500 8768 8501 8769 [[package]] 8502 8770 name = "zerocopy-derive" 8503 - version = "0.8.31" 8771 + version = "0.8.47" 8504 8772 source = "registry+https://github.com/rust-lang/crates.io-index" 8505 - checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a" 8773 + checksum = "0e8bc7269b54418e7aeeef514aa68f8690b8c0489a06b0136e5f57c4c5ccab89" 8506 8774 dependencies = [ 8507 8775 "proc-macro2", 8508 8776 "quote", 8509 - "syn 2.0.111", 8777 + "syn 2.0.117", 8510 8778 ] 8511 8779 8512 8780 [[package]] ··· 8526 8794 dependencies = [ 8527 8795 "proc-macro2", 8528 8796 "quote", 8529 - "syn 2.0.111", 8797 + "syn 2.0.117", 8530 8798 "synstructure", 8531 8799 ] 8532 8800 ··· 8547 8815 dependencies = [ 8548 8816 "proc-macro2", 8549 8817 "quote", 8550 - "syn 2.0.111", 8818 + "syn 2.0.117", 8551 8819 ] 8552 8820 8553 8821 [[package]] ··· 8580 8848 dependencies = [ 8581 8849 "proc-macro2", 8582 8850 "quote", 8583 - "syn 2.0.111", 8851 + "syn 2.0.117", 8584 8852 ] 8585 8853 8586 8854 [[package]] 8587 8855 name = "zip" 8588 - version = "7.0.0" 8856 + version = "7.2.0" 8589 8857 source = "registry+https://github.com/rust-lang/crates.io-index" 8590 - checksum = "bdd8a47718a4ee5fe78e07667cd36f3de80e7c2bfe727c7074245ffc7303c037" 8858 + checksum = "c42e33efc22a0650c311c2ef19115ce232583abbe80850bc8b66509ebef02de0" 8591 8859 dependencies = [ 8592 - "arbitrary", 8593 8860 "crc32fast", 8594 8861 "flate2", 8595 - "indexmap 2.12.1", 8862 + "indexmap 2.13.0", 8596 8863 "memchr", 8864 + "typed-path", 8597 8865 "zopfli", 8598 8866 ] 8599 8867 ··· 8612 8880 "serde", 8613 8881 "sha2", 8614 8882 "subtle", 8615 - "thiserror 2.0.17", 8883 + "thiserror 2.0.18", 8616 8884 ] 8617 8885 8618 8886 [[package]] ··· 8640 8908 "sha2", 8641 8909 "static_assertions", 8642 8910 "subtle", 8643 - "thiserror 2.0.17", 8911 + "thiserror 2.0.18", 8644 8912 "uuid", 8645 8913 "zkcredential", 8646 8914 ] 8647 8915 8648 8916 [[package]] 8649 8917 name = "zlib-rs" 8650 - version = "0.5.5" 8918 + version = "0.6.3" 8651 8919 source = "registry+https://github.com/rust-lang/crates.io-index" 8652 - checksum = "40990edd51aae2c2b6907af74ffb635029d5788228222c4bb811e9351c0caad3" 8920 + checksum = "3be3d40e40a133f9c916ee3f9f4fa2d9d63435b5fbe1bfc6d9dae0aa0ada1513" 8921 + 8922 + [[package]] 8923 + name = "zmij" 8924 + version = "1.0.21" 8925 + source = "registry+https://github.com/rust-lang/crates.io-index" 8926 + checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" 8653 8927 8654 8928 [[package]] 8655 8929 name = "zopfli" ··· 8665 8939 8666 8940 [[package]] 8667 8941 name = "zune-core" 8668 - version = "0.5.0" 8942 + version = "0.5.1" 8669 8943 source = "registry+https://github.com/rust-lang/crates.io-index" 8670 - checksum = "111f7d9820f05fd715df3144e254d6fc02ee4088b0644c0ffd0efc9e6d9d2773" 8944 + checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9" 8671 8945 8672 8946 [[package]] 8673 8947 name = "zune-jpeg" 8674 - version = "0.5.8" 8948 + version = "0.5.14" 8675 8949 source = "registry+https://github.com/rust-lang/crates.io-index" 8676 - checksum = "e35aee689668bf9bd6f6f3a6c60bb29ba1244b3b43adfd50edd554a371da37d5" 8950 + checksum = "0b7a1c0af6e5d8d1363f4994b7a091ccf963d8b694f7da5b0b9cceb82da2c0a6" 8677 8951 dependencies = [ 8678 8952 "zune-core", 8679 8953 ]