rev. 9140fc23df867c6f00ff5f700626897eda217b43
@@ -311,311 +397,397 @@
311 311 | "fs_extra",
|
312 312 | "regex",
|
313 313 | ]
|
314 314 |
|
315 315 | [[package]]
|
316 316 | name = "aws-lc-rs"
|
317 317 | version = "1.16.2"
|
318 318 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
319 319 | checksum = "a054912289d18629dc78375ba2c3726a3afe3ff71b4edba9dedfca0e3446d1fc"
|
320 320 | dependencies = [
|
321 321 | "aws-lc-fips-sys",
|
322 322 | "aws-lc-sys",
|
323 323 | "untrusted 0.7.1",
|
324 324 | "zeroize",
|
325 325 | ]
|
326 326 |
|
327 327 | [[package]]
|
328 328 | name = "aws-lc-sys"
|
329 329 | version = "0.39.1"
|
330 330 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
331 331 | checksum = "83a25cf98105baa966497416dbd42565ce3a8cf8dbfd59803ec9ad46f3126399"
|
332 332 | dependencies = [
|
333 333 | "cc",
|
334 334 | "cmake",
|
335 335 | "dunce",
|
336 336 | "fs_extra",
|
337 337 | ]
|
338 338 |
|
339 339 | [[package]]
|
340 340 | name = "aws-smithy-async"
|
341 - | version = "1.2.14"
|
341 + | version = "1.2.13"
|
342 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
343 + | checksum = "5cc50d0f63e714784b84223abd7abbc8577de8c35d699e0edd19f0a88a08ae13"
|
342 344 | dependencies = [
|
343 345 | "futures-util",
|
344 346 | "pin-project-lite",
|
345 - | "pin-utils",
|
346 347 | "tokio",
|
347 - | "tokio-test",
|
348 348 | ]
|
349 349 |
|
350 350 | [[package]]
|
351 351 | name = "aws-smithy-async"
|
352 352 | version = "1.2.14"
|
353 - | source = "registry+https://github.com/rust-lang/crates.io-index"
|
354 - | checksum = "2ffcaf626bdda484571968400c326a244598634dc75fd451325a54ad1a59acfc"
|
355 353 | dependencies = [
|
356 354 | "futures-util",
|
357 355 | "pin-project-lite",
|
356 + | "pin-utils",
|
358 357 | "tokio",
|
358 + | "tokio-test",
|
359 359 | ]
|
360 360 |
|
361 361 | [[package]]
|
362 362 | name = "aws-smithy-cbor"
|
363 - | version = "0.61.6"
|
363 + | version = "0.61.5"
|
364 364 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
365 - | checksum = "9364e2fe90e1d5323a6ab452eda10cfebc00499a20c14e4e14a9f369b15422c6"
|
365 + | checksum = "765f0b8c7728db30a230663df67ba25b9c650c1cc9ba553df15dfe0fadaa529c"
|
366 366 | dependencies = [
|
367 - | "aws-smithy-types 1.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
367 + | "aws-smithy-types 1.4.5",
|
368 368 | "minicbor",
|
369 369 | ]
|
370 370 |
|
371 371 | [[package]]
|
372 372 | name = "aws-smithy-cbor"
|
373 373 | version = "0.61.7"
|
374 374 | dependencies = [
|
375 375 | "aws-smithy-types 1.4.7",
|
376 376 | "criterion",
|
377 377 | "minicbor",
|
378 378 | ]
|
379 379 |
|
380 380 | [[package]]
|
381 381 | name = "aws-smithy-checksums"
|
382 382 | version = "0.64.7"
|
383 383 | dependencies = [
|
384 384 | "aws-smithy-http 0.63.6",
|
385 385 | "aws-smithy-types 1.4.7",
|
386 386 | "bytes",
|
387 387 | "bytes-utils",
|
388 388 | "crc-fast",
|
389 389 | "hex",
|
390 390 | "http 1.4.0",
|
391 391 | "http-body 1.0.1",
|
392 392 | "http-body-util",
|
393 393 | "md-5 0.11.0",
|
394 394 | "pin-project-lite",
|
395 395 | "pretty_assertions",
|
396 396 | "sha1",
|
397 397 | "sha2",
|
@@ -427,427 +578,578 @@
427 427 | "criterion",
|
428 428 | "hickory-resolver",
|
429 429 | "tokio",
|
430 430 | ]
|
431 431 |
|
432 432 | [[package]]
|
433 433 | name = "aws-smithy-eventstream"
|
434 434 | version = "0.60.20"
|
435 435 | dependencies = [
|
436 436 | "arbitrary",
|
437 437 | "aws-smithy-types 1.4.7",
|
438 438 | "bytes",
|
439 439 | "bytes-utils",
|
440 440 | "crc32fast",
|
441 441 | "criterion",
|
442 442 | "derive_arbitrary",
|
443 443 | "jemallocator",
|
444 444 | "mimalloc",
|
445 445 | ]
|
446 446 |
|
447 447 | [[package]]
|
448 448 | name = "aws-smithy-experimental"
|
449 449 | version = "0.2.4"
|
450 450 |
|
451 451 | [[package]]
|
452 452 | name = "aws-smithy-http"
|
453 453 | version = "0.62.6"
|
454 454 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
455 455 | checksum = "826141069295752372f8203c17f28e30c464d22899a43a0c9fd9c458d469c88b"
|
456 456 | dependencies = [
|
457 - | "aws-smithy-runtime-api 1.11.6",
|
458 - | "aws-smithy-types 1.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
457 + | "aws-smithy-runtime-api 1.11.5",
|
458 + | "aws-smithy-types 1.4.5",
|
459 459 | "bytes",
|
460 460 | "bytes-utils",
|
461 461 | "futures-core",
|
462 462 | "futures-util",
|
463 463 | "http 0.2.12",
|
464 464 | "http 1.4.0",
|
465 465 | "http-body 0.4.6",
|
466 466 | "percent-encoding",
|
467 467 | "pin-project-lite",
|
468 468 | "pin-utils",
|
469 469 | "tracing",
|
470 470 | ]
|
471 471 |
|
472 472 | [[package]]
|
473 473 | name = "aws-smithy-http"
|
474 474 | version = "0.63.6"
|
475 475 | dependencies = [
|
476 476 | "async-stream",
|
477 477 | "aws-smithy-eventstream",
|
478 478 | "aws-smithy-runtime-api 1.12.0",
|
479 479 | "aws-smithy-types 1.4.7",
|
480 480 | "bytes",
|
481 481 | "bytes-utils",
|
482 482 | "futures-core",
|
483 483 | "futures-util",
|
484 484 | "http 1.4.0",
|
485 485 | "http-body 1.0.1",
|
486 486 | "http-body-util",
|
487 487 | "hyper 1.9.0",
|
488 488 | "percent-encoding",
|
489 489 | "pin-project-lite",
|
490 490 | "pin-utils",
|
491 491 | "proptest",
|
492 492 | "tokio",
|
493 493 | "tracing",
|
494 494 | ]
|
495 495 |
|
496 496 | [[package]]
|
497 497 | name = "aws-smithy-http-client"
|
498 498 | version = "1.1.12"
|
499 499 | dependencies = [
|
500 500 | "aws-smithy-async 1.2.14",
|
501 501 | "aws-smithy-protocol-test",
|
502 502 | "aws-smithy-runtime-api 1.12.0",
|
503 503 | "aws-smithy-types 1.4.7",
|
504 504 | "base64 0.22.1",
|
505 505 | "bytes",
|
506 506 | "h2 0.3.27",
|
507 507 | "h2 0.4.13",
|
508 508 | "http 0.2.12",
|
509 509 | "http 1.4.0",
|
510 510 | "http-body 0.4.6",
|
511 511 | "http-body 1.0.1",
|
512 512 | "http-body-util",
|
513 513 | "hyper 0.14.32",
|
514 514 | "hyper 1.9.0",
|
515 515 | "hyper-rustls 0.24.2",
|
516 - | "hyper-rustls 0.27.7",
|
516 + | "hyper-rustls 0.27.9",
|
517 517 | "hyper-util",
|
518 - | "indexmap 2.13.1",
|
518 + | "indexmap 2.14.0",
|
519 519 | "pin-project-lite",
|
520 520 | "rustls 0.21.12",
|
521 - | "rustls 0.23.37",
|
521 + | "rustls 0.23.38",
|
522 522 | "rustls-native-certs 0.8.3",
|
523 523 | "rustls-pemfile 2.2.0",
|
524 524 | "rustls-pki-types",
|
525 525 | "s2n-tls",
|
526 526 | "s2n-tls-hyper",
|
527 527 | "s2n-tls-tokio",
|
528 528 | "serde",
|
529 529 | "serde_json",
|
530 530 | "serial_test",
|
531 531 | "tokio",
|
532 532 | "tokio-rustls 0.26.4",
|
533 533 | "tower 0.5.3",
|
534 534 | "tracing",
|
535 535 | ]
|
536 536 |
|
537 537 | [[package]]
|
538 538 | name = "aws-smithy-http-server"
|
539 539 | version = "0.65.10"
|
540 540 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
541 541 | checksum = "1b9af5ea8c9237159cc5ef0da15f77ed37321f94e121d6c9e9eb6f4f25b583de"
|
542 542 | dependencies = [
|
543 - | "aws-smithy-cbor 0.61.6",
|
543 + | "aws-smithy-cbor 0.61.5",
|
544 544 | "aws-smithy-http 0.62.6",
|
545 545 | "aws-smithy-json 0.61.9",
|
546 - | "aws-smithy-runtime-api 1.11.6",
|
547 - | "aws-smithy-types 1.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
548 - | "aws-smithy-xml 0.60.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
546 + | "aws-smithy-runtime-api 1.11.5",
|
547 + | "aws-smithy-types 1.4.5",
|
548 + | "aws-smithy-xml 0.60.14",
|
549 549 | "bytes",
|
550 550 | "futures-util",
|
551 551 | "http 0.2.12",
|
552 552 | "http-body 0.4.6",
|
553 553 | "hyper 0.14.32",
|
554 554 | "mime",
|
555 555 | "nom",
|
556 556 | "pin-project-lite",
|
557 557 | "regex",
|
558 558 | "serde_urlencoded",
|
559 559 | "thiserror 2.0.18",
|
560 560 | "tokio",
|
561 561 | "tower 0.4.13",
|
562 562 | "tower-http 0.3.5",
|
563 563 | "tracing",
|
564 564 | "uuid",
|
565 565 | ]
|
566 566 |
|
567 567 | [[package]]
|
568 568 | name = "aws-smithy-http-server"
|
569 569 | version = "0.66.4"
|
570 570 | dependencies = [
|
571 571 | "aws-smithy-cbor 0.61.7",
|
572 572 | "aws-smithy-http 0.63.6",
|
573 573 | "aws-smithy-json 0.62.5",
|
574 574 | "aws-smithy-runtime-api 1.12.0",
|
575 575 | "aws-smithy-types 1.4.7",
|
576 576 | "aws-smithy-xml 0.60.15",
|
577 577 | "bytes",
|
578 578 | "futures-util",
|
@@ -650,650 +710,710 @@
650 650 | "lambda_http 0.8.4",
|
651 651 | "num_cpus",
|
652 652 | "parking_lot",
|
653 653 | "pin-project-lite",
|
654 654 | "pretty_assertions",
|
655 655 | "pyo3",
|
656 656 | "pyo3-asyncio",
|
657 657 | "rcgen",
|
658 658 | "rustls-pemfile 1.0.4",
|
659 659 | "signal-hook",
|
660 660 | "socket2 0.5.10",
|
661 661 | "thiserror 2.0.18",
|
662 662 | "tls-listener",
|
663 663 | "tokio",
|
664 664 | "tokio-rustls 0.24.1",
|
665 665 | "tokio-stream",
|
666 666 | "tokio-test",
|
667 667 | "tower 0.4.13",
|
668 668 | "tower-test",
|
669 669 | "tracing",
|
670 670 | "tracing-appender",
|
671 671 | "tracing-subscriber",
|
672 672 | ]
|
673 673 |
|
674 674 | [[package]]
|
675 675 | name = "aws-smithy-json"
|
676 676 | version = "0.61.9"
|
677 677 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
678 678 | checksum = "49fa1213db31ac95288d981476f78d05d9cbb0353d22cdf3472cc05bb02f6551"
|
679 679 | dependencies = [
|
680 - | "aws-smithy-types 1.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
680 + | "aws-smithy-types 1.4.5",
|
681 681 | ]
|
682 682 |
|
683 683 | [[package]]
|
684 684 | name = "aws-smithy-json"
|
685 685 | version = "0.62.5"
|
686 686 | dependencies = [
|
687 687 | "aws-smithy-types 1.4.7",
|
688 688 | "proptest",
|
689 689 | "serde_json",
|
690 690 | ]
|
691 691 |
|
692 692 | [[package]]
|
693 693 | name = "aws-smithy-legacy-http"
|
694 694 | version = "0.62.14"
|
695 695 | dependencies = [
|
696 696 | "async-stream",
|
697 697 | "aws-smithy-eventstream",
|
698 698 | "aws-smithy-http 0.63.6",
|
699 699 | "aws-smithy-runtime-api 1.12.0",
|
700 700 | "aws-smithy-types 1.4.7",
|
701 701 | "bytes",
|
702 702 | "bytes-utils",
|
703 703 | "futures-core",
|
704 704 | "futures-util",
|
705 705 | "http 0.2.12",
|
706 706 | "http 1.4.0",
|
707 707 | "http-body 0.4.6",
|
708 708 | "hyper 0.14.32",
|
709 709 | "percent-encoding",
|
710 710 | "pin-project-lite",
|
@@ -781,781 +1009,1009 @@
781 781 | ]
|
782 782 |
|
783 783 | [[package]]
|
784 784 | name = "aws-smithy-protocol-test"
|
785 785 | version = "0.63.14"
|
786 786 | dependencies = [
|
787 787 | "assert-json-diff",
|
788 788 | "aws-smithy-runtime-api 1.12.0",
|
789 789 | "base64-simd",
|
790 790 | "cbor-diag",
|
791 791 | "ciborium",
|
792 792 | "http 0.2.12",
|
793 793 | "http 1.4.0",
|
794 794 | "pretty_assertions",
|
795 795 | "regex-lite",
|
796 796 | "roxmltree",
|
797 797 | "serde_json",
|
798 798 | "thiserror 2.0.18",
|
799 799 | ]
|
800 800 |
|
801 801 | [[package]]
|
802 802 | name = "aws-smithy-query"
|
803 803 | version = "0.60.15"
|
804 804 | dependencies = [
|
805 805 | "aws-smithy-types 1.4.7",
|
806 806 | "urlencoding",
|
807 807 | ]
|
808 808 |
|
809 809 | [[package]]
|
810 810 | name = "aws-smithy-runtime"
|
811 - | version = "1.11.0"
|
811 + | version = "1.11.1"
|
812 812 | dependencies = [
|
813 813 | "approx",
|
814 814 | "aws-smithy-async 1.2.14",
|
815 815 | "aws-smithy-http 0.63.6",
|
816 816 | "aws-smithy-http-client",
|
817 817 | "aws-smithy-observability",
|
818 818 | "aws-smithy-runtime-api 1.12.0",
|
819 819 | "aws-smithy-types 1.4.7",
|
820 820 | "bytes",
|
821 821 | "fastrand 2.4.1",
|
822 822 | "futures-util",
|
823 823 | "http 0.2.12",
|
824 824 | "http 1.4.0",
|
825 825 | "http-body 0.4.6",
|
826 826 | "http-body 1.0.1",
|
827 827 | "http-body-util",
|
828 828 | "hyper 0.14.32",
|
829 829 | "pin-project-lite",
|
830 830 | "pin-utils",
|
831 831 | "pretty_assertions",
|
832 832 | "tokio",
|
833 833 | "tracing",
|
834 834 | "tracing-subscriber",
|
835 835 | "tracing-test",
|
836 836 | ]
|
837 837 |
|
838 838 | [[package]]
|
839 839 | name = "aws-smithy-runtime-api"
|
840 - | version = "1.11.6"
|
840 + | version = "1.11.5"
|
841 841 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
842 - | checksum = "876ab3c9c29791ba4ba02b780a3049e21ec63dabda09268b175272c3733a79e6"
|
842 + | checksum = "b4af6e5def28be846479bbeac55aa4603d6f7986fc5da4601ba324dd5d377516"
|
843 843 | dependencies = [
|
844 - | "aws-smithy-async 1.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
845 - | "aws-smithy-types 1.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
844 + | "aws-smithy-async 1.2.13",
|
845 + | "aws-smithy-types 1.4.5",
|
846 846 | "bytes",
|
847 847 | "http 0.2.12",
|
848 848 | "http 1.4.0",
|
849 849 | "pin-project-lite",
|
850 850 | "tokio",
|
851 851 | "tracing",
|
852 852 | ]
|
853 853 |
|
854 854 | [[package]]
|
855 855 | name = "aws-smithy-runtime-api"
|
856 856 | version = "1.12.0"
|
857 857 | dependencies = [
|
858 858 | "aws-smithy-async 1.2.14",
|
859 859 | "aws-smithy-runtime-api-macros",
|
860 860 | "aws-smithy-types 1.4.7",
|
861 861 | "bytes",
|
862 862 | "http 0.2.12",
|
863 863 | "http 1.4.0",
|
864 864 | "pin-project-lite",
|
865 865 | "proptest",
|
866 866 | "tokio",
|
867 867 | "tracing",
|
868 868 | "zeroize",
|
869 869 | ]
|
870 870 |
|
871 871 | [[package]]
|
872 872 | name = "aws-smithy-runtime-api-macros"
|
873 873 | version = "1.0.0"
|
874 874 | dependencies = [
|
875 875 | "proc-macro2",
|
876 876 | "quote",
|
877 877 | "syn 2.0.117",
|
878 878 | ]
|
879 879 |
|
880 880 | [[package]]
|
881 881 | name = "aws-smithy-types"
|
882 - | version = "1.4.7"
|
882 + | version = "1.4.5"
|
883 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
884 + | checksum = "8ca2734c16913a45343b37313605d84e7d8b34a4611598ce1d25b35860a2bed3"
|
883 885 | dependencies = [
|
884 - | "base64 0.13.1",
|
885 886 | "base64-simd",
|
886 887 | "bytes",
|
887 888 | "bytes-utils",
|
888 - | "ciborium",
|
889 - | "criterion",
|
890 889 | "futures-core",
|
891 890 | "http 0.2.12",
|
892 891 | "http 1.4.0",
|
893 892 | "http-body 0.4.6",
|
894 893 | "http-body 1.0.1",
|
895 894 | "http-body-util",
|
896 895 | "hyper 0.14.32",
|
897 896 | "itoa",
|
898 - | "lazy_static",
|
899 897 | "num-integer",
|
900 898 | "pin-project-lite",
|
901 899 | "pin-utils",
|
902 - | "proptest",
|
903 - | "rand 0.8.5",
|
904 900 | "ryu",
|
905 901 | "serde",
|
906 - | "serde_json",
|
907 - | "tempfile",
|
908 902 | "time",
|
909 903 | "tokio",
|
910 - | "tokio-stream",
|
911 904 | "tokio-util",
|
912 905 | ]
|
913 906 |
|
914 907 | [[package]]
|
915 908 | name = "aws-smithy-types"
|
916 909 | version = "1.4.7"
|
917 - | source = "registry+https://github.com/rust-lang/crates.io-index"
|
918 - | checksum = "9d73dbfbaa8e4bc57b9045137680b958d274823509a360abfd8e1d514d40c95c"
|
919 910 | dependencies = [
|
911 + | "base64 0.13.1",
|
920 912 | "base64-simd",
|
921 913 | "bytes",
|
922 914 | "bytes-utils",
|
915 + | "ciborium",
|
916 + | "criterion",
|
923 917 | "futures-core",
|
924 918 | "http 0.2.12",
|
925 919 | "http 1.4.0",
|
926 920 | "http-body 0.4.6",
|
927 921 | "http-body 1.0.1",
|
928 922 | "http-body-util",
|
929 923 | "hyper 0.14.32",
|
930 924 | "itoa",
|
925 + | "lazy_static",
|
931 926 | "num-integer",
|
932 927 | "pin-project-lite",
|
933 928 | "pin-utils",
|
929 + | "proptest",
|
930 + | "rand 0.8.5",
|
934 931 | "ryu",
|
935 932 | "serde",
|
933 + | "serde_json",
|
934 + | "tempfile",
|
936 935 | "time",
|
937 936 | "tokio",
|
937 + | "tokio-stream",
|
938 938 | "tokio-util",
|
939 939 | ]
|
940 940 |
|
941 941 | [[package]]
|
942 942 | name = "aws-smithy-types-convert"
|
943 943 | version = "0.60.14"
|
944 944 | dependencies = [
|
945 945 | "aws-smithy-async 1.2.14",
|
946 946 | "aws-smithy-types 1.4.7",
|
947 947 | "chrono",
|
948 948 | "futures-core",
|
949 949 | "time",
|
950 950 | ]
|
951 951 |
|
952 952 | [[package]]
|
953 953 | name = "aws-smithy-wasm"
|
954 954 | version = "0.1.11"
|
955 955 | dependencies = [
|
956 956 | "aws-smithy-async 1.2.14",
|
957 957 | "aws-smithy-runtime-api 1.12.0",
|
958 958 | "aws-smithy-types 1.4.7",
|
959 959 | "http-body-util",
|
960 960 | "sync_wrapper",
|
961 961 | "wstd",
|
962 962 | ]
|
963 963 |
|
964 964 | [[package]]
|
965 965 | name = "aws-smithy-xml"
|
966 - | version = "0.60.15"
|
966 + | version = "0.60.14"
|
967 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
968 + | checksum = "b53543b4b86ed43f051644f704a98c7291b3618b67adf057ee77a366fa52fcaa"
|
967 969 | dependencies = [
|
968 - | "aws-smithy-protocol-test",
|
969 - | "base64 0.13.1",
|
970 - | "proptest",
|
971 970 | "xmlparser",
|
972 971 | ]
|
973 972 |
|
974 973 | [[package]]
|
975 974 | name = "aws-smithy-xml"
|
976 975 | version = "0.60.15"
|
977 - | source = "registry+https://github.com/rust-lang/crates.io-index"
|
978 - | checksum = "0ce02add1aa3677d022f8adf81dcbe3046a95f17a1b1e8979c145cd21d3d22b3"
|
979 976 | dependencies = [
|
977 + | "aws-smithy-protocol-test",
|
978 + | "base64 0.13.1",
|
979 + | "proptest",
|
980 980 | "xmlparser",
|
981 981 | ]
|
982 982 |
|
983 983 | [[package]]
|
984 984 | name = "aws_lambda_events"
|
985 985 | version = "0.12.1"
|
986 986 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
987 987 | checksum = "03611508dd1e514e311caec235b581c99a4cb66fa1771bd502819eed69894f12"
|
988 988 | dependencies = [
|
989 989 | "base64 0.21.7",
|
990 990 | "bytes",
|
991 991 | "http 0.2.12",
|
992 992 | "http-body 0.4.6",
|
993 993 | "http-serde 1.1.3",
|
994 994 | "query_map",
|
995 995 | "serde",
|
996 996 | "serde_json",
|
997 997 | ]
|
998 998 |
|
999 999 | [[package]]
|
1000 1000 | name = "aws_lambda_events"
|
1001 1001 | version = "1.1.2"
|
1002 1002 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1003 1003 | checksum = "474e5c215398b56aa1c8021cb51907d132c022737dc86b1b5ac9a3fa0fa25fdc"
|
1004 1004 | dependencies = [
|
1005 1005 | "base64 0.22.1",
|
1006 1006 | "bytes",
|
1007 1007 | "http 1.4.0",
|
1008 1008 | "http-body 1.0.1",
|
1009 1009 | "http-serde 2.1.1",
|
@@ -1025,1025 +1124,1124 @@
1025 1025 | checksum = "0ea22880d78093b0cbe17c89f64a7d457941e65759157ec6cb31a31d652b05e5"
|
1026 1026 |
|
1027 1027 | [[package]]
|
1028 1028 | name = "base64"
|
1029 1029 | version = "0.21.7"
|
1030 1030 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1031 1031 | checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
1032 1032 |
|
1033 1033 | [[package]]
|
1034 1034 | name = "base64"
|
1035 1035 | version = "0.22.1"
|
1036 1036 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1037 1037 | checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
1038 1038 |
|
1039 1039 | [[package]]
|
1040 1040 | name = "base64-simd"
|
1041 1041 | version = "0.8.0"
|
1042 1042 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1043 1043 | checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
|
1044 1044 | dependencies = [
|
1045 1045 | "outref",
|
1046 1046 | "vsimd",
|
1047 1047 | ]
|
1048 1048 |
|
1049 1049 | [[package]]
|
1050 1050 | name = "bindgen"
|
1051 1051 | version = "0.72.1"
|
1052 1052 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1053 1053 | checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
|
1054 1054 | dependencies = [
|
1055 - | "bitflags 2.11.0",
|
1055 + | "bitflags 2.11.1",
|
1056 1056 | "cexpr",
|
1057 1057 | "clang-sys",
|
1058 1058 | "itertools 0.13.0",
|
1059 1059 | "log",
|
1060 1060 | "prettyplease",
|
1061 1061 | "proc-macro2",
|
1062 1062 | "quote",
|
1063 1063 | "regex",
|
1064 1064 | "rustc-hash",
|
1065 1065 | "shlex",
|
1066 1066 | "syn 2.0.117",
|
1067 1067 | ]
|
1068 1068 |
|
1069 1069 | [[package]]
|
1070 1070 | name = "bit-set"
|
1071 1071 | version = "0.8.0"
|
1072 1072 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1073 1073 | checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
|
1074 1074 | dependencies = [
|
1075 1075 | "bit-vec",
|
1076 1076 | ]
|
1077 1077 |
|
1078 1078 | [[package]]
|
1079 1079 | name = "bit-vec"
|
1080 1080 | version = "0.8.0"
|
1081 1081 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1082 1082 | checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
|
1083 1083 |
|
1084 1084 | [[package]]
|
1085 1085 | name = "bitflags"
|
1086 1086 | version = "1.3.2"
|
1087 1087 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1088 1088 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
1089 1089 |
|
1090 1090 | [[package]]
|
1091 1091 | name = "bitflags"
|
1092 - | version = "2.11.0"
|
1092 + | version = "2.11.1"
|
1093 1093 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1094 - | checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
|
1094 + | checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
|
1095 1095 |
|
1096 1096 | [[package]]
|
1097 1097 | name = "block-buffer"
|
1098 1098 | version = "0.10.4"
|
1099 1099 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1100 1100 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
1101 1101 | dependencies = [
|
1102 1102 | "generic-array",
|
1103 1103 | ]
|
1104 1104 |
|
1105 1105 | [[package]]
|
1106 1106 | name = "block-buffer"
|
1107 1107 | version = "0.12.0"
|
1108 1108 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1109 1109 | checksum = "cdd35008169921d80bc60d3d0ab416eecb028c4cd653352907921d95084790be"
|
1110 1110 | dependencies = [
|
1111 1111 | "hybrid-array",
|
1112 1112 | ]
|
1113 1113 |
|
1114 1114 | [[package]]
|
1115 1115 | name = "blocking"
|
1116 1116 | version = "1.6.2"
|
1117 1117 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1118 1118 | checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
|
1119 1119 | dependencies = [
|
1120 1120 | "async-channel 2.5.0",
|
1121 1121 | "async-task",
|
1122 1122 | "futures-io",
|
1123 1123 | "futures-lite 2.6.1",
|
1124 1124 | "piper",
|
@@ -1158,1158 +1251,1251 @@
1158 1158 | "either",
|
1159 1159 | ]
|
1160 1160 |
|
1161 1161 | [[package]]
|
1162 1162 | name = "cast"
|
1163 1163 | version = "0.3.0"
|
1164 1164 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1165 1165 | checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
1166 1166 |
|
1167 1167 | [[package]]
|
1168 1168 | name = "cbor-diag"
|
1169 1169 | version = "0.1.12"
|
1170 1170 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1171 1171 | checksum = "dc245b6ecd09b23901a4fbad1ad975701fd5061ceaef6afa93a2d70605a64429"
|
1172 1172 | dependencies = [
|
1173 1173 | "bs58",
|
1174 1174 | "chrono",
|
1175 1175 | "data-encoding",
|
1176 1176 | "half",
|
1177 1177 | "nom",
|
1178 1178 | "num-bigint",
|
1179 1179 | "num-rational",
|
1180 1180 | "num-traits",
|
1181 1181 | "separator",
|
1182 1182 | "url",
|
1183 1183 | "uuid",
|
1184 1184 | ]
|
1185 1185 |
|
1186 1186 | [[package]]
|
1187 1187 | name = "cc"
|
1188 - | version = "1.2.59"
|
1188 + | version = "1.2.60"
|
1189 1189 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1190 - | checksum = "b7a4d3ec6524d28a329fc53654bbadc9bdd7b0431f5d65f1a56ffb28a1ee5283"
|
1190 + | checksum = "43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20"
|
1191 1191 | dependencies = [
|
1192 1192 | "find-msvc-tools",
|
1193 1193 | "jobserver",
|
1194 1194 | "libc",
|
1195 1195 | "shlex",
|
1196 1196 | ]
|
1197 1197 |
|
1198 1198 | [[package]]
|
1199 1199 | name = "cexpr"
|
1200 1200 | version = "0.6.0"
|
1201 1201 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1202 1202 | checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
1203 1203 | dependencies = [
|
1204 1204 | "nom",
|
1205 1205 | ]
|
1206 1206 |
|
1207 1207 | [[package]]
|
1208 1208 | name = "cfg-if"
|
1209 1209 | version = "1.0.4"
|
1210 1210 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1211 1211 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
1212 1212 |
|
1213 1213 | [[package]]
|
1214 1214 | name = "chacha20"
|
1215 1215 | version = "0.10.0"
|
1216 1216 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1217 1217 | checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601"
|
1218 1218 | dependencies = [
|
1219 1219 | "cfg-if",
|
1220 1220 | "cpufeatures",
|
1221 - | "rand_core 0.10.0",
|
1221 + | "rand_core 0.10.1",
|
1222 1222 | ]
|
1223 1223 |
|
1224 1224 | [[package]]
|
1225 1225 | name = "chrono"
|
1226 1226 | version = "0.4.44"
|
1227 1227 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1228 1228 | checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
|
1229 1229 | dependencies = [
|
1230 1230 | "num-traits",
|
1231 1231 | ]
|
1232 1232 |
|
1233 1233 | [[package]]
|
1234 1234 | name = "ciborium"
|
1235 1235 | version = "0.2.2"
|
1236 1236 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1237 1237 | checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
|
1238 1238 | dependencies = [
|
1239 1239 | "ciborium-io",
|
1240 1240 | "ciborium-ll",
|
1241 1241 | "serde",
|
1242 1242 | ]
|
1243 1243 |
|
1244 1244 | [[package]]
|
1245 1245 | name = "ciborium-io"
|
1246 1246 | version = "0.2.2"
|
1247 1247 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1248 1248 | checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
|
1249 1249 |
|
1250 1250 | [[package]]
|
1251 1251 | name = "ciborium-ll"
|
@@ -1916,1916 +2145,2151 @@
1916 1916 | version = "0.2.17"
|
1917 1917 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1918 1918 | checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
|
1919 1919 | dependencies = [
|
1920 1920 | "cfg-if",
|
1921 1921 | "libc",
|
1922 1922 | "wasi",
|
1923 1923 | ]
|
1924 1924 |
|
1925 1925 | [[package]]
|
1926 1926 | name = "getrandom"
|
1927 1927 | version = "0.3.4"
|
1928 1928 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1929 1929 | checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
1930 1930 | dependencies = [
|
1931 1931 | "cfg-if",
|
1932 1932 | "libc",
|
1933 1933 | "r-efi 5.3.0",
|
1934 1934 | "wasip2",
|
1935 1935 | ]
|
1936 1936 |
|
1937 1937 | [[package]]
|
1938 1938 | name = "getrandom"
|
1939 1939 | version = "0.4.2"
|
1940 1940 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1941 1941 | checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
|
1942 1942 | dependencies = [
|
1943 1943 | "cfg-if",
|
1944 1944 | "libc",
|
1945 1945 | "r-efi 6.0.0",
|
1946 - | "rand_core 0.10.0",
|
1946 + | "rand_core 0.10.1",
|
1947 1947 | "wasip2",
|
1948 1948 | "wasip3",
|
1949 1949 | ]
|
1950 1950 |
|
1951 1951 | [[package]]
|
1952 1952 | name = "glob"
|
1953 1953 | version = "0.3.3"
|
1954 1954 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1955 1955 | checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
|
1956 1956 |
|
1957 1957 | [[package]]
|
1958 1958 | name = "gloo-timers"
|
1959 1959 | version = "0.3.0"
|
1960 1960 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1961 1961 | checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
|
1962 1962 | dependencies = [
|
1963 1963 | "futures-channel",
|
1964 1964 | "futures-core",
|
1965 1965 | "js-sys",
|
1966 1966 | "wasm-bindgen",
|
1967 1967 | ]
|
1968 1968 |
|
1969 1969 | [[package]]
|
1970 1970 | name = "h2"
|
1971 1971 | version = "0.3.27"
|
1972 1972 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1973 1973 | checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
|
1974 1974 | dependencies = [
|
1975 1975 | "bytes",
|
1976 1976 | "fnv",
|
1977 1977 | "futures-core",
|
1978 1978 | "futures-sink",
|
1979 1979 | "futures-util",
|
1980 1980 | "http 0.2.12",
|
1981 - | "indexmap 2.13.1",
|
1981 + | "indexmap 2.14.0",
|
1982 1982 | "slab",
|
1983 1983 | "tokio",
|
1984 1984 | "tokio-util",
|
1985 1985 | "tracing",
|
1986 1986 | ]
|
1987 1987 |
|
1988 1988 | [[package]]
|
1989 1989 | name = "h2"
|
1990 1990 | version = "0.4.13"
|
1991 1991 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1992 1992 | checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
|
1993 1993 | dependencies = [
|
1994 1994 | "atomic-waker",
|
1995 1995 | "bytes",
|
1996 1996 | "fnv",
|
1997 1997 | "futures-core",
|
1998 1998 | "futures-sink",
|
1999 1999 | "http 1.4.0",
|
2000 - | "indexmap 2.13.1",
|
2000 + | "indexmap 2.14.0",
|
2001 2001 | "slab",
|
2002 2002 | "tokio",
|
2003 2003 | "tokio-util",
|
2004 2004 | "tracing",
|
2005 2005 | ]
|
2006 2006 |
|
2007 2007 | [[package]]
|
2008 2008 | name = "half"
|
2009 2009 | version = "2.7.1"
|
2010 2010 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2011 2011 | checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
|
2012 2012 | dependencies = [
|
2013 2013 | "cfg-if",
|
2014 2014 | "crunchy",
|
2015 2015 | "zerocopy",
|
2016 2016 | ]
|
2017 2017 |
|
2018 2018 | [[package]]
|
2019 2019 | name = "hashbrown"
|
2020 2020 | version = "0.12.3"
|
2021 2021 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022 2022 | checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2023 2023 |
|
2024 2024 | [[package]]
|
2025 2025 | name = "hashbrown"
|
2026 2026 | version = "0.15.5"
|
2027 2027 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2028 2028 | checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
2029 2029 | dependencies = [
|
2030 2030 | "foldhash 0.1.5",
|
2031 2031 | ]
|
2032 2032 |
|
2033 2033 | [[package]]
|
2034 2034 | name = "hashbrown"
|
2035 2035 | version = "0.16.1"
|
2036 2036 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2037 2037 | checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
2038 2038 | dependencies = [
|
2039 2039 | "allocator-api2",
|
2040 2040 | "equivalent",
|
2041 2041 | "foldhash 0.2.0",
|
2042 2042 | ]
|
2043 2043 |
|
2044 + | [[package]]
|
2045 + | name = "hashbrown"
|
2046 + | version = "0.17.0"
|
2047 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2048 + | checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51"
|
2049 + |
|
2044 2050 | [[package]]
|
2045 2051 | name = "heck"
|
2046 2052 | version = "0.4.1"
|
2047 2053 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2048 2054 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2049 2055 |
|
2050 2056 | [[package]]
|
2051 2057 | name = "heck"
|
2052 2058 | version = "0.5.0"
|
2053 2059 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2054 2060 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
2055 2061 |
|
2056 2062 | [[package]]
|
2057 2063 | name = "hermit-abi"
|
2058 2064 | version = "0.1.19"
|
2059 2065 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2060 2066 | checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2061 2067 | dependencies = [
|
2062 2068 | "libc",
|
2063 2069 | ]
|
2064 2070 |
|
2065 2071 | [[package]]
|
2066 2072 | name = "hermit-abi"
|
2067 2073 | version = "0.5.2"
|
2068 2074 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2069 2075 | checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
|
2070 2076 |
|
2071 2077 | [[package]]
|
2072 2078 | name = "hex"
|
2073 2079 | version = "0.4.3"
|
2074 2080 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2075 2081 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2076 2082 |
|
2077 2083 | [[package]]
|
2078 2084 | name = "hickory-proto"
|
2079 2085 | version = "0.25.2"
|
2080 2086 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2081 2087 | checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502"
|
2082 2088 | dependencies = [
|
2083 2089 | "async-trait",
|
2084 2090 | "cfg-if",
|
2085 2091 | "data-encoding",
|
2086 2092 | "enum-as-inner",
|
2087 2093 | "futures-channel",
|
2088 2094 | "futures-io",
|
2089 2095 | "futures-util",
|
2090 2096 | "idna",
|
2091 2097 | "ipnet",
|
2092 2098 | "once_cell",
|
2093 - | "rand 0.9.2",
|
2099 + | "rand 0.9.4",
|
2094 2100 | "ring 0.17.14",
|
2095 2101 | "thiserror 2.0.18",
|
2096 2102 | "tinyvec",
|
2097 2103 | "tokio",
|
2098 2104 | "tracing",
|
2099 2105 | "url",
|
2100 2106 | ]
|
2101 2107 |
|
2102 2108 | [[package]]
|
2103 2109 | name = "hickory-resolver"
|
2104 2110 | version = "0.25.2"
|
2105 2111 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2106 2112 | checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a"
|
2107 2113 | dependencies = [
|
2108 2114 | "cfg-if",
|
2109 2115 | "futures-util",
|
2110 2116 | "hickory-proto",
|
2111 2117 | "ipconfig",
|
2112 2118 | "moka",
|
2113 2119 | "once_cell",
|
2114 2120 | "parking_lot",
|
2115 - | "rand 0.9.2",
|
2121 + | "rand 0.9.4",
|
2116 2122 | "resolv-conf",
|
2117 2123 | "smallvec",
|
2118 2124 | "thiserror 2.0.18",
|
2119 2125 | "tokio",
|
2120 2126 | "tracing",
|
2121 2127 | ]
|
2122 2128 |
|
2123 2129 | [[package]]
|
2124 2130 | name = "http"
|
2125 2131 | version = "0.2.12"
|
2126 2132 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2127 2133 | checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
2128 2134 | dependencies = [
|
2129 2135 | "bytes",
|
2130 2136 | "fnv",
|
2131 2137 | "itoa",
|
2132 2138 | ]
|
2133 2139 |
|
2134 2140 | [[package]]
|
2135 2141 | name = "http"
|
2136 2142 | version = "1.4.0"
|
2137 2143 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2138 2144 | checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
|
2139 2145 | dependencies = [
|
2140 2146 | "bytes",
|
2141 2147 | "itoa",
|
2142 2148 | ]
|
2143 2149 |
|
2144 2150 | [[package]]
|
2145 2151 | name = "http-body"
|
@@ -2259,2265 +2328,2333 @@
2259 2265 | "h2 0.4.13",
|
2260 2266 | "http 1.4.0",
|
2261 2267 | "http-body 1.0.1",
|
2262 2268 | "httparse",
|
2263 2269 | "httpdate",
|
2264 2270 | "itoa",
|
2265 2271 | "pin-project-lite",
|
2266 2272 | "smallvec",
|
2267 2273 | "tokio",
|
2268 2274 | "want",
|
2269 2275 | ]
|
2270 2276 |
|
2271 2277 | [[package]]
|
2272 2278 | name = "hyper-rustls"
|
2273 2279 | version = "0.24.2"
|
2274 2280 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2275 2281 | checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
|
2276 2282 | dependencies = [
|
2277 2283 | "futures-util",
|
2278 2284 | "http 0.2.12",
|
2279 2285 | "hyper 0.14.32",
|
2280 2286 | "log",
|
2281 2287 | "rustls 0.21.12",
|
2282 2288 | "rustls-native-certs 0.6.3",
|
2283 2289 | "tokio",
|
2284 2290 | "tokio-rustls 0.24.1",
|
2285 2291 | ]
|
2286 2292 |
|
2287 2293 | [[package]]
|
2288 2294 | name = "hyper-rustls"
|
2289 - | version = "0.27.7"
|
2295 + | version = "0.27.9"
|
2290 2296 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2291 - | checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
|
2297 + | checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
|
2292 2298 | dependencies = [
|
2293 2299 | "http 1.4.0",
|
2294 2300 | "hyper 1.9.0",
|
2295 2301 | "hyper-util",
|
2296 - | "rustls 0.23.37",
|
2302 + | "rustls 0.23.38",
|
2297 2303 | "rustls-native-certs 0.8.3",
|
2298 - | "rustls-pki-types",
|
2299 2304 | "tokio",
|
2300 2305 | "tokio-rustls 0.26.4",
|
2301 2306 | "tower-service",
|
2302 2307 | ]
|
2303 2308 |
|
2304 2309 | [[package]]
|
2305 2310 | name = "hyper-util"
|
2306 2311 | version = "0.1.20"
|
2307 2312 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2308 2313 | checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
|
2309 2314 | dependencies = [
|
2310 2315 | "base64 0.22.1",
|
2311 2316 | "bytes",
|
2312 2317 | "futures-channel",
|
2313 2318 | "futures-util",
|
2314 2319 | "http 1.4.0",
|
2315 2320 | "http-body 1.0.1",
|
2316 2321 | "hyper 1.9.0",
|
2317 2322 | "ipnet",
|
2318 2323 | "libc",
|
2319 2324 | "percent-encoding",
|
2320 2325 | "pin-project-lite",
|
2321 2326 | "socket2 0.6.3",
|
2322 2327 | "system-configuration",
|
2323 2328 | "tokio",
|
2324 2329 | "tower-layer",
|
2325 2330 | "tower-service",
|
2326 2331 | "tracing",
|
2327 2332 | "windows-registry",
|
2328 2333 | ]
|
@@ -2427,2432 +2492,2497 @@
2427 2432 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2428 2433 | checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
|
2429 2434 | dependencies = [
|
2430 2435 | "idna_adapter",
|
2431 2436 | "smallvec",
|
2432 2437 | "utf8_iter",
|
2433 2438 | ]
|
2434 2439 |
|
2435 2440 | [[package]]
|
2436 2441 | name = "idna_adapter"
|
2437 2442 | version = "1.2.1"
|
2438 2443 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2439 2444 | checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
|
2440 2445 | dependencies = [
|
2441 2446 | "icu_normalizer",
|
2442 2447 | "icu_properties",
|
2443 2448 | ]
|
2444 2449 |
|
2445 2450 | [[package]]
|
2446 2451 | name = "indexmap"
|
2447 2452 | version = "1.9.3"
|
2448 2453 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2449 2454 | checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2450 2455 | dependencies = [
|
2451 2456 | "autocfg",
|
2452 2457 | "hashbrown 0.12.3",
|
2453 2458 | ]
|
2454 2459 |
|
2455 2460 | [[package]]
|
2456 2461 | name = "indexmap"
|
2457 - | version = "2.13.1"
|
2462 + | version = "2.14.0"
|
2458 2463 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2459 - | checksum = "45a8a2b9cb3e0b0c1803dbb0758ffac5de2f425b23c28f518faabd9d805342ff"
|
2464 + | checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
|
2460 2465 | dependencies = [
|
2461 2466 | "equivalent",
|
2462 - | "hashbrown 0.16.1",
|
2467 + | "hashbrown 0.17.0",
|
2463 2468 | "serde",
|
2464 2469 | "serde_core",
|
2465 2470 | ]
|
2466 2471 |
|
2467 2472 | [[package]]
|
2468 2473 | name = "indoc"
|
2469 2474 | version = "2.0.7"
|
2470 2475 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2471 2476 | checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
|
2472 2477 | dependencies = [
|
2473 2478 | "rustversion",
|
2474 2479 | ]
|
2475 2480 |
|
2476 2481 | [[package]]
|
2477 2482 | name = "inlineable"
|
2478 2483 | version = "0.1.0"
|
2479 2484 | dependencies = [
|
2480 2485 | "aws-smithy-cbor 0.61.7",
|
2481 2486 | "aws-smithy-compression",
|
2482 2487 | "aws-smithy-http 0.63.6",
|
2483 2488 | "aws-smithy-json 0.62.5",
|
2484 2489 | "aws-smithy-runtime",
|
2485 2490 | "aws-smithy-runtime-api 1.12.0",
|
2486 2491 | "aws-smithy-types 1.4.7",
|
2487 2492 | "aws-smithy-xml 0.60.15",
|
2488 2493 | "bytes",
|
2489 2494 | "fastrand 2.4.1",
|
2490 2495 | "futures-util",
|
2491 2496 | "http 0.2.12",
|
2492 2497 | "http 1.4.0",
|
@@ -2589,2594 +2651,2656 @@
2589 2594 | version = "0.5.4+5.3.0-patched"
|
2590 2595 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2591 2596 | checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2"
|
2592 2597 | dependencies = [
|
2593 2598 | "cc",
|
2594 2599 | "libc",
|
2595 2600 | ]
|
2596 2601 |
|
2597 2602 | [[package]]
|
2598 2603 | name = "jemallocator"
|
2599 2604 | version = "0.5.4"
|
2600 2605 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2601 2606 | checksum = "a0de374a9f8e63150e6f5e8a60cc14c668226d7a347d8aee1a45766e3c4dd3bc"
|
2602 2607 | dependencies = [
|
2603 2608 | "jemalloc-sys",
|
2604 2609 | "libc",
|
2605 2610 | ]
|
2606 2611 |
|
2607 2612 | [[package]]
|
2608 2613 | name = "jobserver"
|
2609 2614 | version = "0.1.34"
|
2610 2615 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2611 2616 | checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
|
2612 2617 | dependencies = [
|
2613 2618 | "getrandom 0.3.4",
|
2614 2619 | "libc",
|
2615 2620 | ]
|
2616 2621 |
|
2617 2622 | [[package]]
|
2618 2623 | name = "js-sys"
|
2619 - | version = "0.3.94"
|
2624 + | version = "0.3.95"
|
2620 2625 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2621 - | checksum = "2e04e2ef80ce82e13552136fabeef8a5ed1f985a96805761cbb9a2c34e7664d9"
|
2626 + | checksum = "2964e92d1d9dc3364cae4d718d93f227e3abb088e747d92e0395bfdedf1c12ca"
|
2622 2627 | dependencies = [
|
2623 2628 | "cfg-if",
|
2624 2629 | "futures-util",
|
2625 2630 | "once_cell",
|
2626 2631 | "wasm-bindgen",
|
2627 2632 | ]
|
2628 2633 |
|
2629 2634 | [[package]]
|
2630 2635 | name = "kv-log-macro"
|
2631 2636 | version = "1.0.7"
|
2632 2637 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2633 2638 | checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
|
2634 2639 | dependencies = [
|
2635 2640 | "log",
|
2636 2641 | ]
|
2637 2642 |
|
2638 2643 | [[package]]
|
2639 2644 | name = "lambda_http"
|
2640 2645 | version = "0.8.4"
|
2641 2646 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2642 2647 | checksum = "cfba45269ac18740ba882b09d1617c1f05eb4bdc026a5149b593bf77dab12e6b"
|
2643 2648 | dependencies = [
|
2644 2649 | "aws_lambda_events 0.12.1",
|
2645 2650 | "base64 0.21.7",
|
2646 2651 | "bytes",
|
2647 2652 | "encoding_rs",
|
2648 2653 | "futures",
|
2649 2654 | "http 0.2.12",
|
2650 2655 | "http-body 0.4.6",
|
2651 2656 | "hyper 0.14.32",
|
@@ -2751,2756 +2813,2818 @@
2751 2756 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2752 2757 | checksum = "b5e9ffa99f1e87b21d42ac98fe7eac55f4cfb9ed14677a64a7dab4d8f44399a4"
|
2753 2758 | dependencies = [
|
2754 2759 | "bytes",
|
2755 2760 | "futures-channel",
|
2756 2761 | "futures-util",
|
2757 2762 | "http 1.4.0",
|
2758 2763 | "http-body 1.0.1",
|
2759 2764 | "http-body-util",
|
2760 2765 | "hyper 1.9.0",
|
2761 2766 | "hyper-util",
|
2762 2767 | "tower 0.5.3",
|
2763 2768 | "tracing",
|
2764 2769 | "tracing-subscriber",
|
2765 2770 | ]
|
2766 2771 |
|
2767 2772 | [[package]]
|
2768 2773 | name = "lazy_static"
|
2769 2774 | version = "1.5.0"
|
2770 2775 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2771 2776 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2772 2777 |
|
2773 2778 | [[package]]
|
2774 2779 | name = "leb128fmt"
|
2775 2780 | version = "0.1.0"
|
2776 2781 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2777 2782 | checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
|
2778 2783 |
|
2779 2784 | [[package]]
|
2780 2785 | name = "libc"
|
2781 - | version = "0.2.184"
|
2786 + | version = "0.2.185"
|
2782 2787 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2783 - | checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af"
|
2788 + | checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f"
|
2784 2789 |
|
2785 2790 | [[package]]
|
2786 2791 | name = "libloading"
|
2787 2792 | version = "0.8.9"
|
2788 2793 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2789 2794 | checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
|
2790 2795 | dependencies = [
|
2791 2796 | "cfg-if",
|
2792 2797 | "windows-link",
|
2793 2798 | ]
|
2794 2799 |
|
2795 2800 | [[package]]
|
2796 2801 | name = "libmimalloc-sys"
|
2797 2802 | version = "0.1.44"
|
2798 2803 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2799 2804 | checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
|
2800 2805 | dependencies = [
|
2801 2806 | "cc",
|
2802 2807 | "libc",
|
2803 2808 | ]
|
2804 2809 |
|
2805 2810 | [[package]]
|
2806 2811 | name = "linux-raw-sys"
|
2807 2812 | version = "0.12.1"
|
2808 2813 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2809 2814 | checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
|
2810 2815 |
|
2811 2816 | [[package]]
|
2812 2817 | name = "litemap"
|
2813 2818 | version = "0.8.2"
|
@@ -2869,2874 +3041,3046 @@
2869 2874 |
|
2870 2875 | [[package]]
|
2871 2876 | name = "memoffset"
|
2872 2877 | version = "0.9.1"
|
2873 2878 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2874 2879 | checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
2875 2880 | dependencies = [
|
2876 2881 | "autocfg",
|
2877 2882 | ]
|
2878 2883 |
|
2879 2884 | [[package]]
|
2880 2885 | name = "metrics"
|
2881 2886 | version = "0.24.3"
|
2882 2887 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2883 2888 | checksum = "5d5312e9ba3771cfa961b585728215e3d972c950a3eed9252aa093d6301277e8"
|
2884 2889 | dependencies = [
|
2885 2890 | "ahash",
|
2886 2891 | "portable-atomic",
|
2887 2892 | ]
|
2888 2893 |
|
2889 2894 | [[package]]
|
2890 2895 | name = "metrics-util"
|
2891 2896 | version = "0.20.1"
|
2892 2897 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2893 2898 | checksum = "cdfb1365fea27e6dd9dc1dbc19f570198bc86914533ad639dae939635f096be4"
|
2894 2899 | dependencies = [
|
2895 2900 | "aho-corasick",
|
2896 2901 | "crossbeam-epoch",
|
2897 2902 | "crossbeam-utils",
|
2898 2903 | "hashbrown 0.16.1",
|
2899 - | "indexmap 2.13.1",
|
2904 + | "indexmap 2.14.0",
|
2900 2905 | "metrics",
|
2901 2906 | "ordered-float",
|
2902 2907 | "quanta",
|
2903 2908 | "radix_trie",
|
2904 - | "rand 0.9.2",
|
2909 + | "rand 0.9.4",
|
2905 2910 | "rand_xoshiro",
|
2906 2911 | "sketches-ddsketch",
|
2907 2912 | ]
|
2908 2913 |
|
2909 2914 | [[package]]
|
2910 2915 | name = "metrique"
|
2911 - | version = "0.1.23"
|
2916 + | version = "0.1.24"
|
2912 2917 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2913 - | checksum = "c41212ded0b2ba808836b36db163067eb6da41447e7f224267a7331b670009b9"
|
2918 + | checksum = "f2cb1b5bc8898d2cb0da392c35f91826182c4cced80dddf061abd63bb7e34318"
|
2914 2919 | dependencies = [
|
2915 2920 | "itoa",
|
2916 2921 | "metrique-core",
|
2917 2922 | "metrique-macro",
|
2918 2923 | "metrique-service-metrics",
|
2919 2924 | "metrique-timesource",
|
2920 2925 | "metrique-writer",
|
2921 2926 | "metrique-writer-core",
|
2922 2927 | "metrique-writer-macro",
|
2923 2928 | "ryu",
|
2924 2929 | "tokio",
|
2925 2930 | ]
|
2926 2931 |
|
2927 2932 | [[package]]
|
2928 2933 | name = "metrique-core"
|
2929 - | version = "0.1.18"
|
2934 + | version = "0.1.19"
|
2930 2935 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2931 - | checksum = "a5f67f8bf383a36ddb563846a9b143228505fd1f833aa936fdefbc9cb1e46855"
|
2936 + | checksum = "67e3d9e65d3978d38102e3c4bd4142b91351467bb9c698db99654375e8f3858b"
|
2932 2937 | dependencies = [
|
2933 2938 | "itertools 0.14.0",
|
2934 2939 | "metrique-writer-core",
|
2935 2940 | ]
|
2936 2941 |
|
2937 2942 | [[package]]
|
2938 2943 | name = "metrique-macro"
|
2939 2944 | version = "0.1.15"
|
2940 2945 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2941 2946 | checksum = "07c50c41313eaa762e16c251aa3aa7f1eff170ab403fac8fc688840e93f39b18"
|
2942 2947 | dependencies = [
|
2943 2948 | "Inflector",
|
2944 2949 | "darling",
|
2945 2950 | "proc-macro2",
|
2946 2951 | "quote",
|
2947 2952 | "syn 2.0.117",
|
2948 2953 | ]
|
2949 2954 |
|
2950 2955 | [[package]]
|
2951 2956 | name = "metrique-service-metrics"
|
2952 - | version = "0.1.19"
|
2957 + | version = "0.1.20"
|
2953 2958 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2954 - | checksum = "07a742784bddd4a8636cf4e952ec4bbd49d4dab34b7dd24d11026ab16adbfe19"
|
2959 + | checksum = "cd93adb879c2d72ea8a23178deb5c9b379a6e459bfa08eb2c86a9c8c213cb3a6"
|
2955 2960 | dependencies = [
|
2956 2961 | "metrique-writer",
|
2957 2962 | ]
|
2958 2963 |
|
2959 2964 | [[package]]
|
2960 2965 | name = "metrique-timesource"
|
2961 2966 | version = "0.1.9"
|
2962 2967 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2963 2968 | checksum = "d607939211e4eaaa8cd35394fa5e57faffb7390d0ac513b39992edcaf3cc526c"
|
2964 2969 |
|
2965 2970 | [[package]]
|
2966 2971 | name = "metrique-writer"
|
2967 - | version = "0.1.20"
|
2972 + | version = "0.1.21"
|
2968 2973 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2969 - | checksum = "8ea8f6776cef2fed8ebaea2044971e4bfec96268eb47ccccb0e93797a198b025"
|
2974 + | checksum = "e7885027d11fce09ba86f50b11ed8c34166a76e68b1568de3e9cb6689c18ea39"
|
2970 2975 | dependencies = [
|
2971 2976 | "ahash",
|
2972 2977 | "crossbeam-queue",
|
2973 2978 | "crossbeam-utils",
|
2974 2979 | "metrics",
|
2975 2980 | "metrics-util",
|
2976 2981 | "metrique-core",
|
2977 2982 | "metrique-writer-core",
|
2978 2983 | "metrique-writer-macro",
|
2979 - | "rand 0.9.2",
|
2984 + | "rand 0.9.4",
|
2980 2985 | "smallvec",
|
2981 2986 | "tokio",
|
2982 2987 | "tracing",
|
2983 2988 | "tracing-subscriber",
|
2984 2989 | ]
|
2985 2990 |
|
2986 2991 | [[package]]
|
2987 2992 | name = "metrique-writer-core"
|
2988 - | version = "0.1.14"
|
2993 + | version = "0.1.15"
|
2989 2994 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2990 - | checksum = "5399135c49a096ba9565872ddfef24627a4129501e930cbffe84d66897d4b12c"
|
2995 + | checksum = "c2aa7ddd300b7405e6fc576fa57026b45097b5bf7b7c88c9be180dce6f4a1e09"
|
2991 2996 | dependencies = [
|
2992 2997 | "derive-where",
|
2993 2998 | "itertools 0.14.0",
|
2994 2999 | "serde",
|
2995 3000 | "smallvec",
|
2996 3001 | ]
|
2997 3002 |
|
2998 3003 | [[package]]
|
2999 3004 | name = "metrique-writer-format-emf"
|
3000 - | version = "0.1.19"
|
3005 + | version = "0.1.20"
|
3001 3006 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3002 - | checksum = "b4e26fd124c986f73950e3f5409615e3e38e9d1cc0f3c379f6fdd00524d00310"
|
3007 + | checksum = "43f195080772281c1440778e4f16b18d0ad9efa56f4ced14d434c4ae84979831"
|
3003 3008 | dependencies = [
|
3004 3009 | "bit-set",
|
3005 3010 | "dtoa",
|
3006 3011 | "hashbrown 0.16.1",
|
3007 3012 | "itertools 0.14.0",
|
3008 3013 | "itoa",
|
3009 3014 | "metrique-writer",
|
3010 3015 | "metrique-writer-core",
|
3011 - | "rand 0.9.2",
|
3016 + | "rand 0.9.4",
|
3012 3017 | "serde",
|
3013 3018 | "serde_json",
|
3014 3019 | "smallvec",
|
3015 3020 | "tracing",
|
3016 3021 | ]
|
3017 3022 |
|
3018 3023 | [[package]]
|
3019 3024 | name = "metrique-writer-macro"
|
3020 3025 | version = "0.1.8"
|
3021 3026 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3022 3027 | checksum = "7417c002f7b01c3d96792ff553b0b7e333059048a9e40d4f8d4bab23f570773e"
|
3023 3028 | dependencies = [
|
3024 3029 | "darling",
|
3025 3030 | "proc-macro2",
|
3026 3031 | "quote",
|
3027 3032 | "str_inflector",
|
3028 3033 | "syn 2.0.117",
|
3029 3034 | "synstructure",
|
3030 3035 | ]
|
3031 3036 |
|
3032 3037 | [[package]]
|
3033 3038 | name = "mimalloc"
|
3034 3039 | version = "0.1.48"
|
3035 3040 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3036 3041 | checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
|
3037 3042 | dependencies = [
|
3038 3043 | "libmimalloc-sys",
|
3039 3044 | ]
|
3040 3045 |
|
3041 3046 | [[package]]
|
@@ -3446,3451 +3508,3513 @@
3446 3451 | "yansi",
|
3447 3452 | ]
|
3448 3453 |
|
3449 3454 | [[package]]
|
3450 3455 | name = "prettyplease"
|
3451 3456 | version = "0.2.37"
|
3452 3457 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3453 3458 | checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
3454 3459 | dependencies = [
|
3455 3460 | "proc-macro2",
|
3456 3461 | "syn 2.0.117",
|
3457 3462 | ]
|
3458 3463 |
|
3459 3464 | [[package]]
|
3460 3465 | name = "proc-macro2"
|
3461 3466 | version = "1.0.106"
|
3462 3467 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3463 3468 | checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
3464 3469 | dependencies = [
|
3465 3470 | "unicode-ident",
|
3466 3471 | ]
|
3467 3472 |
|
3468 3473 | [[package]]
|
3469 3474 | name = "proptest"
|
3470 3475 | version = "1.11.0"
|
3471 3476 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3472 3477 | checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744"
|
3473 3478 | dependencies = [
|
3474 3479 | "bit-set",
|
3475 3480 | "bit-vec",
|
3476 - | "bitflags 2.11.0",
|
3481 + | "bitflags 2.11.1",
|
3477 3482 | "num-traits",
|
3478 - | "rand 0.9.2",
|
3483 + | "rand 0.9.4",
|
3479 3484 | "rand_chacha 0.9.0",
|
3480 3485 | "rand_xorshift",
|
3481 3486 | "regex-syntax",
|
3482 3487 | "rusty-fork",
|
3483 3488 | "tempfile",
|
3484 3489 | "unarray",
|
3485 3490 | ]
|
3486 3491 |
|
3487 3492 | [[package]]
|
3488 3493 | name = "pyo3"
|
3489 3494 | version = "0.20.3"
|
3490 3495 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3491 3496 | checksum = "53bdbb96d49157e65d45cc287af5f32ffadd5f4761438b527b055fb0d4bb8233"
|
3492 3497 | dependencies = [
|
3493 3498 | "cfg-if",
|
3494 3499 | "indoc",
|
3495 3500 | "libc",
|
3496 3501 | "memoffset",
|
3497 3502 | "parking_lot",
|
3498 3503 | "portable-atomic",
|
3499 3504 | "pyo3-build-config",
|
3500 3505 | "pyo3-ffi",
|
3501 3506 | "pyo3-macros",
|
3502 3507 | "unindent",
|
3503 3508 | ]
|
3504 3509 |
|
3505 3510 | [[package]]
|
3506 3511 | name = "pyo3-asyncio"
|
3507 3512 | version = "0.20.0"
|
3508 3513 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -3624,3629 +3812,3817 @@
3624 3629 |
|
3625 3630 | [[package]]
|
3626 3631 | name = "r-efi"
|
3627 3632 | version = "6.0.0"
|
3628 3633 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3629 3634 | checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
|
3630 3635 |
|
3631 3636 | [[package]]
|
3632 3637 | name = "radix_trie"
|
3633 3638 | version = "0.2.1"
|
3634 3639 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3635 3640 | checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
|
3636 3641 | dependencies = [
|
3637 3642 | "endian-type",
|
3638 3643 | "nibble_vec",
|
3639 3644 | ]
|
3640 3645 |
|
3641 3646 | [[package]]
|
3642 3647 | name = "rand"
|
3643 3648 | version = "0.8.5"
|
3644 3649 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3645 3650 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
3646 3651 | dependencies = [
|
3647 3652 | "libc",
|
3648 3653 | "rand_chacha 0.3.1",
|
3649 3654 | "rand_core 0.6.4",
|
3650 3655 | ]
|
3651 3656 |
|
3652 3657 | [[package]]
|
3653 3658 | name = "rand"
|
3654 - | version = "0.9.2"
|
3659 + | version = "0.9.4"
|
3655 3660 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3656 - | checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
|
3661 + | checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
|
3657 3662 | dependencies = [
|
3658 3663 | "rand_chacha 0.9.0",
|
3659 3664 | "rand_core 0.9.5",
|
3660 3665 | ]
|
3661 3666 |
|
3662 3667 | [[package]]
|
3663 3668 | name = "rand"
|
3664 - | version = "0.10.0"
|
3669 + | version = "0.10.1"
|
3665 3670 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3666 - | checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8"
|
3671 + | checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207"
|
3667 3672 | dependencies = [
|
3668 3673 | "chacha20",
|
3669 3674 | "getrandom 0.4.2",
|
3670 - | "rand_core 0.10.0",
|
3675 + | "rand_core 0.10.1",
|
3671 3676 | ]
|
3672 3677 |
|
3673 3678 | [[package]]
|
3674 3679 | name = "rand_chacha"
|
3675 3680 | version = "0.3.1"
|
3676 3681 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3677 3682 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
3678 3683 | dependencies = [
|
3679 3684 | "ppv-lite86",
|
3680 3685 | "rand_core 0.6.4",
|
3681 3686 | ]
|
3682 3687 |
|
3683 3688 | [[package]]
|
3684 3689 | name = "rand_chacha"
|
3685 3690 | version = "0.9.0"
|
3686 3691 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3687 3692 | checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
3688 3693 | dependencies = [
|
3689 3694 | "ppv-lite86",
|
3690 3695 | "rand_core 0.9.5",
|
3691 3696 | ]
|
3692 3697 |
|
3693 3698 | [[package]]
|
3694 3699 | name = "rand_core"
|
3695 3700 | version = "0.6.4"
|
3696 3701 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3697 3702 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
3698 3703 | dependencies = [
|
3699 3704 | "getrandom 0.2.17",
|
3700 3705 | ]
|
3701 3706 |
|
3702 3707 | [[package]]
|
3703 3708 | name = "rand_core"
|
3704 3709 | version = "0.9.5"
|
3705 3710 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3706 3711 | checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
|
3707 3712 | dependencies = [
|
3708 3713 | "getrandom 0.3.4",
|
3709 3714 | ]
|
3710 3715 |
|
3711 3716 | [[package]]
|
3712 3717 | name = "rand_core"
|
3713 - | version = "0.10.0"
|
3718 + | version = "0.10.1"
|
3714 3719 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3715 - | checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba"
|
3720 + | checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
|
3716 3721 |
|
3717 3722 | [[package]]
|
3718 3723 | name = "rand_xorshift"
|
3719 3724 | version = "0.4.0"
|
3720 3725 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3721 3726 | checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
|
3722 3727 | dependencies = [
|
3723 3728 | "rand_core 0.9.5",
|
3724 3729 | ]
|
3725 3730 |
|
3726 3731 | [[package]]
|
3727 3732 | name = "rand_xoshiro"
|
3728 3733 | version = "0.7.0"
|
3729 3734 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3730 3735 | checksum = "f703f4665700daf5512dcca5f43afa6af89f09db47fb56be587f80636bda2d41"
|
3731 3736 | dependencies = [
|
3732 3737 | "rand_core 0.9.5",
|
3733 3738 | ]
|
3734 3739 |
|
3735 3740 | [[package]]
|
3736 3741 | name = "raw-cpuid"
|
3737 3742 | version = "11.6.0"
|
3738 3743 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3739 3744 | checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
|
3740 3745 | dependencies = [
|
3741 - | "bitflags 2.11.0",
|
3746 + | "bitflags 2.11.1",
|
3742 3747 | ]
|
3743 3748 |
|
3744 3749 | [[package]]
|
3745 3750 | name = "rayon"
|
3746 - | version = "1.11.0"
|
3751 + | version = "1.12.0"
|
3747 3752 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3748 - | checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
|
3753 + | checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
|
3749 3754 | dependencies = [
|
3750 3755 | "either",
|
3751 3756 | "rayon-core",
|
3752 3757 | ]
|
3753 3758 |
|
3754 3759 | [[package]]
|
3755 3760 | name = "rayon-core"
|
3756 3761 | version = "1.13.0"
|
3757 3762 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3758 3763 | checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
|
3759 3764 | dependencies = [
|
3760 3765 | "crossbeam-deque",
|
3761 3766 | "crossbeam-utils",
|
3762 3767 | ]
|
3763 3768 |
|
3764 3769 | [[package]]
|
3765 3770 | name = "rcgen"
|
3766 3771 | version = "0.10.0"
|
3767 3772 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3768 3773 | checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b"
|
3769 3774 | dependencies = [
|
3770 3775 | "pem",
|
3771 3776 | "ring 0.16.20",
|
3772 3777 | "time",
|
3773 3778 | "yasna",
|
3774 3779 | ]
|
3775 3780 |
|
3776 3781 | [[package]]
|
3777 3782 | name = "redox_syscall"
|
3778 3783 | version = "0.5.18"
|
3779 3784 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3780 3785 | checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
3781 3786 | dependencies = [
|
3782 - | "bitflags 2.11.0",
|
3787 + | "bitflags 2.11.1",
|
3783 3788 | ]
|
3784 3789 |
|
3785 3790 | [[package]]
|
3786 3791 | name = "regex"
|
3787 3792 | version = "1.12.3"
|
3788 3793 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3789 3794 | checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
|
3790 3795 | dependencies = [
|
3791 3796 | "aho-corasick",
|
3792 3797 | "memchr",
|
3793 3798 | "regex-automata",
|
3794 3799 | "regex-syntax",
|
3795 3800 | ]
|
3796 3801 |
|
3797 3802 | [[package]]
|
3798 3803 | name = "regex-automata"
|
3799 3804 | version = "0.4.14"
|
3800 3805 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3801 3806 | checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
|
3802 3807 | dependencies = [
|
3803 3808 | "aho-corasick",
|
3804 3809 | "memchr",
|
3805 3810 | "regex-syntax",
|
3806 3811 | ]
|
3807 3812 |
|
3808 3813 | [[package]]
|
3809 3814 | name = "regex-lite"
|
3810 3815 | version = "0.1.9"
|
3811 3816 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3812 3817 | checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973"
|
@@ -3846,3851 +3936,3941 @@
3846 3851 | dependencies = [
|
3847 3852 | "cc",
|
3848 3853 | "cfg-if",
|
3849 3854 | "getrandom 0.2.17",
|
3850 3855 | "libc",
|
3851 3856 | "untrusted 0.9.0",
|
3852 3857 | "windows-sys 0.52.0",
|
3853 3858 | ]
|
3854 3859 |
|
3855 3860 | [[package]]
|
3856 3861 | name = "roxmltree"
|
3857 3862 | version = "0.14.1"
|
3858 3863 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3859 3864 | checksum = "921904a62e410e37e215c40381b7117f830d9d89ba60ab5236170541dd25646b"
|
3860 3865 | dependencies = [
|
3861 3866 | "xmlparser",
|
3862 3867 | ]
|
3863 3868 |
|
3864 3869 | [[package]]
|
3865 3870 | name = "rustc-hash"
|
3866 3871 | version = "2.1.2"
|
3867 3872 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3868 3873 | checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
|
3869 3874 |
|
3870 3875 | [[package]]
|
3871 3876 | name = "rustix"
|
3872 3877 | version = "1.1.4"
|
3873 3878 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3874 3879 | checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
|
3875 3880 | dependencies = [
|
3876 - | "bitflags 2.11.0",
|
3881 + | "bitflags 2.11.1",
|
3877 3882 | "errno",
|
3878 3883 | "libc",
|
3879 3884 | "linux-raw-sys",
|
3880 3885 | "windows-sys 0.61.2",
|
3881 3886 | ]
|
3882 3887 |
|
3883 3888 | [[package]]
|
3884 3889 | name = "rustls"
|
3885 3890 | version = "0.21.12"
|
3886 3891 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3887 3892 | checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
3888 3893 | dependencies = [
|
3889 3894 | "log",
|
3890 3895 | "ring 0.17.14",
|
3891 3896 | "rustls-webpki 0.101.7",
|
3892 3897 | "sct",
|
3893 3898 | ]
|
3894 3899 |
|
3895 3900 | [[package]]
|
3896 3901 | name = "rustls"
|
3897 - | version = "0.23.37"
|
3902 + | version = "0.23.38"
|
3898 3903 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3899 - | checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
|
3904 + | checksum = "69f9466fb2c14ea04357e91413efb882e2a6d4a406e625449bc0a5d360d53a21"
|
3900 3905 | dependencies = [
|
3901 3906 | "aws-lc-rs",
|
3902 3907 | "log",
|
3903 3908 | "once_cell",
|
3904 3909 | "ring 0.17.14",
|
3905 3910 | "rustls-pki-types",
|
3906 - | "rustls-webpki 0.103.10",
|
3911 + | "rustls-webpki 0.103.12",
|
3907 3912 | "subtle",
|
3908 3913 | "zeroize",
|
3909 3914 | ]
|
3910 3915 |
|
3911 3916 | [[package]]
|
3912 3917 | name = "rustls-native-certs"
|
3913 3918 | version = "0.6.3"
|
3914 3919 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3915 3920 | checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
|
3916 3921 | dependencies = [
|
3917 3922 | "openssl-probe 0.1.6",
|
3918 3923 | "rustls-pemfile 1.0.4",
|
3919 3924 | "schannel",
|
3920 3925 | "security-framework 2.11.1",
|
3921 3926 | ]
|
3922 3927 |
|
3923 3928 | [[package]]
|
3924 3929 | name = "rustls-native-certs"
|
3925 3930 | version = "0.8.3"
|
3926 3931 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3927 3932 | checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
|
3928 3933 | dependencies = [
|
3929 3934 | "openssl-probe 0.2.1",
|
3930 3935 | "rustls-pki-types",
|
3931 3936 | "schannel",
|
3932 3937 | "security-framework 3.7.0",
|
3933 3938 | ]
|
3934 3939 |
|
3935 3940 | [[package]]
|
3936 3941 | name = "rustls-pemfile"
|
@@ -3944,3949 +4006,4011 @@
3944 3949 | [[package]]
|
3945 3950 | name = "rustls-pemfile"
|
3946 3951 | version = "2.2.0"
|
3947 3952 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3948 3953 | checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
|
3949 3954 | dependencies = [
|
3950 3955 | "rustls-pki-types",
|
3951 3956 | ]
|
3952 3957 |
|
3953 3958 | [[package]]
|
3954 3959 | name = "rustls-pki-types"
|
3955 3960 | version = "1.14.0"
|
3956 3961 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3957 3962 | checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
|
3958 3963 | dependencies = [
|
3959 3964 | "zeroize",
|
3960 3965 | ]
|
3961 3966 |
|
3962 3967 | [[package]]
|
3963 3968 | name = "rustls-webpki"
|
3964 3969 | version = "0.101.7"
|
3965 3970 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3966 3971 | checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
3967 3972 | dependencies = [
|
3968 3973 | "ring 0.17.14",
|
3969 3974 | "untrusted 0.9.0",
|
3970 3975 | ]
|
3971 3976 |
|
3972 3977 | [[package]]
|
3973 3978 | name = "rustls-webpki"
|
3974 - | version = "0.103.10"
|
3979 + | version = "0.103.12"
|
3975 3980 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3976 - | checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef"
|
3981 + | checksum = "8279bb85272c9f10811ae6a6c547ff594d6a7f3c6c6b02ee9726d1d0dcfcdd06"
|
3977 3982 | dependencies = [
|
3978 3983 | "aws-lc-rs",
|
3979 3984 | "ring 0.17.14",
|
3980 3985 | "rustls-pki-types",
|
3981 3986 | "untrusted 0.9.0",
|
3982 3987 | ]
|
3983 3988 |
|
3984 3989 | [[package]]
|
3985 3990 | name = "rustversion"
|
3986 3991 | version = "1.0.22"
|
3987 3992 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3988 3993 | checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
3989 3994 |
|
3990 3995 | [[package]]
|
3991 3996 | name = "rusty-fork"
|
3992 3997 | version = "0.3.1"
|
3993 3998 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3994 3999 | checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
|
3995 4000 | dependencies = [
|
3996 4001 | "fnv",
|
3997 4002 | "quick-error",
|
3998 4003 | "tempfile",
|
3999 4004 | "wait-timeout",
|
4000 4005 | ]
|
4001 4006 |
|
4002 4007 | [[package]]
|
4003 4008 | name = "ryu"
|
4004 4009 | version = "1.0.23"
|
4005 4010 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4006 4011 | checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
|
@@ -4084,4089 +4157,4162 @@
4084 4089 | ]
|
4085 4090 |
|
4086 4091 | [[package]]
|
4087 4092 | name = "scopeguard"
|
4088 4093 | version = "1.2.0"
|
4089 4094 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4090 4095 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
4091 4096 |
|
4092 4097 | [[package]]
|
4093 4098 | name = "sct"
|
4094 4099 | version = "0.7.1"
|
4095 4100 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4096 4101 | checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
4097 4102 | dependencies = [
|
4098 4103 | "ring 0.17.14",
|
4099 4104 | "untrusted 0.9.0",
|
4100 4105 | ]
|
4101 4106 |
|
4102 4107 | [[package]]
|
4103 4108 | name = "sdd"
|
4104 4109 | version = "3.0.10"
|
4105 4110 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4106 4111 | checksum = "490dcfcbfef26be6800d11870ff2df8774fa6e86d047e3e8c8a76b25655e41ca"
|
4107 4112 |
|
4108 4113 | [[package]]
|
4109 4114 | name = "security-framework"
|
4110 4115 | version = "2.11.1"
|
4111 4116 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4112 4117 | checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
4113 4118 | dependencies = [
|
4114 - | "bitflags 2.11.0",
|
4119 + | "bitflags 2.11.1",
|
4115 4120 | "core-foundation 0.9.4",
|
4116 4121 | "core-foundation-sys",
|
4117 4122 | "libc",
|
4118 4123 | "security-framework-sys",
|
4119 4124 | ]
|
4120 4125 |
|
4121 4126 | [[package]]
|
4122 4127 | name = "security-framework"
|
4123 4128 | version = "3.7.0"
|
4124 4129 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4125 4130 | checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
|
4126 4131 | dependencies = [
|
4127 - | "bitflags 2.11.0",
|
4132 + | "bitflags 2.11.1",
|
4128 4133 | "core-foundation 0.10.1",
|
4129 4134 | "core-foundation-sys",
|
4130 4135 | "libc",
|
4131 4136 | "security-framework-sys",
|
4132 4137 | ]
|
4133 4138 |
|
4134 4139 | [[package]]
|
4135 4140 | name = "security-framework-sys"
|
4136 4141 | version = "2.17.0"
|
4137 4142 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4138 4143 | checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
|
4139 4144 | dependencies = [
|
4140 4145 | "core-foundation-sys",
|
4141 4146 | "libc",
|
4142 4147 | ]
|
4143 4148 |
|
4144 4149 | [[package]]
|
4145 4150 | name = "semver"
|
4146 4151 | version = "1.0.28"
|
4147 4152 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4148 4153 | checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
|
4149 4154 |
|
4150 4155 | [[package]]
|
4151 4156 | name = "separator"
|
4152 4157 | version = "0.4.1"
|
4153 4158 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4154 4159 | checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5"
|
4155 4160 |
|
4156 4161 | [[package]]
|
4157 4162 | name = "serde"
|
@@ -4162,4167 +4222,4227 @@
4162 4167 | "serde_core",
|
4163 4168 | "serde_derive",
|
4164 4169 | ]
|
4165 4170 |
|
4166 4171 | [[package]]
|
4167 4172 | name = "serde_core"
|
4168 4173 | version = "1.0.228"
|
4169 4174 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4170 4175 | checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
4171 4176 | dependencies = [
|
4172 4177 | "serde_derive",
|
4173 4178 | ]
|
4174 4179 |
|
4175 4180 | [[package]]
|
4176 4181 | name = "serde_derive"
|
4177 4182 | version = "1.0.228"
|
4178 4183 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4179 4184 | checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
4180 4185 | dependencies = [
|
4181 4186 | "proc-macro2",
|
4182 4187 | "quote",
|
4183 4188 | "syn 2.0.117",
|
4184 4189 | ]
|
4185 4190 |
|
4186 4191 | [[package]]
|
4187 4192 | name = "serde_json"
|
4188 4193 | version = "1.0.146"
|
4189 4194 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4190 4195 | checksum = "217ca874ae0207aac254aa02c957ded05585a90892cc8d87f9e5fa49669dadd8"
|
4191 4196 | dependencies = [
|
4192 - | "indexmap 2.13.1",
|
4197 + | "indexmap 2.14.0",
|
4193 4198 | "itoa",
|
4194 4199 | "memchr",
|
4195 4200 | "ryu",
|
4196 4201 | "serde",
|
4197 4202 | "serde_core",
|
4198 4203 | ]
|
4199 4204 |
|
4200 4205 | [[package]]
|
4201 4206 | name = "serde_path_to_error"
|
4202 4207 | version = "0.1.20"
|
4203 4208 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4204 4209 | checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
|
4205 4210 | dependencies = [
|
4206 4211 | "itoa",
|
4207 4212 | "serde",
|
4208 4213 | "serde_core",
|
4209 4214 | ]
|
4210 4215 |
|
4211 4216 | [[package]]
|
4212 4217 | name = "serde_urlencoded"
|
4213 4218 | version = "0.7.1"
|
4214 4219 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4215 4220 | checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
4216 4221 | dependencies = [
|
4217 4222 | "form_urlencoded",
|
4218 4223 | "itoa",
|
4219 4224 | "ryu",
|
4220 4225 | "serde",
|
4221 4226 | ]
|
4222 4227 |
|
@@ -4421,4426 +4481,4486 @@
4421 4426 | "quote",
|
4422 4427 | "unicode-ident",
|
4423 4428 | ]
|
4424 4429 |
|
4425 4430 | [[package]]
|
4426 4431 | name = "sync_wrapper"
|
4427 4432 | version = "1.0.2"
|
4428 4433 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4429 4434 | checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
4430 4435 | dependencies = [
|
4431 4436 | "futures-core",
|
4432 4437 | ]
|
4433 4438 |
|
4434 4439 | [[package]]
|
4435 4440 | name = "synstructure"
|
4436 4441 | version = "0.13.2"
|
4437 4442 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4438 4443 | checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
4439 4444 | dependencies = [
|
4440 4445 | "proc-macro2",
|
4441 4446 | "quote",
|
4442 4447 | "syn 2.0.117",
|
4443 4448 | ]
|
4444 4449 |
|
4445 4450 | [[package]]
|
4446 4451 | name = "system-configuration"
|
4447 4452 | version = "0.7.0"
|
4448 4453 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4449 4454 | checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
|
4450 4455 | dependencies = [
|
4451 - | "bitflags 2.11.0",
|
4456 + | "bitflags 2.11.1",
|
4452 4457 | "core-foundation 0.9.4",
|
4453 4458 | "system-configuration-sys",
|
4454 4459 | ]
|
4455 4460 |
|
4456 4461 | [[package]]
|
4457 4462 | name = "system-configuration-sys"
|
4458 4463 | version = "0.6.0"
|
4459 4464 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4460 4465 | checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
4461 4466 | dependencies = [
|
4462 4467 | "core-foundation-sys",
|
4463 4468 | "libc",
|
4464 4469 | ]
|
4465 4470 |
|
4466 4471 | [[package]]
|
4467 4472 | name = "tagptr"
|
4468 4473 | version = "0.2.0"
|
4469 4474 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4470 4475 | checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
|
4471 4476 |
|
4472 4477 | [[package]]
|
4473 4478 | name = "target-lexicon"
|
4474 4479 | version = "0.12.16"
|
4475 4480 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4476 4481 | checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
4477 4482 |
|
4478 4483 | [[package]]
|
4479 4484 | name = "tempfile"
|
4480 4485 | version = "3.27.0"
|
4481 4486 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -4607,4612 +4709,4714 @@
4607 4612 | name = "tinyvec"
|
4608 4613 | version = "1.11.0"
|
4609 4614 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4610 4615 | checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
|
4611 4616 | dependencies = [
|
4612 4617 | "tinyvec_macros",
|
4613 4618 | ]
|
4614 4619 |
|
4615 4620 | [[package]]
|
4616 4621 | name = "tinyvec_macros"
|
4617 4622 | version = "0.1.1"
|
4618 4623 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4619 4624 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
4620 4625 |
|
4621 4626 | [[package]]
|
4622 4627 | name = "tls-listener"
|
4623 4628 | version = "0.7.0"
|
4624 4629 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4625 4630 | checksum = "81294c017957a1a69794f506723519255879e15a870507faf45dfed288b763dd"
|
4626 4631 | dependencies = [
|
4627 4632 | "futures-util",
|
4628 4633 | "hyper 0.14.32",
|
4629 4634 | "pin-project-lite",
|
4630 4635 | "thiserror 1.0.69",
|
4631 4636 | "tokio",
|
4632 4637 | "tokio-rustls 0.24.1",
|
4633 4638 | ]
|
4634 4639 |
|
4635 4640 | [[package]]
|
4636 4641 | name = "tokio"
|
4637 - | version = "1.51.0"
|
4642 + | version = "1.52.0"
|
4638 4643 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4639 - | checksum = "2bd1c4c0fc4a7ab90fc15ef6daaa3ec3b893f004f915f2392557ed23237820cd"
|
4644 + | checksum = "a91135f59b1cbf38c91e73cf3386fca9bb77915c45ce2771460c9d92f0f3d776"
|
4640 4645 | dependencies = [
|
4641 4646 | "bytes",
|
4642 4647 | "libc",
|
4643 4648 | "mio",
|
4644 4649 | "parking_lot",
|
4645 4650 | "pin-project-lite",
|
4646 4651 | "signal-hook-registry",
|
4647 4652 | "socket2 0.6.3",
|
4648 4653 | "tokio-macros",
|
4649 4654 | "windows-sys 0.61.2",
|
4650 4655 | ]
|
4651 4656 |
|
4652 4657 | [[package]]
|
4653 4658 | name = "tokio-macros"
|
4654 4659 | version = "2.7.0"
|
4655 4660 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4656 4661 | checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
|
4657 4662 | dependencies = [
|
4658 4663 | "proc-macro2",
|
4659 4664 | "quote",
|
4660 4665 | "syn 2.0.117",
|
4661 4666 | ]
|
4662 4667 |
|
4663 4668 | [[package]]
|
4664 4669 | name = "tokio-rustls"
|
4665 4670 | version = "0.24.1"
|
4666 4671 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4667 4672 | checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
4668 4673 | dependencies = [
|
4669 4674 | "rustls 0.21.12",
|
4670 4675 | "tokio",
|
4671 4676 | ]
|
4672 4677 |
|
4673 4678 | [[package]]
|
4674 4679 | name = "tokio-rustls"
|
4675 4680 | version = "0.26.4"
|
4676 4681 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4677 4682 | checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
|
4678 4683 | dependencies = [
|
4679 - | "rustls 0.23.37",
|
4684 + | "rustls 0.23.38",
|
4680 4685 | "tokio",
|
4681 4686 | ]
|
4682 4687 |
|
4683 4688 | [[package]]
|
4684 4689 | name = "tokio-stream"
|
4685 4690 | version = "0.1.18"
|
4686 4691 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4687 4692 | checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
|
4688 4693 | dependencies = [
|
4689 4694 | "futures-core",
|
4690 4695 | "pin-project-lite",
|
4691 4696 | "tokio",
|
4692 4697 | ]
|
4693 4698 |
|
4694 4699 | [[package]]
|
4695 4700 | name = "tokio-test"
|
4696 4701 | version = "0.4.5"
|
4697 4702 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4698 4703 | checksum = "3f6d24790a10a7af737693a3e8f1d03faef7e6ca0cc99aae5066f533766de545"
|
4699 4704 | dependencies = [
|
4700 4705 | "futures-core",
|
4701 4706 | "tokio",
|
4702 4707 | "tokio-stream",
|
4703 4708 | ]
|
4704 4709 |
|
4705 4710 | [[package]]
|
4706 4711 | name = "tokio-util"
|
4707 4712 | version = "0.7.18"
|
4708 4713 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4709 4714 | checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
|
@@ -4743,4748 +4803,4808 @@
4743 4748 | "pin-project-lite",
|
4744 4749 | "sync_wrapper",
|
4745 4750 | "tower-layer",
|
4746 4751 | "tower-service",
|
4747 4752 | ]
|
4748 4753 |
|
4749 4754 | [[package]]
|
4750 4755 | name = "tower-http"
|
4751 4756 | version = "0.3.5"
|
4752 4757 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4753 4758 | checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
|
4754 4759 | dependencies = [
|
4755 4760 | "bitflags 1.3.2",
|
4756 4761 | "bytes",
|
4757 4762 | "futures-core",
|
4758 4763 | "futures-util",
|
4759 4764 | "http 0.2.12",
|
4760 4765 | "http-body 0.4.6",
|
4761 4766 | "http-range-header",
|
4762 4767 | "pin-project-lite",
|
4763 4768 | "tower-layer",
|
4764 4769 | "tower-service",
|
4765 4770 | ]
|
4766 4771 |
|
4767 4772 | [[package]]
|
4768 4773 | name = "tower-http"
|
4769 4774 | version = "0.6.8"
|
4770 4775 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4771 4776 | checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
|
4772 4777 | dependencies = [
|
4773 - | "bitflags 2.11.0",
|
4778 + | "bitflags 2.11.1",
|
4774 4779 | "bytes",
|
4775 4780 | "http 1.4.0",
|
4776 4781 | "http-body 1.0.1",
|
4777 4782 | "pin-project-lite",
|
4778 4783 | "tokio",
|
4779 4784 | "tower-layer",
|
4780 4785 | "tower-service",
|
4781 4786 | ]
|
4782 4787 |
|
4783 4788 | [[package]]
|
4784 4789 | name = "tower-layer"
|
4785 4790 | version = "0.3.3"
|
4786 4791 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4787 4792 | checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
4788 4793 |
|
4789 4794 | [[package]]
|
4790 4795 | name = "tower-service"
|
4791 4796 | version = "0.3.3"
|
4792 4797 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4793 4798 | checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
4794 4799 |
|
4795 4800 | [[package]]
|
4796 4801 | name = "tower-test"
|
4797 4802 | version = "0.4.0"
|
4798 4803 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4799 4804 | checksum = "a4546773ffeab9e4ea02b8872faa49bb616a80a7da66afc2f32688943f97efa7"
|
4800 4805 | dependencies = [
|
4801 4806 | "futures-util",
|
4802 4807 | "pin-project",
|
4803 4808 | "tokio",
|
@@ -4967,4972 +5027,5032 @@
4967 4972 | version = "2.5.8"
|
4968 4973 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4969 4974 | checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
|
4970 4975 | dependencies = [
|
4971 4976 | "form_urlencoded",
|
4972 4977 | "idna",
|
4973 4978 | "percent-encoding",
|
4974 4979 | "serde",
|
4975 4980 | ]
|
4976 4981 |
|
4977 4982 | [[package]]
|
4978 4983 | name = "urlencoding"
|
4979 4984 | version = "2.1.3"
|
4980 4985 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4981 4986 | checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
4982 4987 |
|
4983 4988 | [[package]]
|
4984 4989 | name = "utf8_iter"
|
4985 4990 | version = "1.0.4"
|
4986 4991 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4987 4992 | checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
4988 4993 |
|
4989 4994 | [[package]]
|
4990 4995 | name = "uuid"
|
4991 4996 | version = "1.23.0"
|
4992 4997 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4993 4998 | checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9"
|
4994 4999 | dependencies = [
|
4995 5000 | "getrandom 0.4.2",
|
4996 5001 | "js-sys",
|
4997 - | "rand 0.10.0",
|
5002 + | "rand 0.10.1",
|
4998 5003 | "wasm-bindgen",
|
4999 5004 | ]
|
5000 5005 |
|
5001 5006 | [[package]]
|
5002 5007 | name = "valuable"
|
5003 5008 | version = "0.1.1"
|
5004 5009 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5005 5010 | checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
|
5006 5011 |
|
5007 5012 | [[package]]
|
5008 5013 | name = "value-bag"
|
5009 5014 | version = "1.12.0"
|
5010 5015 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5011 5016 | checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
|
5012 5017 |
|
5013 5018 | [[package]]
|
5014 5019 | name = "version_check"
|
5015 5020 | version = "0.9.5"
|
5016 5021 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5017 5022 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
5018 5023 |
|
5019 5024 | [[package]]
|
5020 5025 | name = "vsimd"
|
5021 5026 | version = "0.8.0"
|
5022 5027 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5023 5028 | checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
|
5024 5029 |
|
5025 5030 | [[package]]
|
5026 5031 | name = "wait-timeout"
|
5027 5032 | version = "0.2.1"
|
@@ -5055,5060 +5206,5211 @@
5055 5060 | dependencies = [
|
5056 5061 | "try-lock",
|
5057 5062 | ]
|
5058 5063 |
|
5059 5064 | [[package]]
|
5060 5065 | name = "wasi"
|
5061 5066 | version = "0.11.1+wasi-snapshot-preview1"
|
5062 5067 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5063 5068 | checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
5064 5069 |
|
5065 5070 | [[package]]
|
5066 5071 | name = "wasip2"
|
5067 5072 | version = "1.0.2+wasi-0.2.9"
|
5068 5073 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5069 5074 | checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
|
5070 5075 | dependencies = [
|
5071 5076 | "wit-bindgen",
|
5072 5077 | ]
|
5073 5078 |
|
5074 5079 | [[package]]
|
5075 5080 | name = "wasip3"
|
5076 5081 | version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
|
5077 5082 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5078 5083 | checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
|
5079 5084 | dependencies = [
|
5080 5085 | "wit-bindgen",
|
5081 5086 | ]
|
5082 5087 |
|
5083 5088 | [[package]]
|
5084 5089 | name = "wasm-bindgen"
|
5085 - | version = "0.2.117"
|
5090 + | version = "0.2.118"
|
5086 5091 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5087 - | checksum = "0551fc1bb415591e3372d0bc4780db7e587d84e2a7e79da121051c5c4b89d0b0"
|
5092 + | checksum = "0bf938a0bacb0469e83c1e148908bd7d5a6010354cf4fb73279b7447422e3a89"
|
5088 5093 | dependencies = [
|
5089 5094 | "cfg-if",
|
5090 5095 | "once_cell",
|
5091 5096 | "rustversion",
|
5092 5097 | "wasm-bindgen-macro",
|
5093 5098 | "wasm-bindgen-shared",
|
5094 5099 | ]
|
5095 5100 |
|
5096 5101 | [[package]]
|
5097 5102 | name = "wasm-bindgen-futures"
|
5098 - | version = "0.4.67"
|
5103 + | version = "0.4.68"
|
5099 5104 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5100 - | checksum = "03623de6905b7206edd0a75f69f747f134b7f0a2323392d664448bf2d3c5d87e"
|
5105 + | checksum = "f371d383f2fb139252e0bfac3b81b265689bf45b6874af544ffa4c975ac1ebf8"
|
5101 5106 | dependencies = [
|
5102 5107 | "js-sys",
|
5103 5108 | "wasm-bindgen",
|
5104 5109 | ]
|
5105 5110 |
|
5106 5111 | [[package]]
|
5107 5112 | name = "wasm-bindgen-macro"
|
5108 - | version = "0.2.117"
|
5113 + | version = "0.2.118"
|
5109 5114 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5110 - | checksum = "7fbdf9a35adf44786aecd5ff89b4563a90325f9da0923236f6104e603c7e86be"
|
5115 + | checksum = "eeff24f84126c0ec2db7a449f0c2ec963c6a49efe0698c4242929da037ca28ed"
|
5111 5116 | dependencies = [
|
5112 5117 | "quote",
|
5113 5118 | "wasm-bindgen-macro-support",
|
5114 5119 | ]
|
5115 5120 |
|
5116 5121 | [[package]]
|
5117 5122 | name = "wasm-bindgen-macro-support"
|
5118 - | version = "0.2.117"
|
5123 + | version = "0.2.118"
|
5119 5124 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5120 - | checksum = "dca9693ef2bab6d4e6707234500350d8dad079eb508dca05530c85dc3a529ff2"
|
5125 + | checksum = "9d08065faf983b2b80a79fd87d8254c409281cf7de75fc4b773019824196c904"
|
5121 5126 | dependencies = [
|
5122 5127 | "bumpalo",
|
5123 5128 | "proc-macro2",
|
5124 5129 | "quote",
|
5125 5130 | "syn 2.0.117",
|
5126 5131 | "wasm-bindgen-shared",
|
5127 5132 | ]
|
5128 5133 |
|
5129 5134 | [[package]]
|
5130 5135 | name = "wasm-bindgen-shared"
|
5131 - | version = "0.2.117"
|
5136 + | version = "0.2.118"
|
5132 5137 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5133 - | checksum = "39129a682a6d2d841b6c429d0c51e5cb0ed1a03829d8b3d1e69a011e62cb3d3b"
|
5138 + | checksum = "5fd04d9e306f1907bd13c6361b5c6bfc7b3b3c095ed3f8a9246390f8dbdee129"
|
5134 5139 | dependencies = [
|
5135 5140 | "unicode-ident",
|
5136 5141 | ]
|
5137 5142 |
|
5138 5143 | [[package]]
|
5139 5144 | name = "wasm-encoder"
|
5140 5145 | version = "0.244.0"
|
5141 5146 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5142 5147 | checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
|
5143 5148 | dependencies = [
|
5144 5149 | "leb128fmt",
|
5145 5150 | "wasmparser",
|
5146 5151 | ]
|
5147 5152 |
|
5148 5153 | [[package]]
|
5149 5154 | name = "wasm-metadata"
|
5150 5155 | version = "0.244.0"
|
5151 5156 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5152 5157 | checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
|
5153 5158 | dependencies = [
|
5154 5159 | "anyhow",
|
5155 - | "indexmap 2.13.1",
|
5160 + | "indexmap 2.14.0",
|
5156 5161 | "wasm-encoder",
|
5157 5162 | "wasmparser",
|
5158 5163 | ]
|
5159 5164 |
|
5160 5165 | [[package]]
|
5161 5166 | name = "wasmparser"
|
5162 5167 | version = "0.244.0"
|
5163 5168 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5164 5169 | checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
|
5165 5170 | dependencies = [
|
5166 - | "bitflags 2.11.0",
|
5171 + | "bitflags 2.11.1",
|
5167 5172 | "hashbrown 0.15.5",
|
5168 - | "indexmap 2.13.1",
|
5173 + | "indexmap 2.14.0",
|
5169 5174 | "semver",
|
5170 5175 | ]
|
5171 5176 |
|
5172 5177 | [[package]]
|
5173 5178 | name = "web-sys"
|
5174 - | version = "0.3.94"
|
5179 + | version = "0.3.95"
|
5175 5180 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5176 - | checksum = "cd70027e39b12f0849461e08ffc50b9cd7688d942c1c8e3c7b22273236b4dd0a"
|
5181 + | checksum = "4f2dfbb17949fa2088e5d39408c48368947b86f7834484e87b73de55bc14d97d"
|
5177 5182 | dependencies = [
|
5178 5183 | "js-sys",
|
5179 5184 | "wasm-bindgen",
|
5180 5185 | ]
|
5181 5186 |
|
5182 5187 | [[package]]
|
5183 5188 | name = "widestring"
|
5184 5189 | version = "1.2.1"
|
5185 5190 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5186 5191 | checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
|
5187 5192 |
|
5188 5193 | [[package]]
|
5189 5194 | name = "winapi"
|
5190 5195 | version = "0.3.9"
|
5191 5196 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5192 5197 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
5193 5198 | dependencies = [
|
5194 5199 | "winapi-i686-pc-windows-gnu",
|
5195 5200 | "winapi-x86_64-pc-windows-gnu",
|
5196 5201 | ]
|
5197 5202 |
|
5198 5203 | [[package]]
|
5199 5204 | name = "winapi-i686-pc-windows-gnu"
|
5200 5205 | version = "0.4.0"
|
5201 5206 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5202 5207 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
5203 5208 |
|
5204 5209 | [[package]]
|
5205 5210 | name = "winapi-util"
|
5206 5211 | version = "0.1.11"
|
@@ -5312,5317 +5487,5492 @@
5312 5317 | [[package]]
|
5313 5318 | name = "windows_i686_msvc"
|
5314 5319 | version = "0.52.6"
|
5315 5320 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5316 5321 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
5317 5322 |
|
5318 5323 | [[package]]
|
5319 5324 | name = "windows_x86_64_gnu"
|
5320 5325 | version = "0.52.6"
|
5321 5326 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5322 5327 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
5323 5328 |
|
5324 5329 | [[package]]
|
5325 5330 | name = "windows_x86_64_gnullvm"
|
5326 5331 | version = "0.52.6"
|
5327 5332 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5328 5333 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
5329 5334 |
|
5330 5335 | [[package]]
|
5331 5336 | name = "windows_x86_64_msvc"
|
5332 5337 | version = "0.52.6"
|
5333 5338 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5334 5339 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
5335 5340 |
|
5336 5341 | [[package]]
|
5337 5342 | name = "wit-bindgen"
|
5338 5343 | version = "0.51.0"
|
5339 5344 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5340 5345 | checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
5341 5346 | dependencies = [
|
5342 - | "bitflags 2.11.0",
|
5347 + | "bitflags 2.11.1",
|
5343 5348 | "wit-bindgen-rust-macro",
|
5344 5349 | ]
|
5345 5350 |
|
5346 5351 | [[package]]
|
5347 5352 | name = "wit-bindgen-core"
|
5348 5353 | version = "0.51.0"
|
5349 5354 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5350 5355 | checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
|
5351 5356 | dependencies = [
|
5352 5357 | "anyhow",
|
5353 5358 | "heck 0.5.0",
|
5354 5359 | "wit-parser",
|
5355 5360 | ]
|
5356 5361 |
|
5357 5362 | [[package]]
|
5358 5363 | name = "wit-bindgen-rust"
|
5359 5364 | version = "0.51.0"
|
5360 5365 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5361 5366 | checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
|
5362 5367 | dependencies = [
|
5363 5368 | "anyhow",
|
5364 5369 | "heck 0.5.0",
|
5365 - | "indexmap 2.13.1",
|
5370 + | "indexmap 2.14.0",
|
5366 5371 | "prettyplease",
|
5367 5372 | "syn 2.0.117",
|
5368 5373 | "wasm-metadata",
|
5369 5374 | "wit-bindgen-core",
|
5370 5375 | "wit-component",
|
5371 5376 | ]
|
5372 5377 |
|
5373 5378 | [[package]]
|
5374 5379 | name = "wit-bindgen-rust-macro"
|
5375 5380 | version = "0.51.0"
|
5376 5381 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5377 5382 | checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
|
5378 5383 | dependencies = [
|
5379 5384 | "anyhow",
|
5380 5385 | "prettyplease",
|
5381 5386 | "proc-macro2",
|
5382 5387 | "quote",
|
5383 5388 | "syn 2.0.117",
|
5384 5389 | "wit-bindgen-core",
|
5385 5390 | "wit-bindgen-rust",
|
5386 5391 | ]
|
5387 5392 |
|
5388 5393 | [[package]]
|
5389 5394 | name = "wit-component"
|
5390 5395 | version = "0.244.0"
|
5391 5396 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5392 5397 | checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
|
5393 5398 | dependencies = [
|
5394 5399 | "anyhow",
|
5395 - | "bitflags 2.11.0",
|
5396 - | "indexmap 2.13.1",
|
5400 + | "bitflags 2.11.1",
|
5401 + | "indexmap 2.14.0",
|
5397 5402 | "log",
|
5398 5403 | "serde",
|
5399 5404 | "serde_derive",
|
5400 5405 | "serde_json",
|
5401 5406 | "wasm-encoder",
|
5402 5407 | "wasm-metadata",
|
5403 5408 | "wasmparser",
|
5404 5409 | "wit-parser",
|
5405 5410 | ]
|
5406 5411 |
|
5407 5412 | [[package]]
|
5408 5413 | name = "wit-parser"
|
5409 5414 | version = "0.244.0"
|
5410 5415 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5411 5416 | checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
|
5412 5417 | dependencies = [
|
5413 5418 | "anyhow",
|
5414 5419 | "id-arena",
|
5415 - | "indexmap 2.13.1",
|
5420 + | "indexmap 2.14.0",
|
5416 5421 | "log",
|
5417 5422 | "semver",
|
5418 5423 | "serde",
|
5419 5424 | "serde_derive",
|
5420 5425 | "serde_json",
|
5421 5426 | "unicode-xid",
|
5422 5427 | "wasmparser",
|
5423 5428 | ]
|
5424 5429 |
|
5425 5430 | [[package]]
|
5426 5431 | name = "writeable"
|
5427 5432 | version = "0.6.3"
|
5428 5433 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5429 5434 | checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
|
5430 5435 |
|
5431 5436 | [[package]]
|
5432 5437 | name = "wstd"
|
5433 - | version = "0.6.6"
|
5438 + | version = "0.6.5"
|
5434 5439 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5435 - | checksum = "0903606f1acdecad11576768ecc61ce215d6848652ac16c0e4592bb265e4200e"
|
5440 + | checksum = "f743611ee524c2416bc1513157eb3235ca24f4270d1b3ab19f93676fcff21398"
|
5436 5441 | dependencies = [
|
5437 5442 | "anyhow",
|
5438 5443 | "async-task",
|
5439 5444 | "bytes",
|
5440 5445 | "futures-lite 1.13.0",
|
5441 5446 | "http 1.4.0",
|
5442 5447 | "http-body 1.0.1",
|
5443 5448 | "http-body-util",
|
5444 5449 | "itoa",
|
5445 5450 | "pin-project-lite",
|
5446 5451 | "serde",
|
5447 5452 | "serde_json",
|
5448 5453 | "slab",
|
5449 5454 | "wasip2",
|
5450 5455 | "wstd-macro",
|
5451 5456 | ]
|
5452 5457 |
|
5453 5458 | [[package]]
|
5454 5459 | name = "wstd-macro"
|
5455 - | version = "0.6.6"
|
5460 + | version = "0.6.5"
|
5456 5461 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5457 - | checksum = "d6a9df01a7fb39fbe7e9b5ef76f586f06425dd6f2be350de4781936f72f9899d"
|
5462 + | checksum = "b5db5d13d6e3f2b180b04be8ff8d5c35b37d5621d3e2d0aa85ab99adf817a780"
|
5458 5463 | dependencies = [
|
5459 5464 | "quote",
|
5460 5465 | "syn 2.0.117",
|
5461 5466 | ]
|
5462 5467 |
|
5463 5468 | [[package]]
|
5464 5469 | name = "xmlparser"
|
5465 5470 | version = "0.13.6"
|
5466 5471 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5467 5472 | checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
|
5468 5473 |
|
5469 5474 | [[package]]
|
5470 5475 | name = "yansi"
|
5471 5476 | version = "1.0.1"
|
5472 5477 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5473 5478 | checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
|
5474 5479 |
|
5475 5480 | [[package]]
|
5476 5481 | name = "yasna"
|
5477 5482 | version = "0.5.2"
|
5478 5483 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5479 5484 | checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
|
5480 5485 | dependencies = [
|
5481 5486 | "time",
|
5482 5487 | ]
|
5483 5488 |
|
5484 5489 | [[package]]
|
5485 5490 | name = "yoke"
|
5486 5491 | version = "0.8.2"
|
5487 5492 | source = "registry+https://github.com/rust-lang/crates.io-index"
|