A fork of attic a self-hostable Nix Binary Cache server
0
fork

Configure Feed

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

Upgrade Cargo deps

Zhaofeng Li e8d25e42 8d6f7548

+1233 -521
+1155 -443
Cargo.lock
··· 23 23 source = "registry+https://github.com/rust-lang/crates.io-index" 24 24 checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" 25 25 dependencies = [ 26 - "getrandom", 26 + "getrandom 0.2.15", 27 27 "once_cell", 28 28 "version_check", 29 29 ] ··· 35 35 checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 36 36 dependencies = [ 37 37 "cfg-if", 38 - "getrandom", 38 + "getrandom 0.2.15", 39 39 "once_cell", 40 40 "version_check", 41 41 "zerocopy", ··· 115 115 116 116 [[package]] 117 117 name = "anstyle" 118 - version = "1.0.7" 118 + version = "1.0.11" 119 119 source = "registry+https://github.com/rust-lang/crates.io-index" 120 - checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b" 120 + checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd" 121 121 122 122 [[package]] 123 123 name = "anstyle-parse" ··· 149 149 150 150 [[package]] 151 151 name = "anyhow" 152 - version = "1.0.86" 152 + version = "1.0.98" 153 153 source = "registry+https://github.com/rust-lang/crates.io-index" 154 - checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" 154 + checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" 155 155 156 156 [[package]] 157 157 name = "arrayvec" ··· 161 161 162 162 [[package]] 163 163 name = "async-channel" 164 - version = "2.3.1" 164 + version = "2.5.0" 165 165 source = "registry+https://github.com/rust-lang/crates.io-index" 166 - checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" 166 + checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" 167 167 dependencies = [ 168 168 "concurrent-queue", 169 169 "event-listener-strategy", ··· 173 173 174 174 [[package]] 175 175 name = "async-compression" 176 - version = "0.4.11" 176 + version = "0.4.25" 177 177 source = "registry+https://github.com/rust-lang/crates.io-index" 178 - checksum = "cd066d0b4ef8ecb03a55319dc13aa6910616d0f44008a045bb1835af830abff5" 178 + checksum = "40f6024f3f856663b45fd0c9b6f2024034a702f453549449e0d84a305900dad4" 179 179 dependencies = [ 180 180 "brotli", 181 181 "futures-core", 182 + "liblzma", 182 183 "memchr", 183 184 "pin-project-lite", 184 185 "tokio", 185 - "xz2", 186 186 "zstd", 187 187 "zstd-safe", 188 188 ] 189 189 190 190 [[package]] 191 191 name = "async-stream" 192 - version = "0.3.5" 192 + version = "0.3.6" 193 193 source = "registry+https://github.com/rust-lang/crates.io-index" 194 - checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51" 194 + checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" 195 195 dependencies = [ 196 196 "async-stream-impl", 197 197 "futures-core", ··· 200 200 201 201 [[package]] 202 202 name = "async-stream-impl" 203 - version = "0.3.5" 203 + version = "0.3.6" 204 204 source = "registry+https://github.com/rust-lang/crates.io-index" 205 - checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193" 205 + checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" 206 206 dependencies = [ 207 207 "proc-macro2", 208 208 "quote", 209 - "syn 2.0.66", 209 + "syn 2.0.104", 210 210 ] 211 211 212 212 [[package]] 213 213 name = "async-trait" 214 - version = "0.1.80" 214 + version = "0.1.88" 215 215 source = "registry+https://github.com/rust-lang/crates.io-index" 216 - checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" 216 + checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" 217 217 dependencies = [ 218 218 "proc-macro2", 219 219 "quote", 220 - "syn 2.0.66", 220 + "syn 2.0.104", 221 221 ] 222 222 223 223 [[package]] ··· 228 228 dependencies = [ 229 229 "num-traits", 230 230 ] 231 + 232 + [[package]] 233 + name = "atomic-waker" 234 + version = "1.1.2" 235 + source = "registry+https://github.com/rust-lang/crates.io-index" 236 + checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 231 237 232 238 [[package]] 233 239 name = "attic" ··· 303 309 "attic-token", 304 310 "aws-config", 305 311 "aws-sdk-s3", 306 - "axum 0.7.5", 312 + "axum 0.7.9", 307 313 "axum-macros", 308 314 "base64 0.22.1", 309 315 "bytes", ··· 320 326 "humantime", 321 327 "humantime-serde", 322 328 "itoa", 323 - "rand", 329 + "rand 0.8.5", 324 330 "regex", 325 - "rsa 0.9.6", 331 + "rsa 0.9.8", 326 332 "ryu", 327 333 "sea-orm", 328 334 "sea-orm-migration", ··· 333 339 "tokio", 334 340 "tokio-util", 335 341 "toml", 336 - "tower-http", 342 + "tower-http 0.5.2", 337 343 "tracing", 338 344 "tracing-error", 339 345 "tracing-subscriber", ··· 349 355 "base64 0.22.1", 350 356 "chrono", 351 357 "displaydoc", 352 - "indexmap 2.2.6", 358 + "indexmap 2.10.0", 353 359 "jwt-simple", 354 360 "lazy_static", 355 361 "regex", 356 - "rsa 0.9.6", 362 + "rsa 0.9.8", 357 363 "serde", 358 364 "serde_with", 359 365 "tracing", ··· 367 373 368 374 [[package]] 369 375 name = "aws-config" 370 - version = "1.5.0" 376 + version = "1.8.1" 371 377 source = "registry+https://github.com/rust-lang/crates.io-index" 372 - checksum = "1234b742ac4a40a7d3459c6e3c99818271976a5a6ae3732cb415f4a9a94da7b6" 378 + checksum = "c18d005c70d2b9c0c1ea8876c039db0ec7fb71164d25c73ccea21bf41fd02171" 373 379 dependencies = [ 374 380 "aws-credential-types", 375 381 "aws-runtime", ··· 386 392 "bytes", 387 393 "fastrand", 388 394 "hex", 389 - "http 0.2.12", 390 - "hyper 0.14.28", 395 + "http 1.1.0", 391 396 "ring", 392 397 "time", 393 398 "tokio", ··· 398 403 399 404 [[package]] 400 405 name = "aws-credential-types" 401 - version = "1.2.0" 406 + version = "1.2.3" 402 407 source = "registry+https://github.com/rust-lang/crates.io-index" 403 - checksum = "e16838e6c9e12125face1c1eff1343c75e3ff540de98ff7ebd61874a89bcfeb9" 408 + checksum = "687bc16bc431a8533fe0097c7f0182874767f920989d7260950172ae8e3c4465" 404 409 dependencies = [ 405 410 "aws-smithy-async", 406 411 "aws-smithy-runtime-api", ··· 409 414 ] 410 415 411 416 [[package]] 417 + name = "aws-lc-rs" 418 + version = "1.13.1" 419 + source = "registry+https://github.com/rust-lang/crates.io-index" 420 + checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7" 421 + dependencies = [ 422 + "aws-lc-sys", 423 + "zeroize", 424 + ] 425 + 426 + [[package]] 427 + name = "aws-lc-sys" 428 + version = "0.29.0" 429 + source = "registry+https://github.com/rust-lang/crates.io-index" 430 + checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079" 431 + dependencies = [ 432 + "bindgen", 433 + "cc", 434 + "cmake", 435 + "dunce", 436 + "fs_extra", 437 + ] 438 + 439 + [[package]] 412 440 name = "aws-runtime" 413 - version = "1.2.2" 441 + version = "1.5.8" 414 442 source = "registry+https://github.com/rust-lang/crates.io-index" 415 - checksum = "75588e7ee5e8496eed939adac2035a6dbab9f7eb2acdd9ab2d31856dab6f3955" 443 + checksum = "4f6c68419d8ba16d9a7463671593c54f81ba58cab466e9b759418da606dcc2e2" 416 444 dependencies = [ 417 445 "aws-credential-types", 418 446 "aws-sigv4", 419 447 "aws-smithy-async", 420 448 "aws-smithy-eventstream", 421 449 "aws-smithy-http", 450 + "aws-smithy-runtime", 422 451 "aws-smithy-runtime-api", 423 452 "aws-smithy-types", 424 453 "aws-types", ··· 434 463 435 464 [[package]] 436 465 name = "aws-sdk-s3" 437 - version = "1.32.0" 466 + version = "1.96.0" 438 467 source = "registry+https://github.com/rust-lang/crates.io-index" 439 - checksum = "2924dd7efd0112a5a88ec7d1c2dbf371966f018e90f3f45db7c8027ef895662a" 468 + checksum = "6e25d24de44b34dcdd5182ac4e4c6f07bcec2661c505acef94c0d293b65505fe" 440 469 dependencies = [ 441 - "ahash 0.8.11", 442 470 "aws-credential-types", 443 471 "aws-runtime", 444 472 "aws-sigv4", ··· 457 485 "hex", 458 486 "hmac", 459 487 "http 0.2.12", 488 + "http 1.1.0", 460 489 "http-body 0.4.6", 461 490 "lru", 462 - "once_cell", 463 491 "percent-encoding", 464 492 "regex-lite", 465 493 "sha2", ··· 469 497 470 498 [[package]] 471 499 name = "aws-sdk-sso" 472 - version = "1.28.0" 500 + version = "1.74.0" 473 501 source = "registry+https://github.com/rust-lang/crates.io-index" 474 - checksum = "ee458e39982214c70432e87756227de474318283137c38d84be0aeebc77acced" 502 + checksum = "e0a69de9c1b9272da2872af60c7402683e7f45c06267735b4332deacb203239b" 475 503 dependencies = [ 476 504 "aws-credential-types", 477 505 "aws-runtime", ··· 483 511 "aws-smithy-types", 484 512 "aws-types", 485 513 "bytes", 514 + "fastrand", 486 515 "http 0.2.12", 487 - "once_cell", 488 516 "regex-lite", 489 517 "tracing", 490 518 ] 491 519 492 520 [[package]] 493 521 name = "aws-sdk-ssooidc" 494 - version = "1.29.0" 522 + version = "1.75.0" 495 523 source = "registry+https://github.com/rust-lang/crates.io-index" 496 - checksum = "d75562f0e82b87f41210c1de110f3fb169e189f962f4b2e94fd7f370d70e063c" 524 + checksum = "f0b161d836fac72bdd5ac1a4cd1cdc38ab888c7af26cfd95f661be4409505e63" 497 525 dependencies = [ 498 526 "aws-credential-types", 499 527 "aws-runtime", ··· 505 533 "aws-smithy-types", 506 534 "aws-types", 507 535 "bytes", 536 + "fastrand", 508 537 "http 0.2.12", 509 - "once_cell", 510 538 "regex-lite", 511 539 "tracing", 512 540 ] 513 541 514 542 [[package]] 515 543 name = "aws-sdk-sts" 516 - version = "1.28.0" 544 + version = "1.76.0" 517 545 source = "registry+https://github.com/rust-lang/crates.io-index" 518 - checksum = "a422d2f3080421ed23630ada0e474c76e4279c18b4a379bff2f1062e05cef466" 546 + checksum = "cb1cd79a3412751a341a28e2cd0d6fa4345241976da427b075a0c0cd5409f886" 519 547 dependencies = [ 520 548 "aws-credential-types", 521 549 "aws-runtime", ··· 528 556 "aws-smithy-types", 529 557 "aws-smithy-xml", 530 558 "aws-types", 559 + "fastrand", 531 560 "http 0.2.12", 532 - "once_cell", 533 561 "regex-lite", 534 562 "tracing", 535 563 ] 536 564 537 565 [[package]] 538 566 name = "aws-sigv4" 539 - version = "1.2.1" 567 + version = "1.3.3" 540 568 source = "registry+https://github.com/rust-lang/crates.io-index" 541 - checksum = "58b56f1cbe6fd4d0c2573df72868f20ab1c125ca9c9dbce17927a463433a2e57" 569 + checksum = "ddfb9021f581b71870a17eac25b52335b82211cdc092e02b6876b2bcefa61666" 542 570 dependencies = [ 543 571 "aws-credential-types", 544 572 "aws-smithy-eventstream", ··· 552 580 "hmac", 553 581 "http 0.2.12", 554 582 "http 1.1.0", 555 - "once_cell", 556 583 "p256 0.11.1", 557 584 "percent-encoding", 558 585 "ring", ··· 565 592 566 593 [[package]] 567 594 name = "aws-smithy-async" 568 - version = "1.2.1" 595 + version = "1.2.5" 569 596 source = "registry+https://github.com/rust-lang/crates.io-index" 570 - checksum = "62220bc6e97f946ddd51b5f1361f78996e704677afc518a4ff66b7a72ea1378c" 597 + checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c" 571 598 dependencies = [ 572 599 "futures-util", 573 600 "pin-project-lite", ··· 576 603 577 604 [[package]] 578 605 name = "aws-smithy-checksums" 579 - version = "0.60.9" 606 + version = "0.63.4" 580 607 source = "registry+https://github.com/rust-lang/crates.io-index" 581 - checksum = "6242d6a54d3b4b83458f4abd7057ba93c4419dc71e8217e9acd3a748d656d99e" 608 + checksum = "244f00666380d35c1c76b90f7b88a11935d11b84076ac22a4c014ea0939627af" 582 609 dependencies = [ 583 610 "aws-smithy-http", 584 611 "aws-smithy-types", 585 612 "bytes", 586 - "crc32c", 587 - "crc32fast", 613 + "crc-fast", 588 614 "hex", 589 615 "http 0.2.12", 590 616 "http-body 0.4.6", ··· 597 623 598 624 [[package]] 599 625 name = "aws-smithy-eventstream" 600 - version = "0.60.4" 626 + version = "0.60.9" 601 627 source = "registry+https://github.com/rust-lang/crates.io-index" 602 - checksum = "e6363078f927f612b970edf9d1903ef5cef9a64d1e8423525ebb1f0a1633c858" 628 + checksum = "338a3642c399c0a5d157648426110e199ca7fd1c689cc395676b81aa563700c4" 603 629 dependencies = [ 604 630 "aws-smithy-types", 605 631 "bytes", ··· 608 634 609 635 [[package]] 610 636 name = "aws-smithy-http" 611 - version = "0.60.8" 637 + version = "0.62.1" 612 638 source = "registry+https://github.com/rust-lang/crates.io-index" 613 - checksum = "4a7de001a1b9a25601016d8057ea16e31a45fdca3751304c8edf4ad72e706c08" 639 + checksum = "99335bec6cdc50a346fda1437f9fefe33abf8c99060739a546a16457f2862ca9" 614 640 dependencies = [ 615 641 "aws-smithy-eventstream", 616 642 "aws-smithy-runtime-api", ··· 619 645 "bytes-utils", 620 646 "futures-core", 621 647 "http 0.2.12", 648 + "http 1.1.0", 622 649 "http-body 0.4.6", 623 - "once_cell", 624 650 "percent-encoding", 625 651 "pin-project-lite", 626 652 "pin-utils", ··· 628 654 ] 629 655 630 656 [[package]] 657 + name = "aws-smithy-http-client" 658 + version = "1.0.6" 659 + source = "registry+https://github.com/rust-lang/crates.io-index" 660 + checksum = "f108f1ca850f3feef3009bdcc977be201bca9a91058864d9de0684e64514bee0" 661 + dependencies = [ 662 + "aws-smithy-async", 663 + "aws-smithy-runtime-api", 664 + "aws-smithy-types", 665 + "h2 0.3.26", 666 + "h2 0.4.11", 667 + "http 0.2.12", 668 + "http 1.1.0", 669 + "http-body 0.4.6", 670 + "hyper 0.14.28", 671 + "hyper 1.6.0", 672 + "hyper-rustls 0.24.2", 673 + "hyper-rustls 0.27.7", 674 + "hyper-util", 675 + "pin-project-lite", 676 + "rustls 0.21.12", 677 + "rustls 0.23.28", 678 + "rustls-native-certs 0.8.1", 679 + "rustls-pki-types", 680 + "tokio", 681 + "tower 0.5.2", 682 + "tracing", 683 + ] 684 + 685 + [[package]] 631 686 name = "aws-smithy-json" 632 - version = "0.60.7" 687 + version = "0.61.4" 633 688 source = "registry+https://github.com/rust-lang/crates.io-index" 634 - checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6" 689 + checksum = "a16e040799d29c17412943bdbf488fd75db04112d0c0d4b9290bacf5ae0014b9" 635 690 dependencies = [ 636 691 "aws-smithy-types", 692 + ] 693 + 694 + [[package]] 695 + name = "aws-smithy-observability" 696 + version = "0.1.3" 697 + source = "registry+https://github.com/rust-lang/crates.io-index" 698 + checksum = "9364d5989ac4dd918e5cc4c4bdcc61c9be17dcd2586ea7f69e348fc7c6cab393" 699 + dependencies = [ 700 + "aws-smithy-runtime-api", 637 701 ] 638 702 639 703 [[package]] ··· 648 712 649 713 [[package]] 650 714 name = "aws-smithy-runtime" 651 - version = "1.5.4" 715 + version = "1.8.3" 652 716 source = "registry+https://github.com/rust-lang/crates.io-index" 653 - checksum = "607e8b53aeb2bc23fb332159d72a69650cd9643c161d76cd3b7f88ac00b5a1bb" 717 + checksum = "14302f06d1d5b7d333fd819943075b13d27c7700b414f574c3c35859bfb55d5e" 654 718 dependencies = [ 655 719 "aws-smithy-async", 656 720 "aws-smithy-http", 721 + "aws-smithy-http-client", 722 + "aws-smithy-observability", 657 723 "aws-smithy-runtime-api", 658 724 "aws-smithy-types", 659 725 "bytes", 660 726 "fastrand", 661 - "h2", 662 727 "http 0.2.12", 728 + "http 1.1.0", 663 729 "http-body 0.4.6", 664 730 "http-body 1.0.0", 665 - "hyper 0.14.28", 666 - "hyper-rustls 0.24.2", 667 - "once_cell", 668 731 "pin-project-lite", 669 732 "pin-utils", 670 - "rustls 0.21.12", 671 733 "tokio", 672 734 "tracing", 673 735 ] 674 736 675 737 [[package]] 676 738 name = "aws-smithy-runtime-api" 677 - version = "1.6.1" 739 + version = "1.8.1" 678 740 source = "registry+https://github.com/rust-lang/crates.io-index" 679 - checksum = "5b7d790d553d163c7d80a4e06e2906bf24b9172c9ebe045fc3a274e9358ab7bb" 741 + checksum = "bd8531b6d8882fd8f48f82a9754e682e29dd44cff27154af51fa3eb730f59efb" 680 742 dependencies = [ 681 743 "aws-smithy-async", 682 744 "aws-smithy-types", ··· 691 753 692 754 [[package]] 693 755 name = "aws-smithy-types" 694 - version = "1.1.10" 756 + version = "1.3.2" 695 757 source = "registry+https://github.com/rust-lang/crates.io-index" 696 - checksum = "5b6764ba7e1c5ede1c9f9e4046645534f06c2581402461c559b481a420330a83" 758 + checksum = "d498595448e43de7f4296b7b7a18a8a02c61ec9349128c80a368f7c3b4ab11a8" 697 759 dependencies = [ 698 760 "base64-simd", 699 761 "bytes", ··· 717 779 718 780 [[package]] 719 781 name = "aws-smithy-xml" 720 - version = "0.60.8" 782 + version = "0.60.10" 721 783 source = "registry+https://github.com/rust-lang/crates.io-index" 722 - checksum = "d123fbc2a4adc3c301652ba8e149bf4bc1d1725affb9784eb20c953ace06bf55" 784 + checksum = "3db87b96cb1b16c024980f133968d52882ca0daaee3a086c6decc500f6c99728" 723 785 dependencies = [ 724 786 "xmlparser", 725 787 ] 726 788 727 789 [[package]] 728 790 name = "aws-types" 729 - version = "1.3.0" 791 + version = "1.3.7" 730 792 source = "registry+https://github.com/rust-lang/crates.io-index" 731 - checksum = "02fa328e19c849b20ef7ada4c9b581dd12351ff35ecc7642d06e69de4f98407c" 793 + checksum = "8a322fec39e4df22777ed3ad8ea868ac2f94cd15e1a55f6ee8d8d6305057689a" 732 794 dependencies = [ 733 795 "aws-credential-types", 734 796 "aws-smithy-async", 735 797 "aws-smithy-runtime-api", 736 798 "aws-smithy-types", 737 - "http 0.2.12", 738 799 "rustc_version", 739 800 "tracing", 740 801 ] ··· 762 823 "rustversion", 763 824 "serde", 764 825 "sync_wrapper 0.1.2", 765 - "tower", 826 + "tower 0.4.13", 766 827 "tower-layer", 767 828 "tower-service", 768 829 ] 769 830 770 831 [[package]] 771 832 name = "axum" 772 - version = "0.7.5" 833 + version = "0.7.9" 773 834 source = "registry+https://github.com/rust-lang/crates.io-index" 774 - checksum = "3a6c9af12842a67734c9a2e355436e5d03b22383ed60cf13cd0c18fbfe3dcbcf" 835 + checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" 775 836 dependencies = [ 776 837 "async-trait", 777 - "axum-core 0.4.3", 838 + "axum-core 0.4.5", 778 839 "bytes", 779 840 "futures-util", 780 841 "http 1.1.0", 781 842 "http-body 1.0.0", 782 843 "http-body-util", 783 - "hyper 1.3.1", 844 + "hyper 1.6.0", 784 845 "hyper-util", 785 846 "itoa", 786 847 "matchit", ··· 795 856 "serde_urlencoded", 796 857 "sync_wrapper 1.0.1", 797 858 "tokio", 798 - "tower", 859 + "tower 0.5.2", 799 860 "tower-layer", 800 861 "tower-service", 801 862 "tracing", ··· 820 881 821 882 [[package]] 822 883 name = "axum-core" 823 - version = "0.4.3" 884 + version = "0.4.5" 824 885 source = "registry+https://github.com/rust-lang/crates.io-index" 825 - checksum = "a15c63fd72d41492dc4f497196f5da1fb04fb7529e631d73630d1b491e47a2e3" 886 + checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199" 826 887 dependencies = [ 827 888 "async-trait", 828 889 "bytes", ··· 833 894 "mime", 834 895 "pin-project-lite", 835 896 "rustversion", 836 - "sync_wrapper 0.1.2", 897 + "sync_wrapper 1.0.1", 837 898 "tower-layer", 838 899 "tower-service", 839 900 "tracing", ··· 841 902 842 903 [[package]] 843 904 name = "axum-macros" 844 - version = "0.4.1" 905 + version = "0.4.2" 845 906 source = "registry+https://github.com/rust-lang/crates.io-index" 846 - checksum = "00c055ee2d014ae5981ce1016374e8213682aa14d9bf40e48ab48b5f3ef20eaa" 907 + checksum = "57d123550fa8d071b7255cb0cc04dc302baa6c8c4a79f55701552684d8399bce" 847 908 dependencies = [ 848 - "heck 0.4.1", 849 909 "proc-macro2", 850 910 "quote", 851 - "syn 2.0.66", 911 + "syn 2.0.104", 852 912 ] 853 913 854 914 [[package]] ··· 918 978 ] 919 979 920 980 [[package]] 981 + name = "bindgen" 982 + version = "0.69.5" 983 + source = "registry+https://github.com/rust-lang/crates.io-index" 984 + checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088" 985 + dependencies = [ 986 + "bitflags 2.9.1", 987 + "cexpr", 988 + "clang-sys", 989 + "itertools 0.12.1", 990 + "lazy_static", 991 + "lazycell", 992 + "log", 993 + "prettyplease", 994 + "proc-macro2", 995 + "quote", 996 + "regex", 997 + "rustc-hash 1.1.0", 998 + "shlex", 999 + "syn 2.0.104", 1000 + "which", 1001 + ] 1002 + 1003 + [[package]] 921 1004 name = "binstring" 922 1005 version = "0.1.1" 923 1006 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 931 1014 932 1015 [[package]] 933 1016 name = "bitflags" 934 - version = "2.5.0" 1017 + version = "2.9.1" 935 1018 source = "registry+https://github.com/rust-lang/crates.io-index" 936 - checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" 1019 + checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" 937 1020 dependencies = [ 938 1021 "serde", 939 1022 ] ··· 979 1062 "proc-macro-crate", 980 1063 "proc-macro2", 981 1064 "quote", 982 - "syn 2.0.66", 1065 + "syn 2.0.104", 983 1066 "syn_derive", 984 1067 ] 985 1068 986 1069 [[package]] 987 1070 name = "brotli" 988 - version = "6.0.0" 1071 + version = "8.0.1" 989 1072 source = "registry+https://github.com/rust-lang/crates.io-index" 990 - checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b" 1073 + checksum = "9991eea70ea4f293524138648e41ee89b0b2b12ddef3b255effa43c8056e0e0d" 991 1074 dependencies = [ 992 1075 "alloc-no-stdlib", 993 1076 "alloc-stdlib", ··· 996 1079 997 1080 [[package]] 998 1081 name = "brotli-decompressor" 999 - version = "4.0.1" 1082 + version = "5.0.0" 1000 1083 source = "registry+https://github.com/rust-lang/crates.io-index" 1001 - checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362" 1084 + checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" 1002 1085 dependencies = [ 1003 1086 "alloc-no-stdlib", 1004 1087 "alloc-stdlib", ··· 1040 1123 1041 1124 [[package]] 1042 1125 name = "bytes" 1043 - version = "1.6.0" 1126 + version = "1.10.1" 1044 1127 source = "registry+https://github.com/rust-lang/crates.io-index" 1045 - checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" 1128 + checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 1046 1129 1047 1130 [[package]] 1048 1131 name = "bytes-utils" ··· 1062 1145 1063 1146 [[package]] 1064 1147 name = "cc" 1065 - version = "1.1.13" 1148 + version = "1.2.29" 1066 1149 source = "registry+https://github.com/rust-lang/crates.io-index" 1067 - checksum = "72db2f7947ecee9b03b510377e8bb9077afa27176fdbff55c51027e976fdcc48" 1150 + checksum = "5c1599538de2394445747c8cf7935946e3cc27e9625f889d979bfb2aaf569362" 1068 1151 dependencies = [ 1069 1152 "jobserver", 1070 1153 "libc", ··· 1072 1155 ] 1073 1156 1074 1157 [[package]] 1158 + name = "cexpr" 1159 + version = "0.6.0" 1160 + source = "registry+https://github.com/rust-lang/crates.io-index" 1161 + checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 1162 + dependencies = [ 1163 + "nom", 1164 + ] 1165 + 1166 + [[package]] 1075 1167 name = "cfg-expr" 1076 1168 version = "0.17.2" 1077 1169 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1095 1187 1096 1188 [[package]] 1097 1189 name = "chrono" 1098 - version = "0.4.38" 1190 + version = "0.4.41" 1099 1191 source = "registry+https://github.com/rust-lang/crates.io-index" 1100 - checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" 1192 + checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" 1101 1193 dependencies = [ 1102 1194 "android-tzdata", 1103 1195 "iana-time-zone", ··· 1105 1197 "num-traits", 1106 1198 "serde", 1107 1199 "wasm-bindgen", 1108 - "windows-targets 0.52.5", 1200 + "windows-link", 1109 1201 ] 1110 1202 1111 1203 [[package]] ··· 1133 1225 dependencies = [ 1134 1226 "ciborium-io", 1135 1227 "half", 1228 + ] 1229 + 1230 + [[package]] 1231 + name = "clang-sys" 1232 + version = "1.8.1" 1233 + source = "registry+https://github.com/rust-lang/crates.io-index" 1234 + checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" 1235 + dependencies = [ 1236 + "glob", 1237 + "libc", 1238 + "libloading", 1136 1239 ] 1137 1240 1138 1241 [[package]] 1139 1242 name = "clap" 1140 - version = "4.5.4" 1243 + version = "4.5.40" 1141 1244 source = "registry+https://github.com/rust-lang/crates.io-index" 1142 - checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0" 1245 + checksum = "40b6887a1d8685cebccf115538db5c0efe625ccac9696ad45c409d96566e910f" 1143 1246 dependencies = [ 1144 1247 "clap_builder", 1145 1248 "clap_derive", ··· 1147 1250 1148 1251 [[package]] 1149 1252 name = "clap_builder" 1150 - version = "4.5.2" 1253 + version = "4.5.40" 1151 1254 source = "registry+https://github.com/rust-lang/crates.io-index" 1152 - checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4" 1255 + checksum = "e0c66c08ce9f0c698cbce5c0279d0bb6ac936d8674174fe48f736533b964f59e" 1153 1256 dependencies = [ 1154 1257 "anstream", 1155 1258 "anstyle", ··· 1159 1262 1160 1263 [[package]] 1161 1264 name = "clap_complete" 1162 - version = "4.5.2" 1265 + version = "4.5.54" 1163 1266 source = "registry+https://github.com/rust-lang/crates.io-index" 1164 - checksum = "dd79504325bf38b10165b02e89b4347300f855f273c4cb30c4a3209e6583275e" 1267 + checksum = "aad5b1b4de04fead402672b48897030eec1f3bfe1550776322f59f6d6e6a5677" 1165 1268 dependencies = [ 1166 1269 "clap", 1167 1270 ] 1168 1271 1169 1272 [[package]] 1170 1273 name = "clap_derive" 1171 - version = "4.5.4" 1274 + version = "4.5.40" 1172 1275 source = "registry+https://github.com/rust-lang/crates.io-index" 1173 - checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64" 1276 + checksum = "d2c7947ae4cc3d851207c1adb5b5e260ff0cca11446b1d6d1423788e442257ce" 1174 1277 dependencies = [ 1175 1278 "heck 0.5.0", 1176 1279 "proc-macro2", 1177 1280 "quote", 1178 - "syn 2.0.66", 1281 + "syn 2.0.104", 1179 1282 ] 1180 1283 1181 1284 [[package]] 1182 1285 name = "clap_lex" 1183 - version = "0.7.0" 1286 + version = "0.7.5" 1287 + source = "registry+https://github.com/rust-lang/crates.io-index" 1288 + checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" 1289 + 1290 + [[package]] 1291 + name = "cmake" 1292 + version = "0.1.54" 1184 1293 source = "registry+https://github.com/rust-lang/crates.io-index" 1185 - checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" 1294 + checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0" 1295 + dependencies = [ 1296 + "cc", 1297 + ] 1186 1298 1187 1299 [[package]] 1188 1300 name = "coarsetime" ··· 1202 1314 checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 1203 1315 dependencies = [ 1204 1316 "termcolor", 1205 - "unicode-width", 1317 + "unicode-width 0.1.12", 1206 1318 ] 1207 1319 1208 1320 [[package]] ··· 1229 1341 "encode_unicode", 1230 1342 "lazy_static", 1231 1343 "libc", 1232 - "unicode-width", 1344 + "unicode-width 0.1.12", 1233 1345 "windows-sys 0.52.0", 1234 1346 ] 1235 1347 ··· 1278 1390 1279 1391 [[package]] 1280 1392 name = "const_format" 1281 - version = "0.2.32" 1393 + version = "0.2.34" 1282 1394 source = "registry+https://github.com/rust-lang/crates.io-index" 1283 - checksum = "e3a214c7af3d04997541b18d432afaff4c455e79e2029079647e72fc2bd27673" 1395 + checksum = "126f97965c8ad46d6d9163268ff28432e8f6a1196a55578867832e3049df63dd" 1284 1396 dependencies = [ 1285 1397 "const_format_proc_macros", 1286 1398 ] 1287 1399 1288 1400 [[package]] 1289 1401 name = "const_format_proc_macros" 1290 - version = "0.2.32" 1402 + version = "0.2.34" 1291 1403 source = "registry+https://github.com/rust-lang/crates.io-index" 1292 - checksum = "c7f6ff08fd20f4f299298a28e2dfa8a8ba1036e6cd2460ac1de7b425d76f2500" 1404 + checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744" 1293 1405 dependencies = [ 1294 1406 "proc-macro2", 1295 1407 "quote", ··· 1307 1419 ] 1308 1420 1309 1421 [[package]] 1422 + name = "core-foundation" 1423 + version = "0.10.1" 1424 + source = "registry+https://github.com/rust-lang/crates.io-index" 1425 + checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 1426 + dependencies = [ 1427 + "core-foundation-sys", 1428 + "libc", 1429 + ] 1430 + 1431 + [[package]] 1310 1432 name = "core-foundation-sys" 1311 1433 version = "0.8.6" 1312 1434 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1337 1459 checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 1338 1460 1339 1461 [[package]] 1340 - name = "crc32c" 1341 - version = "0.6.5" 1462 + name = "crc-fast" 1463 + version = "1.3.0" 1342 1464 source = "registry+https://github.com/rust-lang/crates.io-index" 1343 - checksum = "89254598aa9b9fa608de44b3ae54c810f0f06d755e24c50177f1f8f31ff50ce2" 1465 + checksum = "6bf62af4cc77d8fe1c22dde4e721d87f2f54056139d8c412e1366b740305f56f" 1344 1466 dependencies = [ 1345 - "rustc_version", 1467 + "crc", 1468 + "digest", 1469 + "libc", 1470 + "rand 0.9.1", 1471 + "regex", 1346 1472 ] 1347 1473 1348 1474 [[package]] ··· 1448 1574 checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef" 1449 1575 dependencies = [ 1450 1576 "generic-array", 1451 - "rand_core", 1577 + "rand_core 0.6.4", 1452 1578 "subtle", 1453 1579 "zeroize", 1454 1580 ] ··· 1460 1586 checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 1461 1587 dependencies = [ 1462 1588 "generic-array", 1463 - "rand_core", 1589 + "rand_core 0.6.4", 1464 1590 "subtle", 1465 1591 "zeroize", 1466 1592 ] ··· 1505 1631 "proc-macro2", 1506 1632 "quote", 1507 1633 "scratch", 1508 - "syn 2.0.66", 1634 + "syn 2.0.104", 1509 1635 ] 1510 1636 1511 1637 [[package]] ··· 1522 1648 dependencies = [ 1523 1649 "proc-macro2", 1524 1650 "quote", 1525 - "syn 2.0.66", 1651 + "syn 2.0.104", 1526 1652 ] 1527 1653 1528 1654 [[package]] ··· 1546 1672 "proc-macro2", 1547 1673 "quote", 1548 1674 "strsim", 1549 - "syn 2.0.66", 1675 + "syn 2.0.104", 1550 1676 ] 1551 1677 1552 1678 [[package]] ··· 1557 1683 dependencies = [ 1558 1684 "darling_core", 1559 1685 "quote", 1560 - "syn 2.0.66", 1686 + "syn 2.0.104", 1561 1687 ] 1562 1688 1563 1689 [[package]] ··· 1612 1738 "console", 1613 1739 "shell-words", 1614 1740 "tempfile", 1615 - "thiserror", 1741 + "thiserror 1.0.61", 1616 1742 "zeroize", 1617 1743 ] 1618 1744 ··· 1636 1762 dependencies = [ 1637 1763 "proc-macro2", 1638 1764 "quote", 1639 - "syn 2.0.66", 1765 + "syn 2.0.104", 1640 1766 ] 1641 1767 1642 1768 [[package]] ··· 1646 1772 checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 1647 1773 1648 1774 [[package]] 1775 + name = "dunce" 1776 + version = "1.0.5" 1777 + source = "registry+https://github.com/rust-lang/crates.io-index" 1778 + checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 1779 + 1780 + [[package]] 1781 + name = "dyn-clone" 1782 + version = "1.0.19" 1783 + source = "registry+https://github.com/rust-lang/crates.io-index" 1784 + checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005" 1785 + 1786 + [[package]] 1649 1787 name = "ecdsa" 1650 1788 version = "0.14.8" 1651 1789 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1678 1816 checksum = "e9b3460f44bea8cd47f45a0c70892f1eff856d97cd55358b2f73f663789f6190" 1679 1817 dependencies = [ 1680 1818 "ct-codecs", 1681 - "getrandom", 1819 + "getrandom 0.2.15", 1682 1820 ] 1683 1821 1684 1822 [[package]] ··· 1704 1842 "generic-array", 1705 1843 "group 0.12.1", 1706 1844 "pkcs8 0.9.0", 1707 - "rand_core", 1845 + "rand_core 0.6.4", 1708 1846 "sec1 0.3.0", 1709 1847 "subtle", 1710 1848 "zeroize", ··· 1725 1863 "hkdf", 1726 1864 "pem-rfc7468 0.7.0", 1727 1865 "pkcs8 0.10.2", 1728 - "rand_core", 1866 + "rand_core 0.6.4", 1729 1867 "sec1 0.7.3", 1730 1868 "subtle", 1731 1869 "zeroize", ··· 1739 1877 1740 1878 [[package]] 1741 1879 name = "enum-as-inner" 1742 - version = "0.6.0" 1880 + version = "0.6.1" 1743 1881 source = "registry+https://github.com/rust-lang/crates.io-index" 1744 - checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a" 1882 + checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" 1745 1883 dependencies = [ 1746 - "heck 0.4.1", 1884 + "heck 0.5.0", 1747 1885 "proc-macro2", 1748 1886 "quote", 1749 - "syn 2.0.66", 1887 + "syn 2.0.104", 1750 1888 ] 1751 1889 1752 1890 [[package]] ··· 1795 1933 1796 1934 [[package]] 1797 1935 name = "event-listener-strategy" 1798 - version = "0.5.2" 1936 + version = "0.5.4" 1799 1937 source = "registry+https://github.com/rust-lang/crates.io-index" 1800 - checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" 1938 + checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" 1801 1939 dependencies = [ 1802 1940 "event-listener 5.3.1", 1803 1941 "pin-project-lite", ··· 1805 1943 1806 1944 [[package]] 1807 1945 name = "fastcdc" 1808 - version = "3.1.0" 1946 + version = "3.2.1" 1809 1947 source = "registry+https://github.com/rust-lang/crates.io-index" 1810 - checksum = "a71061d097bfa9a5a4d2efdec57990d9a88745020b365191d37e48541a1628f2" 1948 + checksum = "bf51ceb43e96afbfe4dd5c6f6082af5dfd60e220820b8123792d61963f2ce6bc" 1811 1949 dependencies = [ 1812 1950 "async-stream", 1813 1951 "tokio", ··· 1816 1954 1817 1955 [[package]] 1818 1956 name = "fastrand" 1819 - version = "2.1.0" 1957 + version = "2.3.0" 1820 1958 source = "registry+https://github.com/rust-lang/crates.io-index" 1821 - checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" 1959 + checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 1822 1960 1823 1961 [[package]] 1824 1962 name = "ff" ··· 1826 1964 source = "registry+https://github.com/rust-lang/crates.io-index" 1827 1965 checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" 1828 1966 dependencies = [ 1829 - "rand_core", 1967 + "rand_core 0.6.4", 1830 1968 "subtle", 1831 1969 ] 1832 1970 ··· 1836 1974 source = "registry+https://github.com/rust-lang/crates.io-index" 1837 1975 checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" 1838 1976 dependencies = [ 1839 - "rand_core", 1977 + "rand_core 0.6.4", 1840 1978 "subtle", 1841 1979 ] 1842 1980 ··· 1870 2008 dependencies = [ 1871 2009 "futures-core", 1872 2010 "futures-sink", 1873 - "spin 0.9.8", 2011 + "spin", 1874 2012 ] 1875 2013 1876 2014 [[package]] ··· 1889 2027 ] 1890 2028 1891 2029 [[package]] 2030 + name = "fs_extra" 2031 + version = "1.3.0" 2032 + source = "registry+https://github.com/rust-lang/crates.io-index" 2033 + checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 2034 + 2035 + [[package]] 1892 2036 name = "funty" 1893 2037 version = "2.0.0" 1894 2038 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1896 2040 1897 2041 [[package]] 1898 2042 name = "futures" 1899 - version = "0.3.30" 2043 + version = "0.3.31" 1900 2044 source = "registry+https://github.com/rust-lang/crates.io-index" 1901 - checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" 2045 + checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 1902 2046 dependencies = [ 1903 2047 "futures-channel", 1904 2048 "futures-core", ··· 1911 2055 1912 2056 [[package]] 1913 2057 name = "futures-channel" 1914 - version = "0.3.30" 2058 + version = "0.3.31" 1915 2059 source = "registry+https://github.com/rust-lang/crates.io-index" 1916 - checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" 2060 + checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 1917 2061 dependencies = [ 1918 2062 "futures-core", 1919 2063 "futures-sink", ··· 1921 2065 1922 2066 [[package]] 1923 2067 name = "futures-core" 1924 - version = "0.3.30" 2068 + version = "0.3.31" 1925 2069 source = "registry+https://github.com/rust-lang/crates.io-index" 1926 - checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 2070 + checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 1927 2071 1928 2072 [[package]] 1929 2073 name = "futures-executor" 1930 - version = "0.3.30" 2074 + version = "0.3.31" 1931 2075 source = "registry+https://github.com/rust-lang/crates.io-index" 1932 - checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" 2076 + checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 1933 2077 dependencies = [ 1934 2078 "futures-core", 1935 2079 "futures-task", ··· 1949 2093 1950 2094 [[package]] 1951 2095 name = "futures-io" 1952 - version = "0.3.30" 2096 + version = "0.3.31" 1953 2097 source = "registry+https://github.com/rust-lang/crates.io-index" 1954 - checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" 2098 + checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 1955 2099 1956 2100 [[package]] 1957 2101 name = "futures-macro" 1958 - version = "0.3.30" 2102 + version = "0.3.31" 1959 2103 source = "registry+https://github.com/rust-lang/crates.io-index" 1960 - checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" 2104 + checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 1961 2105 dependencies = [ 1962 2106 "proc-macro2", 1963 2107 "quote", 1964 - "syn 2.0.66", 2108 + "syn 2.0.104", 1965 2109 ] 1966 2110 1967 2111 [[package]] 1968 2112 name = "futures-sink" 1969 - version = "0.3.30" 2113 + version = "0.3.31" 1970 2114 source = "registry+https://github.com/rust-lang/crates.io-index" 1971 - checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" 2115 + checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 1972 2116 1973 2117 [[package]] 1974 2118 name = "futures-task" 1975 - version = "0.3.30" 2119 + version = "0.3.31" 1976 2120 source = "registry+https://github.com/rust-lang/crates.io-index" 1977 - checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" 2121 + checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 1978 2122 1979 2123 [[package]] 1980 2124 name = "futures-util" 1981 - version = "0.3.30" 2125 + version = "0.3.31" 1982 2126 source = "registry+https://github.com/rust-lang/crates.io-index" 1983 - checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" 2127 + checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 1984 2128 dependencies = [ 1985 2129 "futures-channel", 1986 2130 "futures-core", ··· 2014 2158 "cfg-if", 2015 2159 "js-sys", 2016 2160 "libc", 2017 - "wasi", 2161 + "wasi 0.11.0+wasi-snapshot-preview1", 2162 + "wasm-bindgen", 2163 + ] 2164 + 2165 + [[package]] 2166 + name = "getrandom" 2167 + version = "0.3.3" 2168 + source = "registry+https://github.com/rust-lang/crates.io-index" 2169 + checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" 2170 + dependencies = [ 2171 + "cfg-if", 2172 + "js-sys", 2173 + "libc", 2174 + "r-efi", 2175 + "wasi 0.14.2+wasi-0.2.4", 2018 2176 "wasm-bindgen", 2019 2177 ] 2020 2178 ··· 2037 2195 checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" 2038 2196 dependencies = [ 2039 2197 "ff 0.12.1", 2040 - "rand_core", 2198 + "rand_core 0.6.4", 2041 2199 "subtle", 2042 2200 ] 2043 2201 ··· 2048 2206 checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 2049 2207 dependencies = [ 2050 2208 "ff 0.13.0", 2051 - "rand_core", 2209 + "rand_core 0.6.4", 2052 2210 "subtle", 2053 2211 ] 2054 2212 ··· 2064 2222 "futures-sink", 2065 2223 "futures-util", 2066 2224 "http 0.2.12", 2067 - "indexmap 2.2.6", 2225 + "indexmap 2.10.0", 2226 + "slab", 2227 + "tokio", 2228 + "tokio-util", 2229 + "tracing", 2230 + ] 2231 + 2232 + [[package]] 2233 + name = "h2" 2234 + version = "0.4.11" 2235 + source = "registry+https://github.com/rust-lang/crates.io-index" 2236 + checksum = "17da50a276f1e01e0ba6c029e47b7100754904ee8a278f886546e98575380785" 2237 + dependencies = [ 2238 + "atomic-waker", 2239 + "bytes", 2240 + "fnv", 2241 + "futures-core", 2242 + "futures-sink", 2243 + "http 1.1.0", 2244 + "indexmap 2.10.0", 2068 2245 "slab", 2069 2246 "tokio", 2070 2247 "tokio-util", ··· 2101 2278 ] 2102 2279 2103 2280 [[package]] 2281 + name = "hashbrown" 2282 + version = "0.15.4" 2283 + source = "registry+https://github.com/rust-lang/crates.io-index" 2284 + checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5" 2285 + 2286 + [[package]] 2104 2287 name = "hashlink" 2105 2288 version = "0.8.4" 2106 2289 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2245 2428 2246 2429 [[package]] 2247 2430 name = "http-body-util" 2248 - version = "0.1.1" 2431 + version = "0.1.3" 2249 2432 source = "registry+https://github.com/rust-lang/crates.io-index" 2250 - checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d" 2433 + checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 2251 2434 dependencies = [ 2252 2435 "bytes", 2253 2436 "futures-core", ··· 2258 2441 2259 2442 [[package]] 2260 2443 name = "httparse" 2261 - version = "1.8.0" 2444 + version = "1.10.1" 2262 2445 source = "registry+https://github.com/rust-lang/crates.io-index" 2263 - checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 2446 + checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 2264 2447 2265 2448 [[package]] 2266 2449 name = "httpdate" ··· 2270 2453 2271 2454 [[package]] 2272 2455 name = "humantime" 2273 - version = "2.1.0" 2456 + version = "2.2.0" 2274 2457 source = "registry+https://github.com/rust-lang/crates.io-index" 2275 - checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 2458 + checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f" 2276 2459 2277 2460 [[package]] 2278 2461 name = "humantime-serde" ··· 2294 2477 "futures-channel", 2295 2478 "futures-core", 2296 2479 "futures-util", 2297 - "h2", 2480 + "h2 0.3.26", 2298 2481 "http 0.2.12", 2299 2482 "http-body 0.4.6", 2300 2483 "httparse", ··· 2310 2493 2311 2494 [[package]] 2312 2495 name = "hyper" 2313 - version = "1.3.1" 2496 + version = "1.6.0" 2314 2497 source = "registry+https://github.com/rust-lang/crates.io-index" 2315 - checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d" 2498 + checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" 2316 2499 dependencies = [ 2317 2500 "bytes", 2318 2501 "futures-channel", 2319 2502 "futures-util", 2503 + "h2 0.4.11", 2320 2504 "http 1.1.0", 2321 2505 "http-body 1.0.0", 2322 2506 "httparse", ··· 2346 2530 2347 2531 [[package]] 2348 2532 name = "hyper-rustls" 2349 - version = "0.26.0" 2533 + version = "0.27.7" 2350 2534 source = "registry+https://github.com/rust-lang/crates.io-index" 2351 - checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c" 2535 + checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 2352 2536 dependencies = [ 2353 - "futures-util", 2354 2537 "http 1.1.0", 2355 - "hyper 1.3.1", 2538 + "hyper 1.6.0", 2356 2539 "hyper-util", 2357 - "rustls 0.22.4", 2540 + "rustls 0.23.28", 2541 + "rustls-native-certs 0.8.1", 2358 2542 "rustls-pki-types", 2359 2543 "tokio", 2360 - "tokio-rustls 0.25.0", 2544 + "tokio-rustls 0.26.2", 2361 2545 "tower-service", 2546 + "webpki-roots 1.0.1", 2362 2547 ] 2363 2548 2364 2549 [[package]] ··· 2375 2560 2376 2561 [[package]] 2377 2562 name = "hyper-util" 2378 - version = "0.1.5" 2563 + version = "0.1.14" 2379 2564 source = "registry+https://github.com/rust-lang/crates.io-index" 2380 - checksum = "7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56" 2565 + checksum = "dc2fdfdbff08affe55bb779f33b053aa1fe5dd5b54c257343c17edfa55711bdb" 2381 2566 dependencies = [ 2567 + "base64 0.22.1", 2382 2568 "bytes", 2383 2569 "futures-channel", 2570 + "futures-core", 2384 2571 "futures-util", 2385 2572 "http 1.1.0", 2386 2573 "http-body 1.0.0", 2387 - "hyper 1.3.1", 2574 + "hyper 1.6.0", 2575 + "ipnet", 2576 + "libc", 2577 + "percent-encoding", 2388 2578 "pin-project-lite", 2389 2579 "socket2", 2390 2580 "tokio", 2391 - "tower", 2392 2581 "tower-service", 2393 2582 "tracing", 2394 2583 ] ··· 2417 2606 ] 2418 2607 2419 2608 [[package]] 2609 + name = "icu_collections" 2610 + version = "2.0.0" 2611 + source = "registry+https://github.com/rust-lang/crates.io-index" 2612 + checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" 2613 + dependencies = [ 2614 + "displaydoc", 2615 + "potential_utf", 2616 + "yoke", 2617 + "zerofrom", 2618 + "zerovec", 2619 + ] 2620 + 2621 + [[package]] 2622 + name = "icu_locale_core" 2623 + version = "2.0.0" 2624 + source = "registry+https://github.com/rust-lang/crates.io-index" 2625 + checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" 2626 + dependencies = [ 2627 + "displaydoc", 2628 + "litemap", 2629 + "tinystr", 2630 + "writeable", 2631 + "zerovec", 2632 + ] 2633 + 2634 + [[package]] 2635 + name = "icu_normalizer" 2636 + version = "2.0.0" 2637 + source = "registry+https://github.com/rust-lang/crates.io-index" 2638 + checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" 2639 + dependencies = [ 2640 + "displaydoc", 2641 + "icu_collections", 2642 + "icu_normalizer_data", 2643 + "icu_properties", 2644 + "icu_provider", 2645 + "smallvec", 2646 + "zerovec", 2647 + ] 2648 + 2649 + [[package]] 2650 + name = "icu_normalizer_data" 2651 + version = "2.0.0" 2652 + source = "registry+https://github.com/rust-lang/crates.io-index" 2653 + checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" 2654 + 2655 + [[package]] 2656 + name = "icu_properties" 2657 + version = "2.0.1" 2658 + source = "registry+https://github.com/rust-lang/crates.io-index" 2659 + checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" 2660 + dependencies = [ 2661 + "displaydoc", 2662 + "icu_collections", 2663 + "icu_locale_core", 2664 + "icu_properties_data", 2665 + "icu_provider", 2666 + "potential_utf", 2667 + "zerotrie", 2668 + "zerovec", 2669 + ] 2670 + 2671 + [[package]] 2672 + name = "icu_properties_data" 2673 + version = "2.0.1" 2674 + source = "registry+https://github.com/rust-lang/crates.io-index" 2675 + checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" 2676 + 2677 + [[package]] 2678 + name = "icu_provider" 2679 + version = "2.0.0" 2680 + source = "registry+https://github.com/rust-lang/crates.io-index" 2681 + checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" 2682 + dependencies = [ 2683 + "displaydoc", 2684 + "icu_locale_core", 2685 + "stable_deref_trait", 2686 + "tinystr", 2687 + "writeable", 2688 + "yoke", 2689 + "zerofrom", 2690 + "zerotrie", 2691 + "zerovec", 2692 + ] 2693 + 2694 + [[package]] 2420 2695 name = "ident_case" 2421 2696 version = "1.0.1" 2422 2697 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2424 2699 2425 2700 [[package]] 2426 2701 name = "idna" 2427 - version = "0.5.0" 2702 + version = "1.0.3" 2428 2703 source = "registry+https://github.com/rust-lang/crates.io-index" 2429 - checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 2704 + checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" 2430 2705 dependencies = [ 2431 - "unicode-bidi", 2432 - "unicode-normalization", 2706 + "idna_adapter", 2707 + "smallvec", 2708 + "utf8_iter", 2709 + ] 2710 + 2711 + [[package]] 2712 + name = "idna_adapter" 2713 + version = "1.2.1" 2714 + source = "registry+https://github.com/rust-lang/crates.io-index" 2715 + checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 2716 + dependencies = [ 2717 + "icu_normalizer", 2718 + "icu_properties", 2433 2719 ] 2434 2720 2435 2721 [[package]] ··· 2445 2731 2446 2732 [[package]] 2447 2733 name = "indexmap" 2448 - version = "2.2.6" 2734 + version = "2.10.0" 2449 2735 source = "registry+https://github.com/rust-lang/crates.io-index" 2450 - checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" 2736 + checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661" 2451 2737 dependencies = [ 2452 2738 "equivalent", 2453 - "hashbrown 0.14.5", 2739 + "hashbrown 0.15.4", 2454 2740 "serde", 2455 2741 ] 2456 2742 2457 2743 [[package]] 2458 2744 name = "indicatif" 2459 - version = "0.17.8" 2745 + version = "0.17.11" 2460 2746 source = "registry+https://github.com/rust-lang/crates.io-index" 2461 - checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" 2747 + checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" 2462 2748 dependencies = [ 2463 2749 "console", 2464 - "instant", 2465 2750 "number_prefix", 2466 2751 "portable-atomic", 2467 - "unicode-width", 2752 + "unicode-width 0.2.1", 2753 + "web-time", 2468 2754 ] 2469 2755 2470 2756 [[package]] ··· 2475 2761 dependencies = [ 2476 2762 "proc-macro2", 2477 2763 "quote", 2478 - "syn 2.0.66", 2764 + "syn 2.0.104", 2479 2765 ] 2480 2766 2481 2767 [[package]] ··· 2508 2794 ] 2509 2795 2510 2796 [[package]] 2797 + name = "io-uring" 2798 + version = "0.7.8" 2799 + source = "registry+https://github.com/rust-lang/crates.io-index" 2800 + checksum = "b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013" 2801 + dependencies = [ 2802 + "bitflags 2.9.1", 2803 + "cfg-if", 2804 + "libc", 2805 + ] 2806 + 2807 + [[package]] 2511 2808 name = "ipnet" 2512 2809 version = "2.9.0" 2513 2810 source = "registry+https://github.com/rust-lang/crates.io-index" 2514 2811 checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" 2515 2812 2516 2813 [[package]] 2814 + name = "iri-string" 2815 + version = "0.7.8" 2816 + source = "registry+https://github.com/rust-lang/crates.io-index" 2817 + checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" 2818 + dependencies = [ 2819 + "memchr", 2820 + "serde", 2821 + ] 2822 + 2823 + [[package]] 2517 2824 name = "is-terminal" 2518 2825 version = "0.4.12" 2519 2826 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2565 2872 2566 2873 [[package]] 2567 2874 name = "js-sys" 2568 - version = "0.3.69" 2875 + version = "0.3.77" 2569 2876 source = "registry+https://github.com/rust-lang/crates.io-index" 2570 - checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" 2877 + checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 2571 2878 dependencies = [ 2879 + "once_cell", 2572 2880 "wasm-bindgen", 2573 2881 ] 2574 2882 ··· 2589 2897 "k256", 2590 2898 "p256 0.13.2", 2591 2899 "p384", 2592 - "rand", 2900 + "rand 0.8.5", 2593 2901 "rsa 0.7.2", 2594 2902 "serde", 2595 2903 "serde_json", 2596 2904 "spki 0.6.0", 2597 - "thiserror", 2905 + "thiserror 1.0.61", 2598 2906 "zeroize", 2599 2907 ] 2600 2908 ··· 2634 2942 2635 2943 [[package]] 2636 2944 name = "lazy_static" 2637 - version = "1.4.0" 2945 + version = "1.5.0" 2638 2946 source = "registry+https://github.com/rust-lang/crates.io-index" 2639 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 2947 + checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 2640 2948 dependencies = [ 2641 - "spin 0.5.2", 2949 + "spin", 2642 2950 ] 2643 2951 2644 2952 [[package]] 2953 + name = "lazycell" 2954 + version = "1.3.0" 2955 + source = "registry+https://github.com/rust-lang/crates.io-index" 2956 + checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 2957 + 2958 + [[package]] 2645 2959 name = "libc" 2646 - version = "0.2.155" 2960 + version = "0.2.174" 2961 + source = "registry+https://github.com/rust-lang/crates.io-index" 2962 + checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" 2963 + 2964 + [[package]] 2965 + name = "libloading" 2966 + version = "0.8.8" 2967 + source = "registry+https://github.com/rust-lang/crates.io-index" 2968 + checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" 2969 + dependencies = [ 2970 + "cfg-if", 2971 + "windows-targets 0.52.5", 2972 + ] 2973 + 2974 + [[package]] 2975 + name = "liblzma" 2976 + version = "0.4.2" 2647 2977 source = "registry+https://github.com/rust-lang/crates.io-index" 2648 - checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" 2978 + checksum = "0791ab7e08ccc8e0ce893f6906eb2703ed8739d8e89b57c0714e71bad09024c8" 2979 + dependencies = [ 2980 + "liblzma-sys", 2981 + ] 2982 + 2983 + [[package]] 2984 + name = "liblzma-sys" 2985 + version = "0.4.4" 2986 + source = "registry+https://github.com/rust-lang/crates.io-index" 2987 + checksum = "01b9596486f6d60c3bbe644c0e1be1aa6ccc472ad630fe8927b456973d7cb736" 2988 + dependencies = [ 2989 + "cc", 2990 + "libc", 2991 + "pkg-config", 2992 + ] 2649 2993 2650 2994 [[package]] 2651 2995 name = "libm" ··· 2680 3024 checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 2681 3025 2682 3026 [[package]] 3027 + name = "litemap" 3028 + version = "0.8.0" 3029 + source = "registry+https://github.com/rust-lang/crates.io-index" 3030 + checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" 3031 + 3032 + [[package]] 2683 3033 name = "lock_api" 2684 3034 version = "0.4.12" 2685 3035 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2705 3055 ] 2706 3056 2707 3057 [[package]] 2708 - name = "lzma-sys" 2709 - version = "0.1.20" 3058 + name = "lru-slab" 3059 + version = "0.1.2" 2710 3060 source = "registry+https://github.com/rust-lang/crates.io-index" 2711 - checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27" 2712 - dependencies = [ 2713 - "cc", 2714 - "libc", 2715 - "pkg-config", 2716 - ] 3061 + checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 2717 3062 2718 3063 [[package]] 2719 3064 name = "matchers" ··· 2769 3114 2770 3115 [[package]] 2771 3116 name = "mio" 2772 - version = "0.8.11" 2773 - source = "registry+https://github.com/rust-lang/crates.io-index" 2774 - checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 2775 - dependencies = [ 2776 - "libc", 2777 - "wasi", 2778 - "windows-sys 0.48.0", 2779 - ] 2780 - 2781 - [[package]] 2782 - name = "mio" 2783 3117 version = "1.0.2" 2784 3118 source = "registry+https://github.com/rust-lang/crates.io-index" 2785 3119 checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" ··· 2787 3121 "hermit-abi", 2788 3122 "libc", 2789 3123 "log", 2790 - "wasi", 3124 + "wasi 0.11.0+wasi-snapshot-preview1", 2791 3125 "windows-sys 0.52.0", 2792 3126 ] 2793 3127 ··· 2813 3147 source = "registry+https://github.com/rust-lang/crates.io-index" 2814 3148 checksum = "c533b4c39709f9ba5005d8002048266593c1cfaf3c5f0739d5b8ab0c6c504009" 2815 3149 dependencies = [ 2816 - "bitflags 2.5.0", 3150 + "bitflags 2.9.1", 2817 3151 "filetime", 2818 3152 "inotify", 2819 3153 "kqueue", 2820 3154 "libc", 2821 3155 "log", 2822 - "mio 1.0.2", 3156 + "mio", 2823 3157 "notify-types", 2824 3158 "walkdir", 2825 3159 "windows-sys 0.52.0", ··· 2866 3200 "num-integer", 2867 3201 "num-iter", 2868 3202 "num-traits", 2869 - "rand", 3203 + "rand 0.8.5", 2870 3204 "smallvec", 2871 3205 "zeroize", 2872 3206 ] ··· 2908 3242 ] 2909 3243 2910 3244 [[package]] 2911 - name = "num_cpus" 2912 - version = "1.16.0" 2913 - source = "registry+https://github.com/rust-lang/crates.io-index" 2914 - checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 2915 - dependencies = [ 2916 - "hermit-abi", 2917 - "libc", 2918 - ] 2919 - 2920 - [[package]] 2921 3245 name = "number_prefix" 2922 3246 version = "0.4.0" 2923 3247 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2980 3304 "proc-macro-error", 2981 3305 "proc-macro2", 2982 3306 "quote", 2983 - "syn 2.0.66", 3307 + "syn 2.0.104", 2984 3308 ] 2985 3309 2986 3310 [[package]] ··· 3106 3430 dependencies = [ 3107 3431 "proc-macro2", 3108 3432 "quote", 3109 - "syn 2.0.66", 3433 + "syn 2.0.104", 3110 3434 ] 3111 3435 3112 3436 [[package]] ··· 3205 3529 checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" 3206 3530 3207 3531 [[package]] 3532 + name = "potential_utf" 3533 + version = "0.1.2" 3534 + source = "registry+https://github.com/rust-lang/crates.io-index" 3535 + checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585" 3536 + dependencies = [ 3537 + "zerovec", 3538 + ] 3539 + 3540 + [[package]] 3208 3541 name = "powerfmt" 3209 3542 version = "0.2.0" 3210 3543 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3217 3550 checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 3218 3551 3219 3552 [[package]] 3553 + name = "prettyplease" 3554 + version = "0.2.35" 3555 + source = "registry+https://github.com/rust-lang/crates.io-index" 3556 + checksum = "061c1221631e079b26479d25bbf2275bfe5917ae8419cd7e34f13bfc2aa7539a" 3557 + dependencies = [ 3558 + "proc-macro2", 3559 + "syn 2.0.104", 3560 + ] 3561 + 3562 + [[package]] 3220 3563 name = "primeorder" 3221 3564 version = "0.13.6" 3222 3565 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3260 3603 3261 3604 [[package]] 3262 3605 name = "proc-macro2" 3263 - version = "1.0.84" 3606 + version = "1.0.95" 3264 3607 source = "registry+https://github.com/rust-lang/crates.io-index" 3265 - checksum = "ec96c6a92621310b51366f1e28d05ef11489516e93be030060e5fc12024a49d6" 3608 + checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" 3266 3609 dependencies = [ 3267 3610 "unicode-ident", 3268 3611 ] ··· 3287 3630 "itertools 0.12.1", 3288 3631 "proc-macro2", 3289 3632 "quote", 3290 - "syn 2.0.66", 3633 + "syn 2.0.104", 3291 3634 ] 3292 3635 3293 3636 [[package]] ··· 3320 3663 ] 3321 3664 3322 3665 [[package]] 3666 + name = "quinn" 3667 + version = "0.11.8" 3668 + source = "registry+https://github.com/rust-lang/crates.io-index" 3669 + checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8" 3670 + dependencies = [ 3671 + "bytes", 3672 + "cfg_aliases", 3673 + "pin-project-lite", 3674 + "quinn-proto", 3675 + "quinn-udp", 3676 + "rustc-hash 2.1.1", 3677 + "rustls 0.23.28", 3678 + "socket2", 3679 + "thiserror 2.0.12", 3680 + "tokio", 3681 + "tracing", 3682 + "web-time", 3683 + ] 3684 + 3685 + [[package]] 3686 + name = "quinn-proto" 3687 + version = "0.11.12" 3688 + source = "registry+https://github.com/rust-lang/crates.io-index" 3689 + checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e" 3690 + dependencies = [ 3691 + "bytes", 3692 + "getrandom 0.3.3", 3693 + "lru-slab", 3694 + "rand 0.9.1", 3695 + "ring", 3696 + "rustc-hash 2.1.1", 3697 + "rustls 0.23.28", 3698 + "rustls-pki-types", 3699 + "slab", 3700 + "thiserror 2.0.12", 3701 + "tinyvec", 3702 + "tracing", 3703 + "web-time", 3704 + ] 3705 + 3706 + [[package]] 3707 + name = "quinn-udp" 3708 + version = "0.5.13" 3709 + source = "registry+https://github.com/rust-lang/crates.io-index" 3710 + checksum = "fcebb1209ee276352ef14ff8732e24cc2b02bbac986cd74a4c81bcb2f9881970" 3711 + dependencies = [ 3712 + "cfg_aliases", 3713 + "libc", 3714 + "once_cell", 3715 + "socket2", 3716 + "tracing", 3717 + "windows-sys 0.52.0", 3718 + ] 3719 + 3720 + [[package]] 3323 3721 name = "quote" 3324 3722 version = "1.0.36" 3325 3723 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3327 3725 dependencies = [ 3328 3726 "proc-macro2", 3329 3727 ] 3728 + 3729 + [[package]] 3730 + name = "r-efi" 3731 + version = "5.3.0" 3732 + source = "registry+https://github.com/rust-lang/crates.io-index" 3733 + checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 3330 3734 3331 3735 [[package]] 3332 3736 name = "radium" ··· 3341 3745 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 3342 3746 dependencies = [ 3343 3747 "libc", 3344 - "rand_chacha", 3345 - "rand_core", 3748 + "rand_chacha 0.3.1", 3749 + "rand_core 0.6.4", 3750 + ] 3751 + 3752 + [[package]] 3753 + name = "rand" 3754 + version = "0.9.1" 3755 + source = "registry+https://github.com/rust-lang/crates.io-index" 3756 + checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" 3757 + dependencies = [ 3758 + "rand_chacha 0.9.0", 3759 + "rand_core 0.9.3", 3346 3760 ] 3347 3761 3348 3762 [[package]] ··· 3352 3766 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 3353 3767 dependencies = [ 3354 3768 "ppv-lite86", 3355 - "rand_core", 3769 + "rand_core 0.6.4", 3770 + ] 3771 + 3772 + [[package]] 3773 + name = "rand_chacha" 3774 + version = "0.9.0" 3775 + source = "registry+https://github.com/rust-lang/crates.io-index" 3776 + checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 3777 + dependencies = [ 3778 + "ppv-lite86", 3779 + "rand_core 0.9.3", 3356 3780 ] 3357 3781 3358 3782 [[package]] ··· 3361 3785 source = "registry+https://github.com/rust-lang/crates.io-index" 3362 3786 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 3363 3787 dependencies = [ 3364 - "getrandom", 3788 + "getrandom 0.2.15", 3789 + ] 3790 + 3791 + [[package]] 3792 + name = "rand_core" 3793 + version = "0.9.3" 3794 + source = "registry+https://github.com/rust-lang/crates.io-index" 3795 + checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 3796 + dependencies = [ 3797 + "getrandom 0.3.3", 3365 3798 ] 3366 3799 3367 3800 [[package]] ··· 3399 3832 source = "registry+https://github.com/rust-lang/crates.io-index" 3400 3833 checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e" 3401 3834 dependencies = [ 3402 - "bitflags 2.5.0", 3835 + "bitflags 2.9.1", 3836 + ] 3837 + 3838 + [[package]] 3839 + name = "ref-cast" 3840 + version = "1.0.24" 3841 + source = "registry+https://github.com/rust-lang/crates.io-index" 3842 + checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf" 3843 + dependencies = [ 3844 + "ref-cast-impl", 3845 + ] 3846 + 3847 + [[package]] 3848 + name = "ref-cast-impl" 3849 + version = "1.0.24" 3850 + source = "registry+https://github.com/rust-lang/crates.io-index" 3851 + checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7" 3852 + dependencies = [ 3853 + "proc-macro2", 3854 + "quote", 3855 + "syn 2.0.104", 3403 3856 ] 3404 3857 3405 3858 [[package]] 3406 3859 name = "regex" 3407 - version = "1.10.4" 3860 + version = "1.11.1" 3408 3861 source = "registry+https://github.com/rust-lang/crates.io-index" 3409 - checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" 3862 + checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 3410 3863 dependencies = [ 3411 3864 "aho-corasick", 3412 3865 "memchr", 3413 - "regex-automata 0.4.6", 3414 - "regex-syntax 0.8.3", 3866 + "regex-automata 0.4.9", 3867 + "regex-syntax 0.8.5", 3415 3868 ] 3416 3869 3417 3870 [[package]] ··· 3425 3878 3426 3879 [[package]] 3427 3880 name = "regex-automata" 3428 - version = "0.4.6" 3881 + version = "0.4.9" 3429 3882 source = "registry+https://github.com/rust-lang/crates.io-index" 3430 - checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" 3883 + checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 3431 3884 dependencies = [ 3432 3885 "aho-corasick", 3433 3886 "memchr", 3434 - "regex-syntax 0.8.3", 3887 + "regex-syntax 0.8.5", 3435 3888 ] 3436 3889 3437 3890 [[package]] ··· 3448 3901 3449 3902 [[package]] 3450 3903 name = "regex-syntax" 3451 - version = "0.8.3" 3904 + version = "0.8.5" 3452 3905 source = "registry+https://github.com/rust-lang/crates.io-index" 3453 - checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" 3906 + checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 3454 3907 3455 3908 [[package]] 3456 3909 name = "rend" ··· 3463 3916 3464 3917 [[package]] 3465 3918 name = "reqwest" 3466 - version = "0.12.4" 3919 + version = "0.12.22" 3467 3920 source = "registry+https://github.com/rust-lang/crates.io-index" 3468 - checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10" 3921 + checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531" 3469 3922 dependencies = [ 3470 3923 "base64 0.22.1", 3471 3924 "bytes", ··· 3474 3927 "http 1.1.0", 3475 3928 "http-body 1.0.0", 3476 3929 "http-body-util", 3477 - "hyper 1.3.1", 3478 - "hyper-rustls 0.26.0", 3930 + "hyper 1.6.0", 3931 + "hyper-rustls 0.27.7", 3479 3932 "hyper-util", 3480 - "ipnet", 3481 3933 "js-sys", 3482 3934 "log", 3483 - "mime", 3484 - "once_cell", 3485 3935 "percent-encoding", 3486 3936 "pin-project-lite", 3487 - "rustls 0.22.4", 3488 - "rustls-native-certs 0.7.0", 3489 - "rustls-pemfile 2.1.2", 3937 + "quinn", 3938 + "rustls 0.23.28", 3939 + "rustls-native-certs 0.8.1", 3490 3940 "rustls-pki-types", 3491 3941 "serde", 3492 3942 "serde_json", 3493 3943 "serde_urlencoded", 3494 - "sync_wrapper 0.1.2", 3944 + "sync_wrapper 1.0.1", 3495 3945 "tokio", 3496 - "tokio-rustls 0.25.0", 3946 + "tokio-rustls 0.26.2", 3497 3947 "tokio-util", 3948 + "tower 0.5.2", 3949 + "tower-http 0.6.6", 3498 3950 "tower-service", 3499 3951 "url", 3500 3952 "wasm-bindgen", 3501 3953 "wasm-bindgen-futures", 3502 3954 "wasm-streams", 3503 3955 "web-sys", 3504 - "webpki-roots 0.26.1", 3505 - "winreg", 3956 + "webpki-roots 1.0.1", 3506 3957 ] 3507 3958 3508 3959 [[package]] ··· 3534 3985 dependencies = [ 3535 3986 "cc", 3536 3987 "cfg-if", 3537 - "getrandom", 3988 + "getrandom 0.2.15", 3538 3989 "libc", 3539 - "spin 0.9.8", 3990 + "spin", 3540 3991 "untrusted", 3541 3992 "windows-sys 0.52.0", 3542 3993 ] ··· 3584 4035 "num-traits", 3585 4036 "pkcs1 0.4.1", 3586 4037 "pkcs8 0.9.0", 3587 - "rand_core", 4038 + "rand_core 0.6.4", 3588 4039 "signature 1.6.4", 3589 4040 "smallvec", 3590 4041 "subtle", ··· 3593 4044 3594 4045 [[package]] 3595 4046 name = "rsa" 3596 - version = "0.9.6" 4047 + version = "0.9.8" 3597 4048 source = "registry+https://github.com/rust-lang/crates.io-index" 3598 - checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc" 4049 + checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b" 3599 4050 dependencies = [ 3600 4051 "const-oid", 3601 4052 "digest", ··· 3604 4055 "num-traits", 3605 4056 "pkcs1 0.7.5", 3606 4057 "pkcs8 0.10.2", 3607 - "rand_core", 4058 + "rand_core 0.6.4", 3608 4059 "signature 2.2.0", 3609 4060 "spki 0.7.3", 3610 4061 "subtle", ··· 3621 4072 "borsh", 3622 4073 "bytes", 3623 4074 "num-traits", 3624 - "rand", 4075 + "rand 0.8.5", 3625 4076 "rkyv", 3626 4077 "serde", 3627 4078 "serde_json", ··· 3634 4085 checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 3635 4086 3636 4087 [[package]] 4088 + name = "rustc-hash" 4089 + version = "1.1.0" 4090 + source = "registry+https://github.com/rust-lang/crates.io-index" 4091 + checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 4092 + 4093 + [[package]] 4094 + name = "rustc-hash" 4095 + version = "2.1.1" 4096 + source = "registry+https://github.com/rust-lang/crates.io-index" 4097 + checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 4098 + 4099 + [[package]] 3637 4100 name = "rustc_version" 3638 4101 version = "0.4.0" 3639 4102 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3648 4111 source = "registry+https://github.com/rust-lang/crates.io-index" 3649 4112 checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" 3650 4113 dependencies = [ 3651 - "bitflags 2.5.0", 4114 + "bitflags 2.9.1", 3652 4115 "errno", 3653 4116 "libc", 3654 4117 "linux-raw-sys", ··· 3669 4132 3670 4133 [[package]] 3671 4134 name = "rustls" 3672 - version = "0.22.4" 4135 + version = "0.23.28" 3673 4136 source = "registry+https://github.com/rust-lang/crates.io-index" 3674 - checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" 4137 + checksum = "7160e3e10bf4535308537f3c4e1641468cd0e485175d6163087c0393c7d46643" 3675 4138 dependencies = [ 3676 - "log", 4139 + "aws-lc-rs", 4140 + "once_cell", 3677 4141 "ring", 3678 4142 "rustls-pki-types", 3679 - "rustls-webpki 0.102.4", 4143 + "rustls-webpki 0.103.3", 3680 4144 "subtle", 3681 4145 "zeroize", 3682 4146 ] ··· 3688 4152 checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" 3689 4153 dependencies = [ 3690 4154 "openssl-probe", 3691 - "rustls-pemfile 1.0.4", 4155 + "rustls-pemfile", 3692 4156 "schannel", 3693 - "security-framework", 4157 + "security-framework 2.11.0", 3694 4158 ] 3695 4159 3696 4160 [[package]] 3697 4161 name = "rustls-native-certs" 3698 - version = "0.7.0" 4162 + version = "0.8.1" 3699 4163 source = "registry+https://github.com/rust-lang/crates.io-index" 3700 - checksum = "8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792" 4164 + checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3" 3701 4165 dependencies = [ 3702 4166 "openssl-probe", 3703 - "rustls-pemfile 2.1.2", 3704 4167 "rustls-pki-types", 3705 4168 "schannel", 3706 - "security-framework", 4169 + "security-framework 3.2.0", 3707 4170 ] 3708 4171 3709 4172 [[package]] ··· 3716 4179 ] 3717 4180 3718 4181 [[package]] 3719 - name = "rustls-pemfile" 3720 - version = "2.1.2" 4182 + name = "rustls-pki-types" 4183 + version = "1.12.0" 3721 4184 source = "registry+https://github.com/rust-lang/crates.io-index" 3722 - checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" 4185 + checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" 3723 4186 dependencies = [ 3724 - "base64 0.22.1", 3725 - "rustls-pki-types", 4187 + "web-time", 4188 + "zeroize", 3726 4189 ] 3727 - 3728 - [[package]] 3729 - name = "rustls-pki-types" 3730 - version = "1.7.0" 3731 - source = "registry+https://github.com/rust-lang/crates.io-index" 3732 - checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" 3733 4190 3734 4191 [[package]] 3735 4192 name = "rustls-webpki" ··· 3743 4200 3744 4201 [[package]] 3745 4202 name = "rustls-webpki" 3746 - version = "0.102.4" 4203 + version = "0.103.3" 3747 4204 source = "registry+https://github.com/rust-lang/crates.io-index" 3748 - checksum = "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e" 4205 + checksum = "e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435" 3749 4206 dependencies = [ 4207 + "aws-lc-rs", 3750 4208 "ring", 3751 4209 "rustls-pki-types", 3752 4210 "untrusted", ··· 3760 4218 3761 4219 [[package]] 3762 4220 name = "ryu" 3763 - version = "1.0.18" 4221 + version = "1.0.20" 3764 4222 source = "registry+https://github.com/rust-lang/crates.io-index" 3765 - checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 4223 + checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 3766 4224 3767 4225 [[package]] 3768 4226 name = "same-file" ··· 3783 4241 ] 3784 4242 3785 4243 [[package]] 4244 + name = "schemars" 4245 + version = "0.9.0" 4246 + source = "registry+https://github.com/rust-lang/crates.io-index" 4247 + checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" 4248 + dependencies = [ 4249 + "dyn-clone", 4250 + "ref-cast", 4251 + "serde", 4252 + "serde_json", 4253 + ] 4254 + 4255 + [[package]] 4256 + name = "schemars" 4257 + version = "1.0.4" 4258 + source = "registry+https://github.com/rust-lang/crates.io-index" 4259 + checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0" 4260 + dependencies = [ 4261 + "dyn-clone", 4262 + "ref-cast", 4263 + "serde", 4264 + "serde_json", 4265 + ] 4266 + 4267 + [[package]] 3786 4268 name = "scopeguard" 3787 4269 version = "1.2.0" 3788 4270 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3814 4296 "proc-macro-error", 3815 4297 "proc-macro2", 3816 4298 "quote", 3817 - "syn 2.0.66", 4299 + "syn 2.0.104", 3818 4300 ] 3819 4301 3820 4302 [[package]] ··· 3838 4320 "serde_json", 3839 4321 "sqlx", 3840 4322 "strum", 3841 - "thiserror", 4323 + "thiserror 1.0.61", 3842 4324 "time", 3843 4325 "tracing", 3844 4326 "url", ··· 3872 4354 "proc-macro2", 3873 4355 "quote", 3874 4356 "sea-bae", 3875 - "syn 2.0.66", 4357 + "syn 2.0.104", 3876 4358 "unicode-ident", 3877 4359 ] 3878 4360 ··· 3936 4418 "heck 0.4.1", 3937 4419 "proc-macro2", 3938 4420 "quote", 3939 - "syn 2.0.66", 3940 - "thiserror", 4421 + "syn 2.0.104", 4422 + "thiserror 1.0.61", 3941 4423 ] 3942 4424 3943 4425 [[package]] ··· 4003 4485 source = "registry+https://github.com/rust-lang/crates.io-index" 4004 4486 checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0" 4005 4487 dependencies = [ 4006 - "bitflags 2.5.0", 4007 - "core-foundation", 4488 + "bitflags 2.9.1", 4489 + "core-foundation 0.9.4", 4490 + "core-foundation-sys", 4491 + "libc", 4492 + "security-framework-sys", 4493 + ] 4494 + 4495 + [[package]] 4496 + name = "security-framework" 4497 + version = "3.2.0" 4498 + source = "registry+https://github.com/rust-lang/crates.io-index" 4499 + checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316" 4500 + dependencies = [ 4501 + "bitflags 2.9.1", 4502 + "core-foundation 0.10.1", 4008 4503 "core-foundation-sys", 4009 4504 "libc", 4010 4505 "security-framework-sys", ··· 4012 4507 4013 4508 [[package]] 4014 4509 name = "security-framework-sys" 4015 - version = "2.11.0" 4510 + version = "2.14.0" 4016 4511 source = "registry+https://github.com/rust-lang/crates.io-index" 4017 - checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7" 4512 + checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" 4018 4513 dependencies = [ 4019 4514 "core-foundation-sys", 4020 4515 "libc", ··· 4028 4523 4029 4524 [[package]] 4030 4525 name = "serde" 4031 - version = "1.0.203" 4526 + version = "1.0.219" 4032 4527 source = "registry+https://github.com/rust-lang/crates.io-index" 4033 - checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" 4528 + checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" 4034 4529 dependencies = [ 4035 4530 "serde_derive", 4036 4531 ] 4037 4532 4038 4533 [[package]] 4039 4534 name = "serde_derive" 4040 - version = "1.0.203" 4535 + version = "1.0.219" 4041 4536 source = "registry+https://github.com/rust-lang/crates.io-index" 4042 - checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" 4537 + checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" 4043 4538 dependencies = [ 4044 4539 "proc-macro2", 4045 4540 "quote", 4046 - "syn 2.0.66", 4541 + "syn 2.0.104", 4047 4542 ] 4048 4543 4049 4544 [[package]] 4050 4545 name = "serde_json" 4051 - version = "1.0.117" 4546 + version = "1.0.140" 4052 4547 source = "registry+https://github.com/rust-lang/crates.io-index" 4053 - checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" 4548 + checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" 4054 4549 dependencies = [ 4055 4550 "itoa", 4551 + "memchr", 4056 4552 "ryu", 4057 4553 "serde", 4058 4554 ] ··· 4069 4565 4070 4566 [[package]] 4071 4567 name = "serde_spanned" 4072 - version = "0.6.6" 4568 + version = "0.6.9" 4073 4569 source = "registry+https://github.com/rust-lang/crates.io-index" 4074 - checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0" 4570 + checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" 4075 4571 dependencies = [ 4076 4572 "serde", 4077 4573 ] ··· 4090 4586 4091 4587 [[package]] 4092 4588 name = "serde_with" 4093 - version = "3.8.1" 4589 + version = "3.14.0" 4094 4590 source = "registry+https://github.com/rust-lang/crates.io-index" 4095 - checksum = "0ad483d2ab0149d5a5ebcd9972a3852711e0153d863bf5a5d0391d28883c4a20" 4591 + checksum = "f2c45cd61fefa9db6f254525d46e392b852e0e61d9a1fd36e5bd183450a556d5" 4096 4592 dependencies = [ 4097 4593 "base64 0.22.1", 4098 4594 "chrono", 4099 4595 "hex", 4100 4596 "indexmap 1.9.3", 4101 - "indexmap 2.2.6", 4597 + "indexmap 2.10.0", 4598 + "schemars 0.9.0", 4599 + "schemars 1.0.4", 4102 4600 "serde", 4103 4601 "serde_derive", 4104 4602 "serde_json", ··· 4108 4606 4109 4607 [[package]] 4110 4608 name = "serde_with_macros" 4111 - version = "3.8.1" 4609 + version = "3.14.0" 4112 4610 source = "registry+https://github.com/rust-lang/crates.io-index" 4113 - checksum = "65569b702f41443e8bc8bbb1c5779bd0450bbe723b56198980e80ec45780bce2" 4611 + checksum = "de90945e6565ce0d9a25098082ed4ee4002e047cb59892c318d66821e14bb30f" 4114 4612 dependencies = [ 4115 4613 "darling", 4116 4614 "proc-macro2", 4117 4615 "quote", 4118 - "syn 2.0.66", 4616 + "syn 2.0.104", 4119 4617 ] 4120 4618 4121 4619 [[package]] ··· 4131 4629 4132 4630 [[package]] 4133 4631 name = "sha2" 4134 - version = "0.10.8" 4632 + version = "0.10.9" 4135 4633 source = "registry+https://github.com/rust-lang/crates.io-index" 4136 - checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 4634 + checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 4137 4635 dependencies = [ 4138 4636 "cfg-if", 4139 4637 "cpufeatures", ··· 4187 4685 checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" 4188 4686 dependencies = [ 4189 4687 "digest", 4190 - "rand_core", 4688 + "rand_core 0.6.4", 4191 4689 ] 4192 4690 4193 4691 [[package]] ··· 4197 4695 checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 4198 4696 dependencies = [ 4199 4697 "digest", 4200 - "rand_core", 4698 + "rand_core 0.6.4", 4201 4699 ] 4202 4700 4203 4701 [[package]] ··· 4223 4721 4224 4722 [[package]] 4225 4723 name = "socket2" 4226 - version = "0.5.7" 4724 + version = "0.5.10" 4227 4725 source = "registry+https://github.com/rust-lang/crates.io-index" 4228 - checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" 4726 + checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" 4229 4727 dependencies = [ 4230 4728 "libc", 4231 4729 "windows-sys 0.52.0", ··· 4233 4731 4234 4732 [[package]] 4235 4733 name = "spin" 4236 - version = "0.5.2" 4237 - source = "registry+https://github.com/rust-lang/crates.io-index" 4238 - checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 4239 - 4240 - [[package]] 4241 - name = "spin" 4242 4734 version = "0.9.8" 4243 4735 source = "registry+https://github.com/rust-lang/crates.io-index" 4244 4736 checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" ··· 4313 4805 "futures-util", 4314 4806 "hashlink", 4315 4807 "hex", 4316 - "indexmap 2.2.6", 4808 + "indexmap 2.10.0", 4317 4809 "log", 4318 4810 "memchr", 4319 4811 "once_cell", ··· 4321 4813 "percent-encoding", 4322 4814 "rust_decimal", 4323 4815 "rustls 0.21.12", 4324 - "rustls-pemfile 1.0.4", 4816 + "rustls-pemfile", 4325 4817 "serde", 4326 4818 "serde_json", 4327 4819 "sha2", 4328 4820 "smallvec", 4329 4821 "sqlformat", 4330 - "thiserror", 4822 + "thiserror 1.0.61", 4331 4823 "time", 4332 4824 "tokio", 4333 4825 "tokio-stream", ··· 4385 4877 "atoi", 4386 4878 "base64 0.21.7", 4387 4879 "bigdecimal", 4388 - "bitflags 2.5.0", 4880 + "bitflags 2.9.1", 4389 4881 "byteorder", 4390 4882 "bytes", 4391 4883 "chrono", ··· 4407 4899 "memchr", 4408 4900 "once_cell", 4409 4901 "percent-encoding", 4410 - "rand", 4411 - "rsa 0.9.6", 4902 + "rand 0.8.5", 4903 + "rsa 0.9.8", 4412 4904 "rust_decimal", 4413 4905 "serde", 4414 4906 "sha1", ··· 4416 4908 "smallvec", 4417 4909 "sqlx-core", 4418 4910 "stringprep", 4419 - "thiserror", 4911 + "thiserror 1.0.61", 4420 4912 "time", 4421 4913 "tracing", 4422 4914 "uuid", ··· 4432 4924 "atoi", 4433 4925 "base64 0.21.7", 4434 4926 "bigdecimal", 4435 - "bitflags 2.5.0", 4927 + "bitflags 2.9.1", 4436 4928 "byteorder", 4437 4929 "chrono", 4438 4930 "crc", ··· 4452 4944 "memchr", 4453 4945 "num-bigint", 4454 4946 "once_cell", 4455 - "rand", 4947 + "rand 0.8.5", 4456 4948 "rust_decimal", 4457 4949 "serde", 4458 4950 "serde_json", ··· 4460 4952 "smallvec", 4461 4953 "sqlx-core", 4462 4954 "stringprep", 4463 - "thiserror", 4955 + "thiserror 1.0.61", 4464 4956 "time", 4465 4957 "tracing", 4466 4958 "uuid", ··· 4494 4986 ] 4495 4987 4496 4988 [[package]] 4989 + name = "stable_deref_trait" 4990 + version = "1.2.0" 4991 + source = "registry+https://github.com/rust-lang/crates.io-index" 4992 + checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 4993 + 4994 + [[package]] 4497 4995 name = "static_assertions" 4498 4996 version = "1.1.0" 4499 4997 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4541 5039 4542 5040 [[package]] 4543 5041 name = "syn" 4544 - version = "2.0.66" 5042 + version = "2.0.104" 4545 5043 source = "registry+https://github.com/rust-lang/crates.io-index" 4546 - checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5" 5044 + checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40" 4547 5045 dependencies = [ 4548 5046 "proc-macro2", 4549 5047 "quote", ··· 4559 5057 "proc-macro-error", 4560 5058 "proc-macro2", 4561 5059 "quote", 4562 - "syn 2.0.66", 5060 + "syn 2.0.104", 4563 5061 ] 4564 5062 4565 5063 [[package]] ··· 4573 5071 version = "1.0.1" 4574 5072 source = "registry+https://github.com/rust-lang/crates.io-index" 4575 5073 checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" 5074 + dependencies = [ 5075 + "futures-core", 5076 + ] 5077 + 5078 + [[package]] 5079 + name = "synstructure" 5080 + version = "0.13.2" 5081 + source = "registry+https://github.com/rust-lang/crates.io-index" 5082 + checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 5083 + dependencies = [ 5084 + "proc-macro2", 5085 + "quote", 5086 + "syn 2.0.104", 5087 + ] 4576 5088 4577 5089 [[package]] 4578 5090 name = "system-deps" ··· 4626 5138 source = "registry+https://github.com/rust-lang/crates.io-index" 4627 5139 checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" 4628 5140 dependencies = [ 4629 - "thiserror-impl", 5141 + "thiserror-impl 1.0.61", 5142 + ] 5143 + 5144 + [[package]] 5145 + name = "thiserror" 5146 + version = "2.0.12" 5147 + source = "registry+https://github.com/rust-lang/crates.io-index" 5148 + checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" 5149 + dependencies = [ 5150 + "thiserror-impl 2.0.12", 4630 5151 ] 4631 5152 4632 5153 [[package]] ··· 4637 5158 dependencies = [ 4638 5159 "proc-macro2", 4639 5160 "quote", 4640 - "syn 2.0.66", 5161 + "syn 2.0.104", 5162 + ] 5163 + 5164 + [[package]] 5165 + name = "thiserror-impl" 5166 + version = "2.0.12" 5167 + source = "registry+https://github.com/rust-lang/crates.io-index" 5168 + checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" 5169 + dependencies = [ 5170 + "proc-macro2", 5171 + "quote", 5172 + "syn 2.0.104", 4641 5173 ] 4642 5174 4643 5175 [[package]] ··· 4682 5214 ] 4683 5215 4684 5216 [[package]] 5217 + name = "tinystr" 5218 + version = "0.8.1" 5219 + source = "registry+https://github.com/rust-lang/crates.io-index" 5220 + checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" 5221 + dependencies = [ 5222 + "displaydoc", 5223 + "zerovec", 5224 + ] 5225 + 5226 + [[package]] 4685 5227 name = "tinytemplate" 4686 5228 version = "1.2.1" 4687 5229 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4708 5250 4709 5251 [[package]] 4710 5252 name = "tokio" 4711 - version = "1.38.0" 5253 + version = "1.46.1" 4712 5254 source = "registry+https://github.com/rust-lang/crates.io-index" 4713 - checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" 5255 + checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17" 4714 5256 dependencies = [ 4715 5257 "backtrace", 4716 5258 "bytes", 5259 + "io-uring", 4717 5260 "libc", 4718 - "mio 0.8.11", 4719 - "num_cpus", 5261 + "mio", 4720 5262 "pin-project-lite", 4721 5263 "signal-hook-registry", 5264 + "slab", 4722 5265 "socket2", 4723 5266 "tokio-macros", 4724 5267 "tracing", 4725 - "windows-sys 0.48.0", 5268 + "windows-sys 0.52.0", 4726 5269 ] 4727 5270 4728 5271 [[package]] ··· 4737 5280 4738 5281 [[package]] 4739 5282 name = "tokio-macros" 4740 - version = "2.3.0" 5283 + version = "2.5.0" 4741 5284 source = "registry+https://github.com/rust-lang/crates.io-index" 4742 - checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a" 5285 + checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 4743 5286 dependencies = [ 4744 5287 "proc-macro2", 4745 5288 "quote", 4746 - "syn 2.0.66", 5289 + "syn 2.0.104", 4747 5290 ] 4748 5291 4749 5292 [[package]] ··· 4758 5301 4759 5302 [[package]] 4760 5303 name = "tokio-rustls" 4761 - version = "0.25.0" 5304 + version = "0.26.2" 4762 5305 source = "registry+https://github.com/rust-lang/crates.io-index" 4763 - checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" 5306 + checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" 4764 5307 dependencies = [ 4765 - "rustls 0.22.4", 4766 - "rustls-pki-types", 5308 + "rustls 0.23.28", 4767 5309 "tokio", 4768 5310 ] 4769 5311 ··· 4780 5322 4781 5323 [[package]] 4782 5324 name = "tokio-util" 4783 - version = "0.7.11" 5325 + version = "0.7.15" 4784 5326 source = "registry+https://github.com/rust-lang/crates.io-index" 4785 - checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" 5327 + checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" 4786 5328 dependencies = [ 4787 5329 "bytes", 4788 5330 "futures-core", ··· 4793 5335 4794 5336 [[package]] 4795 5337 name = "toml" 4796 - version = "0.8.13" 5338 + version = "0.8.23" 4797 5339 source = "registry+https://github.com/rust-lang/crates.io-index" 4798 - checksum = "a4e43f8cc456c9704c851ae29c67e17ef65d2c30017c17a9765b89c382dc8bba" 5340 + checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" 4799 5341 dependencies = [ 4800 5342 "serde", 4801 5343 "serde_spanned", 4802 5344 "toml_datetime", 4803 - "toml_edit 0.22.13", 5345 + "toml_edit 0.22.27", 4804 5346 ] 4805 5347 4806 5348 [[package]] 4807 5349 name = "toml_datetime" 4808 - version = "0.6.6" 5350 + version = "0.6.11" 4809 5351 source = "registry+https://github.com/rust-lang/crates.io-index" 4810 - checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf" 5352 + checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" 4811 5353 dependencies = [ 4812 5354 "serde", 4813 5355 ] ··· 4818 5360 source = "registry+https://github.com/rust-lang/crates.io-index" 4819 5361 checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" 4820 5362 dependencies = [ 4821 - "indexmap 2.2.6", 5363 + "indexmap 2.10.0", 4822 5364 "toml_datetime", 4823 5365 "winnow 0.5.40", 4824 5366 ] 4825 5367 4826 5368 [[package]] 4827 5369 name = "toml_edit" 4828 - version = "0.22.13" 5370 + version = "0.22.27" 4829 5371 source = "registry+https://github.com/rust-lang/crates.io-index" 4830 - checksum = "c127785850e8c20836d49732ae6abfa47616e60bf9d9f57c43c250361a9db96c" 5372 + checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" 4831 5373 dependencies = [ 4832 - "indexmap 2.2.6", 5374 + "indexmap 2.10.0", 4833 5375 "serde", 4834 5376 "serde_spanned", 4835 5377 "toml_datetime", 4836 - "winnow 0.6.9", 5378 + "toml_write", 5379 + "winnow 0.7.11", 4837 5380 ] 4838 5381 4839 5382 [[package]] 5383 + name = "toml_write" 5384 + version = "0.1.2" 5385 + source = "registry+https://github.com/rust-lang/crates.io-index" 5386 + checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" 5387 + 5388 + [[package]] 4840 5389 name = "tonic" 4841 5390 version = "0.10.2" 4842 5391 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4847 5396 "axum 0.6.20", 4848 5397 "base64 0.21.7", 4849 5398 "bytes", 4850 - "h2", 5399 + "h2 0.3.26", 4851 5400 "http 0.2.12", 4852 5401 "http-body 0.4.6", 4853 5402 "hyper 0.14.28", ··· 4857 5406 "prost", 4858 5407 "tokio", 4859 5408 "tokio-stream", 4860 - "tower", 5409 + "tower 0.4.13", 4861 5410 "tower-layer", 4862 5411 "tower-service", 4863 5412 "tracing", ··· 4874 5423 "indexmap 1.9.3", 4875 5424 "pin-project", 4876 5425 "pin-project-lite", 4877 - "rand", 5426 + "rand 0.8.5", 4878 5427 "slab", 4879 5428 "tokio", 4880 5429 "tokio-util", ··· 4884 5433 ] 4885 5434 4886 5435 [[package]] 5436 + name = "tower" 5437 + version = "0.5.2" 5438 + source = "registry+https://github.com/rust-lang/crates.io-index" 5439 + checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 5440 + dependencies = [ 5441 + "futures-core", 5442 + "futures-util", 5443 + "pin-project-lite", 5444 + "sync_wrapper 1.0.1", 5445 + "tokio", 5446 + "tower-layer", 5447 + "tower-service", 5448 + "tracing", 5449 + ] 5450 + 5451 + [[package]] 4887 5452 name = "tower-http" 4888 5453 version = "0.5.2" 4889 5454 source = "registry+https://github.com/rust-lang/crates.io-index" 4890 5455 checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" 4891 5456 dependencies = [ 4892 - "bitflags 2.5.0", 5457 + "bitflags 2.9.1", 4893 5458 "bytes", 4894 5459 "futures-util", 4895 5460 "http 1.1.0", ··· 4902 5467 ] 4903 5468 4904 5469 [[package]] 5470 + name = "tower-http" 5471 + version = "0.6.6" 5472 + source = "registry+https://github.com/rust-lang/crates.io-index" 5473 + checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" 5474 + dependencies = [ 5475 + "bitflags 2.9.1", 5476 + "bytes", 5477 + "futures-util", 5478 + "http 1.1.0", 5479 + "http-body 1.0.0", 5480 + "iri-string", 5481 + "pin-project-lite", 5482 + "tower 0.5.2", 5483 + "tower-layer", 5484 + "tower-service", 5485 + ] 5486 + 5487 + [[package]] 4905 5488 name = "tower-layer" 4906 - version = "0.3.2" 5489 + version = "0.3.3" 4907 5490 source = "registry+https://github.com/rust-lang/crates.io-index" 4908 - checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" 5491 + checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 4909 5492 4910 5493 [[package]] 4911 5494 name = "tower-service" 4912 - version = "0.3.2" 5495 + version = "0.3.3" 4913 5496 source = "registry+https://github.com/rust-lang/crates.io-index" 4914 - checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 5497 + checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 4915 5498 4916 5499 [[package]] 4917 5500 name = "tracing" 4918 - version = "0.1.40" 5501 + version = "0.1.41" 4919 5502 source = "registry+https://github.com/rust-lang/crates.io-index" 4920 - checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 5503 + checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 4921 5504 dependencies = [ 4922 5505 "log", 4923 5506 "pin-project-lite", ··· 4927 5510 4928 5511 [[package]] 4929 5512 name = "tracing-attributes" 4930 - version = "0.1.27" 5513 + version = "0.1.30" 4931 5514 source = "registry+https://github.com/rust-lang/crates.io-index" 4932 - checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 5515 + checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" 4933 5516 dependencies = [ 4934 5517 "proc-macro2", 4935 5518 "quote", 4936 - "syn 2.0.66", 5519 + "syn 2.0.104", 4937 5520 ] 4938 5521 4939 5522 [[package]] 4940 5523 name = "tracing-core" 4941 - version = "0.1.32" 5524 + version = "0.1.34" 4942 5525 source = "registry+https://github.com/rust-lang/crates.io-index" 4943 - checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 5526 + checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 4944 5527 dependencies = [ 4945 5528 "once_cell", 4946 5529 "valuable", ··· 4948 5531 4949 5532 [[package]] 4950 5533 name = "tracing-error" 4951 - version = "0.2.0" 5534 + version = "0.2.1" 4952 5535 source = "registry+https://github.com/rust-lang/crates.io-index" 4953 - checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e" 5536 + checksum = "8b1581020d7a273442f5b45074a6a57d5757ad0a47dac0e9f0bd57b81936f3db" 4954 5537 dependencies = [ 4955 5538 "tracing", 4956 5539 "tracing-subscriber", ··· 4969 5552 4970 5553 [[package]] 4971 5554 name = "tracing-serde" 4972 - version = "0.1.3" 5555 + version = "0.2.0" 4973 5556 source = "registry+https://github.com/rust-lang/crates.io-index" 4974 - checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1" 5557 + checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1" 4975 5558 dependencies = [ 4976 5559 "serde", 4977 5560 "tracing-core", ··· 4979 5562 4980 5563 [[package]] 4981 5564 name = "tracing-subscriber" 4982 - version = "0.3.18" 5565 + version = "0.3.19" 4983 5566 source = "registry+https://github.com/rust-lang/crates.io-index" 4984 - checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 5567 + checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" 4985 5568 dependencies = [ 4986 5569 "matchers", 4987 5570 "nu-ansi-term", ··· 5050 5633 checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6" 5051 5634 5052 5635 [[package]] 5636 + name = "unicode-width" 5637 + version = "0.2.1" 5638 + source = "registry+https://github.com/rust-lang/crates.io-index" 5639 + checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c" 5640 + 5641 + [[package]] 5053 5642 name = "unicode-xid" 5054 5643 version = "0.2.4" 5055 5644 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5069 5658 5070 5659 [[package]] 5071 5660 name = "url" 5072 - version = "2.5.0" 5661 + version = "2.5.4" 5073 5662 source = "registry+https://github.com/rust-lang/crates.io-index" 5074 - checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" 5663 + checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" 5075 5664 dependencies = [ 5076 5665 "form_urlencoded", 5077 5666 "idna", ··· 5085 5674 checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 5086 5675 5087 5676 [[package]] 5677 + name = "utf8_iter" 5678 + version = "1.0.4" 5679 + source = "registry+https://github.com/rust-lang/crates.io-index" 5680 + checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 5681 + 5682 + [[package]] 5088 5683 name = "utf8parse" 5089 5684 version = "0.2.1" 5090 5685 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5092 5687 5093 5688 [[package]] 5094 5689 name = "uuid" 5095 - version = "1.8.0" 5690 + version = "1.17.0" 5096 5691 source = "registry+https://github.com/rust-lang/crates.io-index" 5097 - checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0" 5692 + checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d" 5098 5693 dependencies = [ 5099 - "getrandom", 5694 + "getrandom 0.3.3", 5695 + "js-sys", 5100 5696 "serde", 5697 + "wasm-bindgen", 5101 5698 ] 5102 5699 5103 5700 [[package]] ··· 5156 5753 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 5157 5754 5158 5755 [[package]] 5756 + name = "wasi" 5757 + version = "0.14.2+wasi-0.2.4" 5758 + source = "registry+https://github.com/rust-lang/crates.io-index" 5759 + checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" 5760 + dependencies = [ 5761 + "wit-bindgen-rt", 5762 + ] 5763 + 5764 + [[package]] 5159 5765 name = "wasite" 5160 5766 version = "0.1.0" 5161 5767 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5167 5773 source = "registry+https://github.com/rust-lang/crates.io-index" 5168 5774 checksum = "c1fbb4ef9bbca0c1170e0b00dd28abc9e3b68669821600cad1caaed606583c6d" 5169 5775 dependencies = [ 5170 - "wasi", 5776 + "wasi 0.11.0+wasi-snapshot-preview1", 5171 5777 ] 5172 5778 5173 5779 [[package]] 5174 5780 name = "wasm-bindgen" 5175 - version = "0.2.92" 5781 + version = "0.2.100" 5176 5782 source = "registry+https://github.com/rust-lang/crates.io-index" 5177 - checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" 5783 + checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 5178 5784 dependencies = [ 5179 5785 "cfg-if", 5786 + "once_cell", 5787 + "rustversion", 5180 5788 "wasm-bindgen-macro", 5181 5789 ] 5182 5790 5183 5791 [[package]] 5184 5792 name = "wasm-bindgen-backend" 5185 - version = "0.2.92" 5793 + version = "0.2.100" 5186 5794 source = "registry+https://github.com/rust-lang/crates.io-index" 5187 - checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" 5795 + checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 5188 5796 dependencies = [ 5189 5797 "bumpalo", 5190 5798 "log", 5191 - "once_cell", 5192 5799 "proc-macro2", 5193 5800 "quote", 5194 - "syn 2.0.66", 5801 + "syn 2.0.104", 5195 5802 "wasm-bindgen-shared", 5196 5803 ] 5197 5804 ··· 5209 5816 5210 5817 [[package]] 5211 5818 name = "wasm-bindgen-macro" 5212 - version = "0.2.92" 5819 + version = "0.2.100" 5213 5820 source = "registry+https://github.com/rust-lang/crates.io-index" 5214 - checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" 5821 + checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 5215 5822 dependencies = [ 5216 5823 "quote", 5217 5824 "wasm-bindgen-macro-support", ··· 5219 5826 5220 5827 [[package]] 5221 5828 name = "wasm-bindgen-macro-support" 5222 - version = "0.2.92" 5829 + version = "0.2.100" 5223 5830 source = "registry+https://github.com/rust-lang/crates.io-index" 5224 - checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" 5831 + checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 5225 5832 dependencies = [ 5226 5833 "proc-macro2", 5227 5834 "quote", 5228 - "syn 2.0.66", 5835 + "syn 2.0.104", 5229 5836 "wasm-bindgen-backend", 5230 5837 "wasm-bindgen-shared", 5231 5838 ] 5232 5839 5233 5840 [[package]] 5234 5841 name = "wasm-bindgen-shared" 5235 - version = "0.2.92" 5842 + version = "0.2.100" 5236 5843 source = "registry+https://github.com/rust-lang/crates.io-index" 5237 - checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" 5844 + checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 5845 + dependencies = [ 5846 + "unicode-ident", 5847 + ] 5238 5848 5239 5849 [[package]] 5240 5850 name = "wasm-streams" ··· 5254 5864 version = "0.3.69" 5255 5865 source = "registry+https://github.com/rust-lang/crates.io-index" 5256 5866 checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" 5867 + dependencies = [ 5868 + "js-sys", 5869 + "wasm-bindgen", 5870 + ] 5871 + 5872 + [[package]] 5873 + name = "web-time" 5874 + version = "1.1.0" 5875 + source = "registry+https://github.com/rust-lang/crates.io-index" 5876 + checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 5257 5877 dependencies = [ 5258 5878 "js-sys", 5259 5879 "wasm-bindgen", ··· 5267 5887 5268 5888 [[package]] 5269 5889 name = "webpki-roots" 5270 - version = "0.26.1" 5890 + version = "1.0.1" 5271 5891 source = "registry+https://github.com/rust-lang/crates.io-index" 5272 - checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009" 5892 + checksum = "8782dd5a41a24eed3a4f40b606249b3e236ca61adf1f25ea4d45c73de122b502" 5273 5893 dependencies = [ 5274 5894 "rustls-pki-types", 5275 5895 ] 5276 5896 5277 5897 [[package]] 5898 + name = "which" 5899 + version = "4.4.2" 5900 + source = "registry+https://github.com/rust-lang/crates.io-index" 5901 + checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" 5902 + dependencies = [ 5903 + "either", 5904 + "home", 5905 + "once_cell", 5906 + "rustix", 5907 + ] 5908 + 5909 + [[package]] 5278 5910 name = "whoami" 5279 5911 version = "1.5.1" 5280 5912 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5286 5918 5287 5919 [[package]] 5288 5920 name = "wildmatch" 5289 - version = "2.3.4" 5921 + version = "2.4.0" 5290 5922 source = "registry+https://github.com/rust-lang/crates.io-index" 5291 - checksum = "3928939971918220fed093266b809d1ee4ec6c1a2d72692ff6876898f3b16c19" 5923 + checksum = "68ce1ab1f8c62655ebe1350f589c61e505cf94d385bc6a12899442d9081e71fd" 5292 5924 5293 5925 [[package]] 5294 5926 name = "winapi" ··· 5331 5963 ] 5332 5964 5333 5965 [[package]] 5966 + name = "windows-link" 5967 + version = "0.1.3" 5968 + source = "registry+https://github.com/rust-lang/crates.io-index" 5969 + checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 5970 + 5971 + [[package]] 5334 5972 name = "windows-sys" 5335 5973 version = "0.48.0" 5336 5974 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5480 6118 5481 6119 [[package]] 5482 6120 name = "winnow" 5483 - version = "0.6.9" 6121 + version = "0.7.11" 5484 6122 source = "registry+https://github.com/rust-lang/crates.io-index" 5485 - checksum = "86c949fede1d13936a99f14fafd3e76fd642b556dd2ce96287fbe2e0151bfac6" 6123 + checksum = "74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd" 5486 6124 dependencies = [ 5487 6125 "memchr", 5488 6126 ] 5489 6127 5490 6128 [[package]] 5491 - name = "winreg" 5492 - version = "0.52.0" 6129 + name = "wit-bindgen-rt" 6130 + version = "0.39.0" 5493 6131 source = "registry+https://github.com/rust-lang/crates.io-index" 5494 - checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" 6132 + checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" 5495 6133 dependencies = [ 5496 - "cfg-if", 5497 - "windows-sys 0.48.0", 6134 + "bitflags 2.9.1", 5498 6135 ] 5499 6136 5500 6137 [[package]] 6138 + name = "writeable" 6139 + version = "0.6.1" 6140 + source = "registry+https://github.com/rust-lang/crates.io-index" 6141 + checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" 6142 + 6143 + [[package]] 5501 6144 name = "wyz" 5502 6145 version = "0.5.1" 5503 6146 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5519 6162 checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4" 5520 6163 5521 6164 [[package]] 5522 - name = "xz2" 5523 - version = "0.1.7" 6165 + name = "yoke" 6166 + version = "0.8.0" 6167 + source = "registry+https://github.com/rust-lang/crates.io-index" 6168 + checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" 6169 + dependencies = [ 6170 + "serde", 6171 + "stable_deref_trait", 6172 + "yoke-derive", 6173 + "zerofrom", 6174 + ] 6175 + 6176 + [[package]] 6177 + name = "yoke-derive" 6178 + version = "0.8.0" 5524 6179 source = "registry+https://github.com/rust-lang/crates.io-index" 5525 - checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" 6180 + checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" 5526 6181 dependencies = [ 5527 - "lzma-sys", 6182 + "proc-macro2", 6183 + "quote", 6184 + "syn 2.0.104", 6185 + "synstructure", 5528 6186 ] 5529 6187 5530 6188 [[package]] ··· 5544 6202 dependencies = [ 5545 6203 "proc-macro2", 5546 6204 "quote", 5547 - "syn 2.0.66", 6205 + "syn 2.0.104", 6206 + ] 6207 + 6208 + [[package]] 6209 + name = "zerofrom" 6210 + version = "0.1.6" 6211 + source = "registry+https://github.com/rust-lang/crates.io-index" 6212 + checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 6213 + dependencies = [ 6214 + "zerofrom-derive", 6215 + ] 6216 + 6217 + [[package]] 6218 + name = "zerofrom-derive" 6219 + version = "0.1.6" 6220 + source = "registry+https://github.com/rust-lang/crates.io-index" 6221 + checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 6222 + dependencies = [ 6223 + "proc-macro2", 6224 + "quote", 6225 + "syn 2.0.104", 6226 + "synstructure", 5548 6227 ] 5549 6228 5550 6229 [[package]] ··· 5552 6231 version = "1.8.1" 5553 6232 source = "registry+https://github.com/rust-lang/crates.io-index" 5554 6233 checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 6234 + 6235 + [[package]] 6236 + name = "zerotrie" 6237 + version = "0.2.2" 6238 + source = "registry+https://github.com/rust-lang/crates.io-index" 6239 + checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" 6240 + dependencies = [ 6241 + "displaydoc", 6242 + "yoke", 6243 + "zerofrom", 6244 + ] 6245 + 6246 + [[package]] 6247 + name = "zerovec" 6248 + version = "0.11.2" 6249 + source = "registry+https://github.com/rust-lang/crates.io-index" 6250 + checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428" 6251 + dependencies = [ 6252 + "yoke", 6253 + "zerofrom", 6254 + "zerovec-derive", 6255 + ] 6256 + 6257 + [[package]] 6258 + name = "zerovec-derive" 6259 + version = "0.11.1" 6260 + source = "registry+https://github.com/rust-lang/crates.io-index" 6261 + checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" 6262 + dependencies = [ 6263 + "proc-macro2", 6264 + "quote", 6265 + "syn 2.0.104", 6266 + ] 5555 6267 5556 6268 [[package]] 5557 6269 name = "zstd"
+16 -16
attic/Cargo.toml
··· 5 5 publish = false 6 6 7 7 [dependencies] 8 - async-stream = { version = "0.3.5", optional = true } 8 + async-stream = { version = "0.3.6", optional = true } 9 9 base64 = "0.22.1" 10 - bytes = "1.4.0" 11 - displaydoc = "0.2.4" 10 + bytes = "1.10.1" 11 + displaydoc = "0.2.5" 12 12 digest = "0.10.7" 13 - ed25519-compact = "2.0.4" 14 - fastcdc = "3.0.3" 15 - futures = "0.3.28" 13 + ed25519-compact = "2.1.1" 14 + fastcdc = "3.2.1" 15 + futures = "0.3.31" 16 16 hex = "0.4.3" 17 - lazy_static = "1.4.0" 17 + lazy_static = "1.5.0" 18 18 nix-base32 = "0.2.0" 19 - regex = "1.8.3" 20 - serde = { version = "1.0.163", features = ["derive"] } 21 - serde_with = "3.0.0" 22 - sha2 = "0.10.6" 19 + regex = "1.11.1" 20 + serde = { version = "1.0.219", features = ["derive"] } 21 + serde_with = "3.14.0" 22 + sha2 = "0.10.9" 23 23 tempfile = "3" 24 - wildmatch = "2.1.1" 25 - xdg = "2.5.0" 24 + wildmatch = "2.4.0" 25 + xdg = "2.5.2" 26 26 27 27 # Native libnixstore bindings. 28 28 cxx = { version = "1.0", optional = true } 29 29 30 30 [dependencies.tokio] 31 - version = "1.28.2" 31 + version = "1.46.1" 32 32 optional = true 33 33 features = [ 34 34 "io-util", ··· 39 39 [dev-dependencies] 40 40 criterion = { version = "0.5", features = ["html_reports", "async_tokio"] } 41 41 fastcdc = { version = "*", features = ["tokio"] } 42 - serde_json = "1.0.96" 42 + serde_json = "1.0.140" 43 43 44 44 [build-dependencies] 45 - cc = "1.1.13" 45 + cc = "1.2.29" 46 46 cxx-build = { version = "1.0", optional = true } 47 47 system-deps = { version = "7.0", optional = true } 48 48 version-compare = "0.2.0"
+21 -21
client/Cargo.toml
··· 11 11 [dependencies] 12 12 attic = { path = "../attic" } 13 13 14 - anyhow = "1.0.71" 15 - async-channel = "2.3.1" 16 - bytes = "1.4.0" 17 - clap = { version = "4.3", features = ["derive"] } 18 - clap_complete = "4.3.0" 19 - const_format = "0.2.30" 14 + anyhow = "1.0.98" 15 + async-channel = "2.5.0" 16 + bytes = "1.10.1" 17 + clap = { version = "4.5", features = ["derive"] } 18 + clap_complete = "4.5.54" 19 + const_format = "0.2.34" 20 20 dialoguer = "0.11.0" 21 - displaydoc = "0.2.4" 22 - enum-as-inner = "0.6.0" 23 - futures = "0.3.28" 24 - humantime = "2.1.0" 25 - indicatif = "0.17.3" 26 - lazy_static = "1.4.0" 21 + displaydoc = "0.2.5" 22 + enum-as-inner = "0.6.1" 23 + futures = "0.3.31" 24 + humantime = "2.2.0" 25 + indicatif = "0.17.11" 26 + lazy_static = "1.5.0" 27 27 notify = { version = "7.0.0", default-features = false, features = ["macos_kqueue"] } 28 - regex = "1.8.3" 29 - reqwest = { version = "0.12.4", default-features = false, features = ["json", "rustls-tls", "rustls-tls-native-roots", "stream"] } 30 - serde = { version = "1.0.163", features = ["derive"] } 31 - serde_json = "1.0.96" 32 - toml = "0.8.8" 33 - tracing = "0.1.37" 34 - tracing-subscriber = "0.3.17" 35 - xdg = "2.5.0" 28 + regex = "1.11.1" 29 + reqwest = { version = "0.12.22", default-features = false, features = ["json", "rustls-tls", "rustls-tls-native-roots", "stream"] } 30 + serde = { version = "1.0.219", features = ["derive"] } 31 + serde_json = "1.0.140" 32 + toml = "0.8.23" 33 + tracing = "0.1.41" 34 + tracing-subscriber = "0.3.19" 35 + xdg = "2.5.2" 36 36 37 37 [dependencies.tokio] 38 - version = "1.28.2" 38 + version = "1.46.1" 39 39 features = [ 40 40 "fs", 41 41 "io-util",
+31 -31
server/Cargo.toml
··· 22 22 attic = { path = "../attic", default-features = false, features = ["chunking", "stream", "tokio"] } 23 23 attic-token = { path = "../token" } 24 24 25 - anyhow = "1.0.71" 26 - async-stream = "0.3.5" 27 - async-trait = "0.1.68" 28 - aws-config = "1.5.0" 29 - aws-sdk-s3 = "1.32.0" 30 - axum = "0.7.5" 31 - axum-macros = "0.4.1" 25 + anyhow = "1.0.98" 26 + async-stream = "0.3.6" 27 + async-trait = "0.1.88" 28 + aws-config = "1.8.1" 29 + aws-sdk-s3 = "1.96.0" 30 + axum = "0.7.9" 31 + axum-macros = "0.4.2" 32 32 base64 = "0.22.1" 33 - bytes = "1.4.0" 34 - chrono = "0.4.24" 35 - clap = { version = "4.3", features = ["derive"] } 33 + bytes = "1.10.1" 34 + chrono = "0.4.41" 35 + clap = { version = "4.5", features = ["derive"] } 36 36 derivative = "2.2.0" 37 37 digest = "0.10.7" 38 - displaydoc = "0.2.4" 39 - enum-as-inner = "0.6.0" 40 - futures = "0.3.28" 38 + displaydoc = "0.2.5" 39 + enum-as-inner = "0.6.1" 40 + futures = "0.3.31" 41 41 hex = "0.4.3" 42 - http-body-util = "0.1.1" 43 - humantime = "2.1.0" 42 + http-body-util = "0.1.3" 43 + humantime = "2.2.0" 44 44 humantime-serde = "1.1.1" 45 45 itoa = "=1.0.5" 46 46 rand = "0.8.5" 47 - regex = "1.8.3" 48 - ryu = "1.0.13" 49 - sha2 = { version = "0.10.6", features = ["asm"] } 50 - serde = "1.0.163" 51 - serde_json = "1.0.96" 52 - serde_with = "3.0.0" 53 - tokio-util = { version = "0.7.8", features = [ "io" ] } 54 - toml = "0.8.8" 47 + regex = "1.11.1" 48 + ryu = "1.0.20" 49 + sha2 = { version = "0.10.9", features = ["asm"] } 50 + serde = "1.0.219" 51 + serde_json = "1.0.140" 52 + serde_with = "3.14.0" 53 + tokio-util = { version = "0.7.15", features = [ "io" ] } 54 + toml = "0.8.23" 55 55 tower-http = { version = "0.5.2", features = [ "catch-panic", "trace" ] } 56 - tracing = "0.1.37" 57 - tracing-error = "0.2.0" 58 - tracing-subscriber = { version = "0.3.17", features = [ "json" ] } 59 - uuid = { version = "1.3.3", features = ["v4"] } 56 + tracing = "0.1.41" 57 + tracing-error = "0.2.1" 58 + tracing-subscriber = { version = "0.3.19", features = [ "json" ] } 59 + uuid = { version = "1.17.0", features = ["v4"] } 60 60 console-subscriber = "0.2.0" 61 - xdg = "2.5.0" 62 - rsa = "0.9.3" 61 + xdg = "2.5.2" 62 + rsa = "0.9.8" 63 63 64 64 [dependencies.async-compression] 65 - version = "0.4.0" 65 + version = "0.4.25" 66 66 features = [ 67 67 "tokio", 68 68 "xz", ··· 84 84 version = "0.12.10" 85 85 86 86 [dependencies.tokio] 87 - version = "1.28.2" 87 + version = "1.46.1" 88 88 features = [ 89 89 "fs", 90 90 "io-util",
+10 -10
token/Cargo.toml
··· 9 9 attic = { path = "../attic", default-features = false } 10 10 11 11 base64 = "0.22.1" 12 - chrono = "0.4.31" 13 - displaydoc = "0.2.4" 14 - indexmap = { version = "2.2.6", features = ["serde"] } 15 - jwt-simple = "0.11.5" 16 - lazy_static = "1.4.0" 17 - regex = "1.8.3" 18 - serde = "1.0.163" 19 - serde_with = "3.0.0" 20 - tracing = "0.1.37" 21 - rsa = "0.9.3" 12 + chrono = "0.4.41" 13 + displaydoc = "0.2.5" 14 + indexmap = { version = "2.10.0", features = ["serde"] } 15 + jwt-simple = "0.11.9" 16 + lazy_static = "1.5.0" 17 + regex = "1.11.1" 18 + serde = "1.0.219" 19 + serde_with = "3.14.0" 20 + tracing = "0.1.41" 21 + rsa = "0.9.8"