395 395 | dependencies = [
|
396 396 | "aws-runtime 1.4.3",
|
397 397 | ]
|
398 398 |
|
399 399 | [[package]]
|
400 400 | name = "aws-hyper"
|
401 401 | version = "0.60.3"
|
402 402 |
|
403 403 | [[package]]
|
404 404 | name = "aws-lc-fips-sys"
|
405 - | version = "0.12.12"
|
405 + | version = "0.12.13"
|
406 406 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
407 - | checksum = "ec4795bbabc13643a8b3532184041ab41dec5740046aa15734428219cb9a0bfc"
|
407 + | checksum = "bf12b67bc9c5168f68655aadb2a12081689a58f1d9b1484705e4d1810ed6e4ac"
|
408 408 | dependencies = [
|
409 409 | "bindgen",
|
410 + | "cc",
|
410 411 | "cmake",
|
411 412 | "dunce",
|
412 413 | "fs_extra",
|
413 414 | "libc",
|
414 415 | "paste",
|
415 416 | ]
|
416 417 |
|
417 418 | [[package]]
|
418 419 | name = "aws-lc-rs"
|
419 420 | version = "1.10.0"
|
420 421 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
421 422 | checksum = "cdd82dba44d209fddb11c190e0a94b78651f95299598e472215667417a03ff1d"
|
422 423 | dependencies = [
|
423 424 | "aws-lc-fips-sys",
|
424 425 | "aws-lc-sys",
|
425 426 | "mirai-annotations",
|
426 427 | "paste",
|
427 428 | "zeroize",
|
428 429 | ]
|
429 430 |
|
430 431 | [[package]]
|
431 432 | name = "aws-lc-sys"
|
432 433 | version = "0.22.0"
|
433 434 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
434 435 | checksum = "df7a4168111d7eb622a31b214057b8509c0a7e1794f44c546d742330dc793972"
|
435 436 | dependencies = [
|
436 437 | "bindgen",
|
437 438 | "cc",
|
438 439 | "cmake",
|
439 440 | "dunce",
|
440 441 | "fs_extra",
|
441 442 | "libc",
|
442 443 | "paste",
|
443 444 | ]
|
444 445 |
|
445 446 | [[package]]
|
446 447 | name = "aws-runtime"
|
447 448 | version = "1.4.3"
|
448 449 | dependencies = [
|
449 450 | "arbitrary",
|
450 451 | "aws-credential-types 1.2.1",
|
451 452 | "aws-sigv4 1.2.4",
|
452 453 | "aws-smithy-async 1.2.1",
|
453 454 | "aws-smithy-eventstream 0.60.5",
|
454 455 | "aws-smithy-http 0.60.11",
|
455 456 | "aws-smithy-protocol-test 0.63.0",
|
456 - | "aws-smithy-runtime 1.7.2",
|
457 + | "aws-smithy-runtime 1.7.3",
|
457 458 | "aws-smithy-runtime-api 1.7.2",
|
458 459 | "aws-smithy-types 1.2.7",
|
459 460 | "aws-types 1.3.3",
|
460 461 | "bytes",
|
461 462 | "bytes-utils",
|
462 463 | "convert_case",
|
463 464 | "fastrand 2.0.2",
|
464 465 | "futures-util",
|
465 466 | "http 0.2.12",
|
466 467 | "http 1.1.0",
|
467 468 | "http-body 0.4.6",
|
468 469 | "http-body 1.0.1",
|
469 470 | "once_cell",
|
470 471 | "percent-encoding",
|
471 472 | "pin-project-lite",
|
472 473 | "proptest",
|
473 474 | "regex-lite",
|
474 475 | "serde",
|
475 476 | "serde_json",
|
476 477 | "tokio",
|
477 478 | "tracing",
|
478 479 | "tracing-subscriber",
|
479 480 | "tracing-test",
|
480 481 | "uuid",
|
481 482 | ]
|
482 483 |
|
483 484 | [[package]]
|
484 485 | name = "aws-runtime"
|
485 486 | version = "1.4.3"
|
486 487 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
487 488 | checksum = "a10d5c055aa540164d9561a0e2e74ad30f0dcf7393c3a92f6733ddf9c5762468"
|
488 489 | dependencies = [
|
489 490 | "aws-credential-types 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
490 491 | "aws-sigv4 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
491 492 | "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
492 493 | "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
493 494 | "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
494 - | "aws-smithy-runtime 1.7.1",
|
495 + | "aws-smithy-runtime 1.7.2",
|
495 496 | "aws-smithy-runtime-api 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
496 497 | "aws-smithy-types 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
497 498 | "aws-types 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
498 499 | "bytes",
|
499 500 | "fastrand 2.0.2",
|
500 501 | "http 0.2.12",
|
501 502 | "http-body 0.4.6",
|
502 503 | "once_cell",
|
503 504 | "percent-encoding",
|
504 505 | "pin-project-lite",
|
505 506 | "tracing",
|
506 507 | "uuid",
|
507 508 | ]
|
508 509 |
|
509 510 | [[package]]
|
510 511 | name = "aws-runtime-api"
|
511 512 | version = "1.1.8"
|
512 513 |
|
513 514 | [[package]]
|
514 515 | name = "aws-sdk-bedrockruntime"
|
515 516 | version = "0.0.0-local"
|
516 517 | dependencies = [
|
517 518 | "aws-config",
|
518 519 | "aws-credential-types 1.2.1",
|
519 520 | "aws-runtime 1.4.3",
|
520 521 | "aws-smithy-async 1.2.1",
|
521 522 | "aws-smithy-eventstream 0.60.5",
|
522 523 | "aws-smithy-http 0.60.11",
|
523 524 | "aws-smithy-json 0.60.7",
|
524 - | "aws-smithy-runtime 1.7.2",
|
525 + | "aws-smithy-runtime 1.7.3",
|
525 526 | "aws-smithy-runtime-api 1.7.2",
|
526 527 | "aws-smithy-types 1.2.7",
|
527 528 | "aws-types 1.3.3",
|
528 529 | "bytes",
|
529 530 | "http 0.2.12",
|
530 531 | "once_cell",
|
531 532 | "regex-lite",
|
532 533 | "tokio",
|
533 534 | "tracing",
|
534 535 | ]
|
535 536 |
|
536 537 | [[package]]
|
537 538 | name = "aws-sdk-codecatalyst"
|
538 539 | version = "0.0.0-local"
|
539 540 | dependencies = [
|
540 541 | "aws-config",
|
541 542 | "aws-credential-types 1.2.1",
|
542 543 | "aws-runtime 1.4.3",
|
543 544 | "aws-smithy-async 1.2.1",
|
544 545 | "aws-smithy-http 0.60.11",
|
545 546 | "aws-smithy-json 0.60.7",
|
546 547 | "aws-smithy-protocol-test 0.63.0",
|
547 - | "aws-smithy-runtime 1.7.2",
|
548 + | "aws-smithy-runtime 1.7.3",
|
548 549 | "aws-smithy-runtime-api 1.7.2",
|
549 550 | "aws-smithy-types 1.2.7",
|
550 551 | "aws-types 1.3.3",
|
551 552 | "bytes",
|
552 553 | "fastrand 2.0.2",
|
553 554 | "futures-util",
|
554 555 | "http 0.2.12",
|
555 556 | "once_cell",
|
556 557 | "regex-lite",
|
557 558 | "serde_json",
|
558 559 | "tokio",
|
559 560 | "tracing",
|
560 561 | "tracing-subscriber",
|
561 562 | ]
|
562 563 |
|
563 564 | [[package]]
|
564 565 | name = "aws-sdk-config"
|
565 566 | version = "0.0.0-local"
|
566 567 | dependencies = [
|
567 568 | "aws-config",
|
568 569 | "aws-credential-types 1.2.1",
|
569 570 | "aws-runtime 1.4.3",
|
570 571 | "aws-smithy-async 1.2.1",
|
571 572 | "aws-smithy-http 0.60.11",
|
572 573 | "aws-smithy-json 0.60.7",
|
573 - | "aws-smithy-runtime 1.7.2",
|
574 + | "aws-smithy-runtime 1.7.3",
|
574 575 | "aws-smithy-runtime-api 1.7.2",
|
575 576 | "aws-smithy-types 1.2.7",
|
576 577 | "aws-types 1.3.3",
|
577 578 | "bytes",
|
578 579 | "http 0.2.12",
|
579 580 | "once_cell",
|
580 581 | "regex-lite",
|
581 582 | "tokio",
|
582 583 | "tracing",
|
583 584 | ]
|
584 585 |
|
585 586 | [[package]]
|
586 587 | name = "aws-sdk-dynamodb"
|
587 588 | version = "0.0.0-local"
|
588 589 | dependencies = [
|
589 590 | "approx",
|
590 591 | "aws-config",
|
591 592 | "aws-credential-types 1.2.1",
|
592 593 | "aws-runtime 1.4.3",
|
593 594 | "aws-smithy-async 1.2.1",
|
594 595 | "aws-smithy-http 0.60.11",
|
595 596 | "aws-smithy-json 0.60.7",
|
596 597 | "aws-smithy-protocol-test 0.63.0",
|
597 - | "aws-smithy-runtime 1.7.2",
|
598 + | "aws-smithy-runtime 1.7.3",
|
598 599 | "aws-smithy-runtime-api 1.7.2",
|
599 600 | "aws-smithy-types 1.2.7",
|
600 601 | "aws-types 1.3.3",
|
601 602 | "bytes",
|
602 603 | "criterion",
|
603 604 | "fastrand 2.0.2",
|
604 605 | "futures-util",
|
605 606 | "http 0.2.12",
|
606 607 | "once_cell",
|
607 608 | "regex-lite",
|
608 609 | "serde_json",
|
609 610 | "tokio",
|
610 611 | "tracing",
|
611 612 | "tracing-subscriber",
|
612 613 | ]
|
613 614 |
|
614 615 | [[package]]
|
615 616 | name = "aws-sdk-ec2"
|
616 617 | version = "0.0.0-local"
|
617 618 | dependencies = [
|
618 619 | "aws-config",
|
619 620 | "aws-credential-types 1.2.1",
|
620 621 | "aws-runtime 1.4.3",
|
621 622 | "aws-smithy-async 1.2.1",
|
622 623 | "aws-smithy-http 0.60.11",
|
623 624 | "aws-smithy-json 0.60.7",
|
624 625 | "aws-smithy-protocol-test 0.63.0",
|
625 626 | "aws-smithy-query",
|
626 - | "aws-smithy-runtime 1.7.2",
|
627 + | "aws-smithy-runtime 1.7.3",
|
627 628 | "aws-smithy-runtime-api 1.7.2",
|
628 629 | "aws-smithy-types 1.2.7",
|
629 630 | "aws-smithy-xml 0.60.9",
|
630 631 | "aws-types 1.3.3",
|
631 632 | "fastrand 2.0.2",
|
632 633 | "futures-util",
|
633 634 | "http 0.2.12",
|
634 635 | "once_cell",
|
635 636 | "regex-lite",
|
636 637 | "serde_json",
|
637 638 | "tokio",
|
638 639 | "tracing",
|
639 640 | "tracing-subscriber",
|
640 641 | ]
|
641 642 |
|
642 643 | [[package]]
|
643 644 | name = "aws-sdk-ecs"
|
644 645 | version = "0.0.0-local"
|
645 646 | dependencies = [
|
646 647 | "aws-config",
|
647 648 | "aws-credential-types 1.2.1",
|
648 649 | "aws-runtime 1.4.3",
|
649 650 | "aws-smithy-async 1.2.1",
|
650 651 | "aws-smithy-http 0.60.11",
|
651 652 | "aws-smithy-json 0.60.7",
|
652 - | "aws-smithy-runtime 1.7.2",
|
653 + | "aws-smithy-runtime 1.7.3",
|
653 654 | "aws-smithy-runtime-api 1.7.2",
|
654 655 | "aws-smithy-types 1.2.7",
|
655 656 | "aws-types 1.3.3",
|
656 657 | "bytes",
|
657 658 | "fastrand 2.0.2",
|
658 659 | "http 0.2.12",
|
659 660 | "once_cell",
|
660 661 | "regex-lite",
|
661 662 | "tokio",
|
662 663 | "tracing",
|
663 664 | ]
|
664 665 |
|
665 666 | [[package]]
|
666 667 | name = "aws-sdk-glacier"
|
667 668 | version = "0.0.0-local"
|
668 669 | dependencies = [
|
669 670 | "aws-config",
|
670 671 | "aws-credential-types 1.2.1",
|
671 672 | "aws-runtime 1.4.3",
|
672 673 | "aws-sigv4 1.2.4",
|
673 674 | "aws-smithy-async 1.2.1",
|
674 675 | "aws-smithy-http 0.60.11",
|
675 676 | "aws-smithy-json 0.60.7",
|
676 677 | "aws-smithy-protocol-test 0.63.0",
|
677 - | "aws-smithy-runtime 1.7.2",
|
678 + | "aws-smithy-runtime 1.7.3",
|
678 679 | "aws-smithy-runtime-api 1.7.2",
|
679 680 | "aws-smithy-types 1.2.7",
|
680 681 | "aws-types 1.3.3",
|
681 682 | "bytes",
|
682 683 | "futures-util",
|
683 684 | "hex",
|
684 685 | "http 0.2.12",
|
685 686 | "once_cell",
|
686 687 | "pretty_assertions",
|
687 688 | "regex-lite",
|
688 689 | "ring",
|
689 690 | "serde_json",
|
690 691 | "tokio",
|
691 692 | "tracing",
|
692 693 | "tracing-subscriber",
|
693 694 | "tracing-test",
|
694 695 | ]
|
695 696 |
|
696 697 | [[package]]
|
697 698 | name = "aws-sdk-iam"
|
698 699 | version = "0.0.0-local"
|
699 700 | dependencies = [
|
700 701 | "aws-config",
|
701 702 | "aws-credential-types 1.2.1",
|
702 703 | "aws-runtime 1.4.3",
|
703 704 | "aws-smithy-async 1.2.1",
|
704 705 | "aws-smithy-http 0.60.11",
|
705 706 | "aws-smithy-json 0.60.7",
|
706 707 | "aws-smithy-protocol-test 0.63.0",
|
707 708 | "aws-smithy-query",
|
708 - | "aws-smithy-runtime 1.7.2",
|
709 + | "aws-smithy-runtime 1.7.3",
|
709 710 | "aws-smithy-runtime-api 1.7.2",
|
710 711 | "aws-smithy-types 1.2.7",
|
711 712 | "aws-smithy-xml 0.60.9",
|
712 713 | "aws-types 1.3.3",
|
713 714 | "futures-util",
|
714 715 | "http 0.2.12",
|
715 716 | "once_cell",
|
716 717 | "regex-lite",
|
717 718 | "serde_json",
|
718 719 | "tokio",
|
719 720 | "tracing",
|
720 721 | "tracing-subscriber",
|
721 722 | ]
|
722 723 |
|
723 724 | [[package]]
|
724 725 | name = "aws-sdk-kms"
|
725 726 | version = "0.0.0-local"
|
726 727 | dependencies = [
|
727 728 | "aws-config",
|
728 729 | "aws-credential-types 1.2.1",
|
729 730 | "aws-runtime 1.4.3",
|
730 731 | "aws-smithy-async 1.2.1",
|
731 732 | "aws-smithy-http 0.60.11",
|
732 733 | "aws-smithy-json 0.60.7",
|
733 734 | "aws-smithy-protocol-test 0.63.0",
|
734 - | "aws-smithy-runtime 1.7.2",
|
735 + | "aws-smithy-runtime 1.7.3",
|
735 736 | "aws-smithy-runtime-api 1.7.2",
|
736 737 | "aws-smithy-types 1.2.7",
|
737 738 | "aws-types 1.3.3",
|
738 739 | "bytes",
|
739 740 | "futures-util",
|
740 741 | "http 0.2.12",
|
741 742 | "once_cell",
|
742 743 | "regex-lite",
|
743 744 | "serde_json",
|
744 745 | "tokio",
|
745 746 | "tracing",
|
746 747 | "tracing-subscriber",
|
747 748 | ]
|
748 749 |
|
749 750 | [[package]]
|
750 751 | name = "aws-sdk-lambda"
|
751 752 | version = "0.0.0-local"
|
752 753 | dependencies = [
|
753 754 | "aws-config",
|
754 755 | "aws-credential-types 1.2.1",
|
755 756 | "aws-runtime 1.4.3",
|
756 757 | "aws-smithy-async 1.2.1",
|
757 758 | "aws-smithy-eventstream 0.60.5",
|
758 759 | "aws-smithy-http 0.60.11",
|
759 760 | "aws-smithy-json 0.60.7",
|
760 761 | "aws-smithy-protocol-test 0.63.0",
|
761 - | "aws-smithy-runtime 1.7.2",
|
762 + | "aws-smithy-runtime 1.7.3",
|
762 763 | "aws-smithy-runtime-api 1.7.2",
|
763 764 | "aws-smithy-types 1.2.7",
|
764 765 | "aws-types 1.3.3",
|
765 766 | "bytes",
|
766 767 | "futures-util",
|
767 768 | "http 0.2.12",
|
768 769 | "once_cell",
|
769 770 | "regex-lite",
|
770 771 | "serde_json",
|
771 772 | "tokio",
|
772 773 | "tracing",
|
773 774 | "tracing-subscriber",
|
774 775 | ]
|
775 776 |
|
776 777 | [[package]]
|
777 778 | name = "aws-sdk-polly"
|
778 779 | version = "0.0.0-local"
|
779 780 | dependencies = [
|
780 781 | "aws-config",
|
781 782 | "aws-credential-types 1.2.1",
|
782 783 | "aws-runtime 1.4.3",
|
783 784 | "aws-sigv4 1.2.4",
|
784 785 | "aws-smithy-async 1.2.1",
|
785 786 | "aws-smithy-http 0.60.11",
|
786 787 | "aws-smithy-json 0.60.7",
|
787 788 | "aws-smithy-protocol-test 0.63.0",
|
788 - | "aws-smithy-runtime 1.7.2",
|
789 + | "aws-smithy-runtime 1.7.3",
|
789 790 | "aws-smithy-runtime-api 1.7.2",
|
790 791 | "aws-smithy-types 1.2.7",
|
791 792 | "aws-types 1.3.3",
|
792 793 | "bytes",
|
793 794 | "futures-util",
|
794 795 | "http 0.2.12",
|
795 796 | "http 1.1.0",
|
796 797 | "http-body 1.0.1",
|
797 798 | "once_cell",
|
798 799 | "regex-lite",
|
799 800 | "serde_json",
|
800 801 | "tokio",
|
801 802 | "tracing",
|
802 803 | "tracing-subscriber",
|
803 804 | ]
|
804 805 |
|
805 806 | [[package]]
|
806 807 | name = "aws-sdk-qldbsession"
|
807 808 | version = "0.0.0-local"
|
808 809 | dependencies = [
|
809 810 | "aws-config",
|
810 811 | "aws-credential-types 1.2.1",
|
811 812 | "aws-runtime 1.4.3",
|
812 813 | "aws-smithy-async 1.2.1",
|
813 814 | "aws-smithy-http 0.60.11",
|
814 815 | "aws-smithy-json 0.60.7",
|
815 816 | "aws-smithy-protocol-test 0.63.0",
|
816 - | "aws-smithy-runtime 1.7.2",
|
817 + | "aws-smithy-runtime 1.7.3",
|
817 818 | "aws-smithy-runtime-api 1.7.2",
|
818 819 | "aws-smithy-types 1.2.7",
|
819 820 | "aws-types 1.3.3",
|
820 821 | "bytes",
|
821 822 | "futures-util",
|
822 823 | "http 0.2.12",
|
823 824 | "once_cell",
|
824 825 | "regex-lite",
|
825 826 | "serde_json",
|
826 827 | "tokio",
|
827 828 | "tracing",
|
828 829 | "tracing-subscriber",
|
829 830 | ]
|
830 831 |
|
831 832 | [[package]]
|
832 833 | name = "aws-sdk-route53"
|
833 834 | version = "0.0.0-local"
|
834 835 | dependencies = [
|
835 836 | "aws-config",
|
836 837 | "aws-credential-types 1.2.1",
|
837 838 | "aws-runtime 1.4.3",
|
838 839 | "aws-smithy-async 1.2.1",
|
839 840 | "aws-smithy-http 0.60.11",
|
840 841 | "aws-smithy-json 0.60.7",
|
841 - | "aws-smithy-runtime 1.7.2",
|
842 + | "aws-smithy-runtime 1.7.3",
|
842 843 | "aws-smithy-runtime-api 1.7.2",
|
843 844 | "aws-smithy-types 1.2.7",
|
844 845 | "aws-smithy-xml 0.60.9",
|
845 846 | "aws-types 1.3.3",
|
846 847 | "http 0.2.12",
|
847 848 | "once_cell",
|
848 849 | "pretty_assertions",
|
849 850 | "regex-lite",
|
850 851 | "tokio",
|
851 852 | "tracing",
|
852 853 | "tracing-test",
|
853 854 | ]
|
854 855 |
|
855 856 | [[package]]
|
856 857 | name = "aws-sdk-s3"
|
857 858 | version = "0.0.0-local"
|
858 859 | dependencies = [
|
859 - | "ahash",
|
860 860 | "async-std",
|
861 861 | "aws-config",
|
862 862 | "aws-credential-types 1.2.1",
|
863 863 | "aws-runtime 1.4.3",
|
864 864 | "aws-sigv4 1.2.4",
|
865 865 | "aws-smithy-async 1.2.1",
|
866 866 | "aws-smithy-checksums 0.60.12",
|
867 867 | "aws-smithy-eventstream 0.60.5",
|
868 868 | "aws-smithy-experimental",
|
869 869 | "aws-smithy-http 0.60.11",
|
870 870 | "aws-smithy-json 0.60.7",
|
871 871 | "aws-smithy-protocol-test 0.63.0",
|
872 - | "aws-smithy-runtime 1.7.2",
|
872 + | "aws-smithy-runtime 1.7.3",
|
873 873 | "aws-smithy-runtime-api 1.7.2",
|
874 874 | "aws-smithy-types 1.2.7",
|
875 875 | "aws-smithy-xml 0.60.9",
|
876 876 | "aws-types 1.3.3",
|
877 877 | "bytes",
|
878 878 | "bytes-utils",
|
879 879 | "fastrand 2.0.2",
|
880 880 | "futures-util",
|
881 881 | "hdrhistogram",
|
882 882 | "hex",
|
883 883 | "hmac",
|
884 884 | "http 0.2.12",
|
885 885 | "http 1.1.0",
|
886 886 | "http-body 0.4.6",
|
887 887 | "http-body 1.0.1",
|
888 888 | "lru",
|
889 889 | "once_cell",
|
890 890 | "percent-encoding",
|
891 891 | "pretty_assertions",
|
892 892 | "regex-lite",
|
893 893 | "serde_json",
|
894 894 | "sha2",
|
895 895 | "smol",
|
896 896 | "tempfile",
|
897 897 | "tokio",
|
898 898 | "tracing",
|
899 899 | "tracing-appender",
|
900 900 | "tracing-subscriber",
|
901 901 | "tracing-test",
|
902 902 | "url",
|
903 903 | ]
|
904 904 |
|
905 905 | [[package]]
|
906 906 | name = "aws-sdk-s3"
|
907 - | version = "1.54.0"
|
907 + | version = "1.56.0"
|
908 908 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
909 - | checksum = "e2f2a62020f3e06f9b352b2a23547f6e1d110b6bf1e18a6b588ae36114eaf6e2"
|
909 + | checksum = "cecd672c8d4265fd4fbecacd4a479180e616881bbe639250cf81ddb604e4c301"
|
910 910 | dependencies = [
|
911 911 | "ahash",
|
912 912 | "aws-credential-types 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
913 913 | "aws-runtime 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
914 914 | "aws-sigv4 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
915 915 | "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
916 916 | "aws-smithy-checksums 0.60.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
917 917 | "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
918 918 | "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
919 919 | "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
920 - | "aws-smithy-runtime 1.7.1",
|
920 + | "aws-smithy-runtime 1.7.2",
|
921 921 | "aws-smithy-runtime-api 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
922 922 | "aws-smithy-types 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
923 923 | "aws-smithy-xml 0.60.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
924 924 | "aws-types 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
925 925 | "bytes",
|
926 926 | "fastrand 2.0.2",
|
927 927 | "hex",
|
928 928 | "hmac",
|
929 929 | "http 0.2.12",
|
930 930 | "http-body 0.4.6",
|
931 931 | "lru",
|
932 932 | "once_cell",
|
933 933 | "percent-encoding",
|
934 934 | "regex-lite",
|
935 935 | "sha2",
|
936 936 | "tracing",
|
937 937 | "url",
|
938 938 | ]
|
939 939 |
|
940 940 | [[package]]
|
941 941 | name = "aws-sdk-s3control"
|
942 942 | version = "0.0.0-local"
|
943 943 | dependencies = [
|
944 944 | "aws-config",
|
945 945 | "aws-credential-types 1.2.1",
|
946 946 | "aws-runtime 1.4.3",
|
947 947 | "aws-smithy-async 1.2.1",
|
948 948 | "aws-smithy-http 0.60.11",
|
949 949 | "aws-smithy-json 0.60.7",
|
950 950 | "aws-smithy-protocol-test 0.63.0",
|
951 - | "aws-smithy-runtime 1.7.2",
|
951 + | "aws-smithy-runtime 1.7.3",
|
952 952 | "aws-smithy-runtime-api 1.7.2",
|
953 953 | "aws-smithy-types 1.2.7",
|
954 954 | "aws-smithy-xml 0.60.9",
|
955 955 | "aws-types 1.3.3",
|
956 956 | "fastrand 2.0.2",
|
957 957 | "futures-util",
|
958 958 | "http 0.2.12",
|
959 959 | "md-5",
|
960 960 | "once_cell",
|
961 961 | "regex-lite",
|
962 962 | "serde_json",
|
963 963 | "tokio",
|
964 964 | "tracing",
|
965 965 | "tracing-subscriber",
|
966 966 | "url",
|
967 967 | ]
|
968 968 |
|
969 969 | [[package]]
|
970 970 | name = "aws-sdk-sso"
|
971 971 | version = "0.0.0-local"
|
972 972 | dependencies = [
|
973 973 | "aws-credential-types 1.2.1",
|
974 974 | "aws-runtime 1.4.3",
|
975 975 | "aws-smithy-async 1.2.1",
|
976 976 | "aws-smithy-http 0.60.11",
|
977 977 | "aws-smithy-json 0.60.7",
|
978 - | "aws-smithy-runtime 1.7.2",
|
978 + | "aws-smithy-runtime 1.7.3",
|
979 979 | "aws-smithy-runtime-api 1.7.2",
|
980 980 | "aws-smithy-types 1.2.7",
|
981 981 | "aws-types 1.3.3",
|
982 982 | "bytes",
|
983 983 | "http 0.2.12",
|
984 984 | "once_cell",
|
985 985 | "regex-lite",
|
986 986 | "tokio",
|
987 987 | "tracing",
|
988 988 | ]
|
989 989 |
|
990 990 | [[package]]
|
991 991 | name = "aws-sdk-ssooidc"
|
992 992 | version = "0.0.0-local"
|
993 993 | dependencies = [
|
994 994 | "aws-credential-types 1.2.1",
|
995 995 | "aws-runtime 1.4.3",
|
996 996 | "aws-smithy-async 1.2.1",
|
997 997 | "aws-smithy-http 0.60.11",
|
998 998 | "aws-smithy-json 0.60.7",
|
999 - | "aws-smithy-runtime 1.7.2",
|
999 + | "aws-smithy-runtime 1.7.3",
|
1000 1000 | "aws-smithy-runtime-api 1.7.2",
|
1001 1001 | "aws-smithy-types 1.2.7",
|
1002 1002 | "aws-types 1.3.3",
|
1003 1003 | "bytes",
|
1004 1004 | "http 0.2.12",
|
1005 1005 | "once_cell",
|
1006 1006 | "regex-lite",
|
1007 1007 | "tokio",
|
1008 1008 | "tracing",
|
1009 1009 | ]
|
1010 1010 |
|
1011 1011 | [[package]]
|
1012 1012 | name = "aws-sdk-sts"
|
1013 1013 | version = "0.0.0-local"
|
1014 1014 | dependencies = [
|
1015 1015 | "aws-credential-types 1.2.1",
|
1016 1016 | "aws-runtime 1.4.3",
|
1017 1017 | "aws-smithy-async 1.2.1",
|
1018 1018 | "aws-smithy-http 0.60.11",
|
1019 1019 | "aws-smithy-json 0.60.7",
|
1020 1020 | "aws-smithy-protocol-test 0.63.0",
|
1021 1021 | "aws-smithy-query",
|
1022 - | "aws-smithy-runtime 1.7.2",
|
1022 + | "aws-smithy-runtime 1.7.3",
|
1023 1023 | "aws-smithy-runtime-api 1.7.2",
|
1024 1024 | "aws-smithy-types 1.2.7",
|
1025 1025 | "aws-smithy-xml 0.60.9",
|
1026 1026 | "aws-types 1.3.3",
|
1027 1027 | "futures-util",
|
1028 1028 | "http 0.2.12",
|
1029 1029 | "once_cell",
|
1030 1030 | "regex-lite",
|
1031 1031 | "serde_json",
|
1032 1032 | "tokio",
|
1033 1033 | "tracing",
|
1034 1034 | "tracing-subscriber",
|
1035 1035 | ]
|
1036 1036 |
|
1037 1037 | [[package]]
|
1038 1038 | name = "aws-sdk-timestreamquery"
|
1039 1039 | version = "0.0.0-local"
|
1040 1040 | dependencies = [
|
1041 1041 | "aws-config",
|
1042 1042 | "aws-credential-types 1.2.1",
|
1043 1043 | "aws-runtime 1.4.3",
|
1044 1044 | "aws-smithy-async 1.2.1",
|
1045 1045 | "aws-smithy-http 0.60.11",
|
1046 1046 | "aws-smithy-json 0.60.7",
|
1047 1047 | "aws-smithy-protocol-test 0.63.0",
|
1048 - | "aws-smithy-runtime 1.7.2",
|
1048 + | "aws-smithy-runtime 1.7.3",
|
1049 1049 | "aws-smithy-runtime-api 1.7.2",
|
1050 1050 | "aws-smithy-types 1.2.7",
|
1051 1051 | "aws-types 1.3.3",
|
1052 1052 | "bytes",
|
1053 1053 | "fastrand 2.0.2",
|
1054 1054 | "futures-util",
|
1055 1055 | "http 0.2.12",
|
1056 1056 | "once_cell",
|
1057 1057 | "regex-lite",
|
1058 1058 | "serde_json",
|
1059 1059 | "tokio",
|
1060 1060 | "tracing",
|
1061 1061 | "tracing-subscriber",
|
1062 1062 | ]
|
1063 1063 |
|
1064 1064 | [[package]]
|
1065 1065 | name = "aws-sdk-timestreamwrite"
|
1066 1066 | version = "0.0.0-local"
|
1067 1067 | dependencies = [
|
1068 1068 | "aws-config",
|
1069 1069 | "aws-credential-types 1.2.1",
|
1070 1070 | "aws-runtime 1.4.3",
|
1071 1071 | "aws-smithy-async 1.2.1",
|
1072 1072 | "aws-smithy-http 0.60.11",
|
1073 1073 | "aws-smithy-json 0.60.7",
|
1074 - | "aws-smithy-runtime 1.7.2",
|
1074 + | "aws-smithy-runtime 1.7.3",
|
1075 1075 | "aws-smithy-runtime-api 1.7.2",
|
1076 1076 | "aws-smithy-types 1.2.7",
|
1077 1077 | "aws-types 1.3.3",
|
1078 1078 | "bytes",
|
1079 1079 | "fastrand 2.0.2",
|
1080 1080 | "http 0.2.12",
|
1081 1081 | "once_cell",
|
1082 1082 | "regex-lite",
|
1083 1083 | "tokio",
|
1084 1084 | "tracing",
|
1085 1085 | ]
|
1086 1086 |
|
1087 1087 | [[package]]
|
1088 1088 | name = "aws-sdk-transcribestreaming"
|
1089 1089 | version = "0.0.0-local"
|
1090 1090 | dependencies = [
|
1091 1091 | "async-stream",
|
1092 1092 | "aws-config",
|
1093 1093 | "aws-credential-types 1.2.1",
|
1094 1094 | "aws-runtime 1.4.3",
|
1095 1095 | "aws-sigv4 1.2.4",
|
1096 1096 | "aws-smithy-async 1.2.1",
|
1097 1097 | "aws-smithy-eventstream 0.60.5",
|
1098 1098 | "aws-smithy-http 0.60.11",
|
1099 1099 | "aws-smithy-json 0.60.7",
|
1100 1100 | "aws-smithy-protocol-test 0.63.0",
|
1101 - | "aws-smithy-runtime 1.7.2",
|
1101 + | "aws-smithy-runtime 1.7.3",
|
1102 1102 | "aws-smithy-runtime-api 1.7.2",
|
1103 1103 | "aws-smithy-types 1.2.7",
|
1104 1104 | "aws-types 1.3.3",
|
1105 1105 | "bytes",
|
1106 1106 | "futures-core",
|
1107 1107 | "futures-util",
|
1108 1108 | "hound",
|
1109 1109 | "http 0.2.12",
|
1110 - | "hyper 0.14.30",
|
1110 + | "hyper 0.14.31",
|
1111 1111 | "once_cell",
|
1112 1112 | "regex-lite",
|
1113 1113 | "serde_json",
|
1114 1114 | "tokio",
|
1115 1115 | "tracing",
|
1116 1116 | "tracing-subscriber",
|
1117 1117 | ]
|
1118 1118 |
|
1119 1119 | [[package]]
|
1120 1120 | name = "aws-sig-auth"
|
1306 1306 | "aws-smithy-types 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
1307 1307 | "bytes",
|
1308 1308 | "crc32fast",
|
1309 1309 | ]
|
1310 1310 |
|
1311 1311 | [[package]]
|
1312 1312 | name = "aws-smithy-experimental"
|
1313 1313 | version = "0.1.4"
|
1314 1314 | dependencies = [
|
1315 1315 | "aws-smithy-async 1.2.1",
|
1316 - | "aws-smithy-runtime 1.7.2",
|
1316 + | "aws-smithy-runtime 1.7.3",
|
1317 1317 | "aws-smithy-runtime-api 1.7.2",
|
1318 1318 | "aws-smithy-types 1.2.7",
|
1319 1319 | "h2 0.4.6",
|
1320 1320 | "http 1.1.0",
|
1321 - | "hyper 1.4.1",
|
1321 + | "hyper 1.5.0",
|
1322 1322 | "hyper-rustls 0.27.3",
|
1323 1323 | "hyper-util",
|
1324 1324 | "once_cell",
|
1325 1325 | "pin-project-lite",
|
1326 1326 | "rustls 0.23.14",
|
1327 1327 | "tokio",
|
1328 1328 | "tower",
|
1329 1329 | "tracing",
|
1330 1330 | ]
|
1331 1331 |
|
1332 1332 | [[package]]
|
1333 1333 | name = "aws-smithy-http"
|
1334 1334 | version = "0.60.11"
|
1335 1335 | dependencies = [
|
1336 1336 | "async-stream",
|
1337 1337 | "aws-smithy-eventstream 0.60.5",
|
1338 1338 | "aws-smithy-runtime-api 1.7.2",
|
1339 1339 | "aws-smithy-types 1.2.7",
|
1340 1340 | "bytes",
|
1341 1341 | "bytes-utils",
|
1342 1342 | "futures-core",
|
1343 1343 | "futures-util",
|
1344 1344 | "http 0.2.12",
|
1345 1345 | "http-body 0.4.6",
|
1346 - | "hyper 0.14.30",
|
1346 + | "hyper 0.14.31",
|
1347 1347 | "once_cell",
|
1348 1348 | "percent-encoding",
|
1349 1349 | "pin-project-lite",
|
1350 1350 | "pin-utils",
|
1351 1351 | "proptest",
|
1352 1352 | "tokio",
|
1353 1353 | "tracing",
|
1354 1354 | ]
|
1355 1355 |
|
1356 1356 | [[package]]
|
1357 1357 | name = "aws-smithy-http"
|
1358 1358 | version = "0.60.11"
|
1359 1359 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1360 1360 | checksum = "5c8bc3e8fdc6b8d07d976e301c02fe553f72a39b7a9fea820e023268467d7ab6"
|
1361 1361 | dependencies = [
|
1362 1362 | "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
1363 1363 | "aws-smithy-runtime-api 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1364 1364 | "aws-smithy-types 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
1365 1365 | "bytes",
|
1366 1366 | "bytes-utils",
|
1367 1367 | "futures-core",
|
1368 1368 | "http 0.2.12",
|
1369 1369 | "http-body 0.4.6",
|
1370 1370 | "once_cell",
|
1371 1371 | "percent-encoding",
|
1372 1372 | "pin-project-lite",
|
1373 1373 | "pin-utils",
|
1374 1374 | "tracing",
|
1375 1375 | ]
|
1376 1376 |
|
1377 1377 | [[package]]
|
1378 1378 | name = "aws-smithy-http-auth"
|
1379 1379 | version = "0.60.3"
|
1380 1380 |
|
1381 1381 | [[package]]
|
1382 1382 | name = "aws-smithy-http-tower"
|
1383 1383 | version = "0.60.3"
|
1384 1384 |
|
1385 1385 | [[package]]
|
1386 1386 | name = "aws-smithy-json"
|
1387 1387 | version = "0.60.7"
|
1388 1388 | dependencies = [
|
1389 1389 | "aws-smithy-types 1.2.7",
|
1390 1390 | "proptest",
|
1391 1391 | "serde_json",
|
1392 1392 | ]
|
1393 1393 |
|
1394 1394 | [[package]]
|
1395 1395 | name = "aws-smithy-json"
|
1396 1396 | version = "0.60.7"
|
1397 1397 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1398 1398 | checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6"
|
1399 1399 | dependencies = [
|
1400 1400 | "aws-smithy-types 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
1401 1401 | ]
|
1402 1402 |
|
1403 1403 | [[package]]
|
1404 1404 | name = "aws-smithy-mocks-experimental"
|
1405 1405 | version = "0.2.1"
|
1406 1406 | dependencies = [
|
1407 - | "aws-sdk-s3 1.54.0",
|
1407 + | "aws-sdk-s3 1.56.0",
|
1408 1408 | "aws-smithy-runtime-api 1.7.2",
|
1409 1409 | "aws-smithy-types 1.2.7",
|
1410 1410 | "tokio",
|
1411 1411 | ]
|
1412 1412 |
|
1413 1413 | [[package]]
|
1414 1414 | name = "aws-smithy-protocol-test"
|
1415 - | version = "0.62.0"
|
1416 - | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1417 - | checksum = "495c940cd5c7232ac3f0945ff559096deadd2fc73e4418a0e98fe5836788bb39"
|
1415 + | version = "0.63.0"
|
1418 1416 | dependencies = [
|
1419 1417 | "assert-json-diff",
|
1420 - | "aws-smithy-runtime-api 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1418 + | "aws-smithy-runtime-api 1.7.2",
|
1421 1419 | "base64-simd",
|
1422 1420 | "cbor-diag",
|
1421 + | "ciborium",
|
1423 1422 | "http 0.2.12",
|
1424 1423 | "pretty_assertions",
|
1425 1424 | "regex-lite",
|
1426 1425 | "roxmltree",
|
1427 - | "serde_cbor",
|
1428 1426 | "serde_json",
|
1429 1427 | "thiserror",
|
1430 1428 | ]
|
1431 1429 |
|
1432 1430 | [[package]]
|
1433 1431 | name = "aws-smithy-protocol-test"
|
1434 1432 | version = "0.63.0"
|
1433 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1434 + | checksum = "3b92b62199921f10685c6b588fdbeb81168ae4e7950ae3e5f50145a01bb5f1ad"
|
1435 1435 | dependencies = [
|
1436 1436 | "assert-json-diff",
|
1437 - | "aws-smithy-runtime-api 1.7.2",
|
1437 + | "aws-smithy-runtime-api 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1438 1438 | "base64-simd",
|
1439 1439 | "cbor-diag",
|
1440 1440 | "ciborium",
|
1441 1441 | "http 0.2.12",
|
1442 1442 | "pretty_assertions",
|
1443 1443 | "regex-lite",
|
1444 1444 | "roxmltree",
|
1445 1445 | "serde_json",
|
1446 1446 | "thiserror",
|
1447 1447 | ]
|
1448 1448 |
|
1449 1449 | [[package]]
|
1450 1450 | name = "aws-smithy-query"
|
1451 1451 | version = "0.60.7"
|
1452 1452 | dependencies = [
|
1453 1453 | "aws-smithy-types 1.2.7",
|
1454 1454 | "urlencoding",
|
1455 1455 | ]
|
1456 1456 |
|
1457 1457 | [[package]]
|
1458 1458 | name = "aws-smithy-runtime"
|
1459 - | version = "1.7.1"
|
1459 + | version = "1.7.2"
|
1460 1460 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1461 - | checksum = "d1ce695746394772e7000b39fe073095db6d45a862d0767dd5ad0ac0d7f8eb87"
|
1461 + | checksum = "a065c0fe6fdbdf9f11817eb68582b2ab4aff9e9c39e986ae48f7ec576c6322db"
|
1462 1462 | dependencies = [
|
1463 1463 | "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1464 1464 | "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
1465 - | "aws-smithy-protocol-test 0.62.0",
|
1465 + | "aws-smithy-protocol-test 0.63.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1466 1466 | "aws-smithy-runtime-api 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1467 1467 | "aws-smithy-types 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
1468 1468 | "bytes",
|
1469 1469 | "fastrand 2.0.2",
|
1470 1470 | "h2 0.3.26",
|
1471 1471 | "http 0.2.12",
|
1472 1472 | "http-body 0.4.6",
|
1473 1473 | "http-body 1.0.1",
|
1474 1474 | "httparse",
|
1475 - | "hyper 0.14.30",
|
1475 + | "hyper 0.14.31",
|
1476 1476 | "hyper-rustls 0.24.2",
|
1477 1477 | "indexmap",
|
1478 1478 | "once_cell",
|
1479 1479 | "pin-project-lite",
|
1480 1480 | "pin-utils",
|
1481 1481 | "rustls 0.21.12",
|
1482 1482 | "serde",
|
1483 1483 | "serde_json",
|
1484 1484 | "tokio",
|
1485 1485 | "tracing",
|
1486 1486 | "tracing-subscriber",
|
1487 1487 | ]
|
1488 1488 |
|
1489 1489 | [[package]]
|
1490 1490 | name = "aws-smithy-runtime"
|
1491 - | version = "1.7.2"
|
1491 + | version = "1.7.3"
|
1492 1492 | dependencies = [
|
1493 1493 | "approx",
|
1494 1494 | "aws-smithy-async 1.2.1",
|
1495 1495 | "aws-smithy-http 0.60.11",
|
1496 1496 | "aws-smithy-protocol-test 0.63.0",
|
1497 1497 | "aws-smithy-runtime-api 1.7.2",
|
1498 1498 | "aws-smithy-types 1.2.7",
|
1499 1499 | "bytes",
|
1500 1500 | "fastrand 2.0.2",
|
1501 1501 | "futures-util",
|
1502 1502 | "h2 0.3.26",
|
1503 1503 | "http 0.2.12",
|
1504 1504 | "http 1.1.0",
|
1505 1505 | "http-body 0.4.6",
|
1506 1506 | "http-body 1.0.1",
|
1507 1507 | "httparse",
|
1508 - | "hyper 0.14.30",
|
1508 + | "hyper 0.14.31",
|
1509 1509 | "hyper-rustls 0.24.2",
|
1510 1510 | "indexmap",
|
1511 1511 | "once_cell",
|
1512 1512 | "pin-project-lite",
|
1513 1513 | "pin-utils",
|
1514 1514 | "pretty_assertions",
|
1515 1515 | "rustls 0.21.12",
|
1516 1516 | "serde",
|
1517 1517 | "serde_json",
|
1518 1518 | "tokio",
|