340 340 | name = "aws-smithy-async"
|
341 341 | version = "1.2.13"
|
342 342 | dependencies = [
|
343 343 | "futures-util",
|
344 344 | "pin-project-lite",
|
345 345 | "pin-utils",
|
346 346 | "tokio",
|
347 347 | "tokio-test",
|
348 348 | ]
|
349 349 |
|
350 + | [[package]]
|
351 + | name = "aws-smithy-async"
|
352 + | version = "1.2.13"
|
353 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
354 + | checksum = "5cc50d0f63e714784b84223abd7abbc8577de8c35d699e0edd19f0a88a08ae13"
|
355 + | dependencies = [
|
356 + | "futures-util",
|
357 + | "pin-project-lite",
|
358 + | "tokio",
|
359 + | ]
|
360 + |
|
350 361 | [[package]]
|
351 362 | name = "aws-smithy-cbor"
|
352 363 | version = "0.61.5"
|
353 364 | dependencies = [
|
354 - | "aws-smithy-types",
|
365 + | "aws-smithy-types 1.4.5",
|
355 366 | "criterion",
|
356 367 | "minicbor",
|
357 368 | ]
|
358 369 |
|
370 + | [[package]]
|
371 + | name = "aws-smithy-cbor"
|
372 + | version = "0.61.5"
|
373 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
374 + | checksum = "765f0b8c7728db30a230663df67ba25b9c650c1cc9ba553df15dfe0fadaa529c"
|
375 + | dependencies = [
|
376 + | "aws-smithy-types 1.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
377 + | "minicbor",
|
378 + | ]
|
379 + |
|
359 380 | [[package]]
|
360 381 | name = "aws-smithy-checksums"
|
361 382 | version = "0.64.5"
|
362 383 | dependencies = [
|
363 - | "aws-smithy-http",
|
364 - | "aws-smithy-types",
|
384 + | "aws-smithy-http 0.63.5",
|
385 + | "aws-smithy-types 1.4.5",
|
365 386 | "bytes",
|
366 387 | "bytes-utils",
|
367 388 | "crc-fast",
|
368 389 | "hex",
|
369 390 | "http 1.4.0",
|
370 391 | "http-body 1.0.1",
|
371 392 | "http-body-util",
|
372 393 | "md-5",
|
373 394 | "pin-project-lite",
|
374 395 | "pretty_assertions",
|
375 396 | "sha1",
|
376 397 | "sha2",
|
377 398 | "tokio",
|
378 399 | "tracing",
|
379 400 | "tracing-test",
|
380 401 | ]
|
381 402 |
|
382 403 | [[package]]
|
383 404 | name = "aws-smithy-compression"
|
384 405 | version = "0.1.5"
|
385 406 | dependencies = [
|
386 - | "aws-smithy-runtime-api",
|
387 - | "aws-smithy-types",
|
407 + | "aws-smithy-runtime-api 1.11.5",
|
408 + | "aws-smithy-types 1.4.5",
|
388 409 | "bytes",
|
389 410 | "bytes-utils",
|
390 411 | "flate2",
|
391 412 | "futures-util",
|
392 413 | "http 1.4.0",
|
393 414 | "http-body 1.0.1",
|
394 415 | "http-body-util",
|
395 416 | "pin-project-lite",
|
396 417 | "pretty_assertions",
|
397 418 | "tokio",
|
398 419 | "tracing",
|
399 420 | ]
|
400 421 |
|
401 422 | [[package]]
|
402 423 | name = "aws-smithy-dns"
|
403 424 | version = "0.1.11"
|
404 425 | dependencies = [
|
405 - | "aws-smithy-runtime-api",
|
426 + | "aws-smithy-runtime-api 1.11.5",
|
406 427 | "criterion",
|
407 428 | "hickory-resolver",
|
408 429 | "tokio",
|
409 430 | ]
|
410 431 |
|
411 432 | [[package]]
|
412 433 | name = "aws-smithy-eventstream"
|
413 434 | version = "0.60.19"
|
414 435 | dependencies = [
|
415 436 | "arbitrary",
|
416 - | "aws-smithy-types",
|
437 + | "aws-smithy-types 1.4.5",
|
417 438 | "bytes",
|
418 439 | "bytes-utils",
|
419 440 | "crc32fast",
|
420 441 | "criterion",
|
421 442 | "derive_arbitrary",
|
422 443 | "jemallocator",
|
423 444 | "mimalloc",
|
424 445 | ]
|
425 446 |
|
426 447 | [[package]]
|
427 448 | name = "aws-smithy-experimental"
|
428 449 | version = "0.2.3"
|
429 450 |
|
451 + | [[package]]
|
452 + | name = "aws-smithy-http"
|
453 + | version = "0.62.6"
|
454 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
455 + | checksum = "826141069295752372f8203c17f28e30c464d22899a43a0c9fd9c458d469c88b"
|
456 + | dependencies = [
|
457 + | "aws-smithy-runtime-api 1.11.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
458 + | "aws-smithy-types 1.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
459 + | "bytes",
|
460 + | "bytes-utils",
|
461 + | "futures-core",
|
462 + | "futures-util",
|
463 + | "http 0.2.12",
|
464 + | "http 1.4.0",
|
465 + | "http-body 0.4.6",
|
466 + | "percent-encoding",
|
467 + | "pin-project-lite",
|
468 + | "pin-utils",
|
469 + | "tracing",
|
470 + | ]
|
471 + |
|
430 472 | [[package]]
|
431 473 | name = "aws-smithy-http"
|
432 474 | version = "0.63.5"
|
433 475 | dependencies = [
|
434 476 | "async-stream",
|
435 477 | "aws-smithy-eventstream",
|
436 - | "aws-smithy-runtime-api",
|
437 - | "aws-smithy-types",
|
478 + | "aws-smithy-runtime-api 1.11.5",
|
479 + | "aws-smithy-types 1.4.5",
|
438 480 | "bytes",
|
439 481 | "bytes-utils",
|
440 482 | "futures-core",
|
441 483 | "futures-util",
|
442 484 | "http 1.4.0",
|
443 485 | "http-body 1.0.1",
|
444 486 | "http-body-util",
|
445 487 | "hyper 1.8.1",
|
446 488 | "percent-encoding",
|
447 489 | "pin-project-lite",
|
448 490 | "pin-utils",
|
449 491 | "proptest",
|
450 492 | "tokio",
|
451 493 | "tracing",
|
452 494 | ]
|
453 495 |
|
454 496 | [[package]]
|
455 497 | name = "aws-smithy-http-client"
|
456 498 | version = "1.1.11"
|
457 499 | dependencies = [
|
458 - | "aws-smithy-async",
|
500 + | "aws-smithy-async 1.2.13",
|
459 501 | "aws-smithy-protocol-test",
|
460 - | "aws-smithy-runtime-api",
|
461 - | "aws-smithy-types",
|
502 + | "aws-smithy-runtime-api 1.11.5",
|
503 + | "aws-smithy-types 1.4.5",
|
462 504 | "base64 0.22.1",
|
463 505 | "bytes",
|
464 506 | "h2 0.3.27",
|
465 507 | "h2 0.4.13",
|
466 508 | "http 0.2.12",
|
467 509 | "http 1.4.0",
|
468 510 | "http-body 0.4.6",
|
469 511 | "http-body 1.0.1",
|
470 512 | "http-body-util",
|
471 513 | "hyper 0.14.32",
|
472 514 | "hyper 1.8.1",
|
473 515 | "hyper-rustls 0.24.2",
|
474 516 | "hyper-rustls 0.27.7",
|
475 517 | "hyper-util",
|
476 518 | "indexmap 2.13.0",
|
477 519 | "pin-project-lite",
|
478 520 | "rustls 0.21.12",
|
479 521 | "rustls 0.23.36",
|
480 522 | "rustls-native-certs 0.8.3",
|
481 523 | "rustls-pemfile 2.2.0",
|
482 524 | "rustls-pki-types",
|
483 525 | "s2n-tls",
|
484 526 | "s2n-tls-hyper",
|
485 527 | "s2n-tls-tokio",
|
486 528 | "serde",
|
487 529 | "serde_json",
|
488 530 | "serial_test",
|
489 531 | "tokio",
|
490 532 | "tokio-rustls 0.26.4",
|
491 533 | "tower 0.5.3",
|
492 534 | "tracing",
|
493 535 | ]
|
494 536 |
|
537 + | [[package]]
|
538 + | name = "aws-smithy-http-server"
|
539 + | version = "0.65.10"
|
540 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
541 + | checksum = "1b9af5ea8c9237159cc5ef0da15f77ed37321f94e121d6c9e9eb6f4f25b583de"
|
542 + | dependencies = [
|
543 + | "aws-smithy-cbor 0.61.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
544 + | "aws-smithy-http 0.62.6",
|
545 + | "aws-smithy-json 0.61.9",
|
546 + | "aws-smithy-runtime-api 1.11.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
547 + | "aws-smithy-types 1.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
548 + | "aws-smithy-xml 0.60.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
549 + | "bytes",
|
550 + | "futures-util",
|
551 + | "http 0.2.12",
|
552 + | "http-body 0.4.6",
|
553 + | "hyper 0.14.32",
|
554 + | "mime",
|
555 + | "nom",
|
556 + | "pin-project-lite",
|
557 + | "regex",
|
558 + | "serde_urlencoded",
|
559 + | "thiserror 2.0.18",
|
560 + | "tokio",
|
561 + | "tower 0.4.13",
|
562 + | "tower-http 0.3.5",
|
563 + | "tracing",
|
564 + | "uuid",
|
565 + | ]
|
566 + |
|
495 567 | [[package]]
|
496 568 | name = "aws-smithy-http-server"
|
497 569 | version = "0.66.2"
|
498 570 | dependencies = [
|
499 - | "aws-smithy-cbor",
|
500 - | "aws-smithy-http",
|
501 - | "aws-smithy-json",
|
502 - | "aws-smithy-runtime-api",
|
503 - | "aws-smithy-types",
|
504 - | "aws-smithy-xml",
|
571 + | "aws-smithy-cbor 0.61.5",
|
572 + | "aws-smithy-http 0.63.5",
|
573 + | "aws-smithy-json 0.62.4",
|
574 + | "aws-smithy-runtime-api 1.11.5",
|
575 + | "aws-smithy-types 1.4.5",
|
576 + | "aws-smithy-xml 0.60.14",
|
505 577 | "bytes",
|
506 578 | "futures-util",
|
507 579 | "http 1.4.0",
|
508 580 | "http-body 1.0.1",
|
509 581 | "http-body-util",
|
510 582 | "hyper 1.8.1",
|
511 583 | "hyper-util",
|
512 584 | "lambda_http 1.0.2",
|
513 585 | "mime",
|
514 586 | "nom",
|
515 587 | "pin-project-lite",
|
516 588 | "pretty_assertions",
|
517 589 | "regex",
|
518 590 | "serde_urlencoded",
|
519 591 | "thiserror 2.0.18",
|
520 592 | "tokio",
|
521 593 | "tower 0.4.13",
|
522 594 | "tower-http 0.6.8",
|
523 595 | "tracing",
|
524 596 | "tracing-subscriber",
|
525 597 | "uuid",
|
526 598 | ]
|
527 599 |
|
528 600 | [[package]]
|
529 601 | name = "aws-smithy-http-server-metrics"
|
530 - | version = "0.1.0"
|
602 + | version = "0.1.1"
|
531 603 | dependencies = [
|
532 - | "aws-smithy-http-server",
|
604 + | "aws-smithy-http-server 0.65.10",
|
605 + | "aws-smithy-http-server 0.66.2",
|
533 606 | "aws-smithy-http-server-metrics-macro",
|
534 607 | "futures",
|
608 + | "http 0.2.12",
|
535 609 | "http 1.4.0",
|
610 + | "http-body 0.4.6",
|
536 611 | "http-body 1.0.1",
|
612 + | "hyper 0.14.32",
|
537 613 | "hyper 1.8.1",
|
538 614 | "metrique",
|
539 615 | "metrique-core",
|
540 616 | "metrique-writer",
|
541 617 | "metrique-writer-format-emf",
|
542 618 | "pin-project-lite",
|
543 619 | "thiserror 2.0.18",
|
544 620 | "tower 0.4.13",
|
545 621 | "tracing",
|
546 622 | "tracing-appender",
|
547 623 | ]
|
548 624 |
|
549 625 | [[package]]
|
550 626 | name = "aws-smithy-http-server-metrics-macro"
|
551 - | version = "0.1.0"
|
627 + | version = "0.1.1"
|
552 628 | dependencies = [
|
553 629 | "proc-macro2",
|
554 630 | "quote",
|
555 631 | "syn 2.0.115",
|
556 632 | ]
|
557 633 |
|
558 634 | [[package]]
|
559 635 | name = "aws-smithy-http-server-python"
|
560 636 | version = "0.67.0"
|
561 637 | dependencies = [
|
562 - | "aws-smithy-http",
|
563 - | "aws-smithy-json",
|
638 + | "aws-smithy-http 0.63.5",
|
639 + | "aws-smithy-json 0.62.4",
|
564 640 | "aws-smithy-legacy-http-server",
|
565 - | "aws-smithy-types",
|
566 - | "aws-smithy-xml",
|
641 + | "aws-smithy-types 1.4.5",
|
642 + | "aws-smithy-xml 0.60.14",
|
567 643 | "bytes",
|
568 644 | "futures",
|
569 645 | "futures-util",
|
570 646 | "http 0.2.12",
|
571 647 | "hyper 0.14.32",
|
572 648 | "hyper-rustls 0.24.2",
|
573 649 | "lambda_http 0.8.4",
|
574 650 | "num_cpus",
|
575 651 | "parking_lot",
|
576 652 | "pin-project-lite",
|
577 653 | "pretty_assertions",
|
578 654 | "pyo3",
|
579 655 | "pyo3-asyncio",
|
580 656 | "rcgen",
|
581 657 | "rustls-pemfile 1.0.4",
|
582 658 | "signal-hook",
|
583 659 | "socket2 0.5.10",
|
584 660 | "thiserror 2.0.18",
|
585 661 | "tls-listener",
|
586 662 | "tokio",
|
587 663 | "tokio-rustls 0.24.1",
|
588 664 | "tokio-stream",
|
589 665 | "tokio-test",
|
590 666 | "tower 0.4.13",
|
591 667 | "tower-test",
|
592 668 | "tracing",
|
593 669 | "tracing-appender",
|
594 670 | "tracing-subscriber",
|
595 671 | ]
|
596 672 |
|
673 + | [[package]]
|
674 + | name = "aws-smithy-json"
|
675 + | version = "0.61.9"
|
676 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
677 + | checksum = "49fa1213db31ac95288d981476f78d05d9cbb0353d22cdf3472cc05bb02f6551"
|
678 + | dependencies = [
|
679 + | "aws-smithy-types 1.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
680 + | ]
|
681 + |
|
597 682 | [[package]]
|
598 683 | name = "aws-smithy-json"
|
599 684 | version = "0.62.4"
|
600 685 | dependencies = [
|
601 - | "aws-smithy-types",
|
686 + | "aws-smithy-types 1.4.5",
|
602 687 | "proptest",
|
603 688 | "serde_json",
|
604 689 | ]
|
605 690 |
|
606 691 | [[package]]
|
607 692 | name = "aws-smithy-legacy-http"
|
608 693 | version = "0.62.12"
|
609 694 | dependencies = [
|
610 695 | "async-stream",
|
611 696 | "aws-smithy-eventstream",
|
612 - | "aws-smithy-runtime-api",
|
613 - | "aws-smithy-types",
|
697 + | "aws-smithy-runtime-api 1.11.5",
|
698 + | "aws-smithy-types 1.4.5",
|
614 699 | "bytes",
|
615 700 | "bytes-utils",
|
616 701 | "futures-core",
|
617 702 | "futures-util",
|
618 703 | "http 0.2.12",
|
619 704 | "http 1.4.0",
|
620 705 | "http-body 0.4.6",
|
621 706 | "hyper 0.14.32",
|
622 707 | "percent-encoding",
|
623 708 | "pin-project-lite",
|
624 709 | "pin-utils",
|
625 710 | "proptest",
|
626 711 | "tokio",
|
627 712 | "tracing",
|
628 713 | ]
|
629 714 |
|
630 715 | [[package]]
|
631 716 | name = "aws-smithy-legacy-http-server"
|
632 717 | version = "0.65.13"
|
633 718 | dependencies = [
|
634 - | "aws-smithy-cbor",
|
635 - | "aws-smithy-json",
|
719 + | "aws-smithy-cbor 0.61.5",
|
720 + | "aws-smithy-json 0.62.4",
|
636 721 | "aws-smithy-legacy-http",
|
637 - | "aws-smithy-runtime-api",
|
638 - | "aws-smithy-types",
|
639 - | "aws-smithy-xml",
|
722 + | "aws-smithy-runtime-api 1.11.5",
|
723 + | "aws-smithy-types 1.4.5",
|
724 + | "aws-smithy-xml 0.60.14",
|
640 725 | "bytes",
|
641 726 | "futures-util",
|
642 727 | "http 0.2.12",
|
643 728 | "http-body 0.4.6",
|
644 729 | "hyper 0.14.32",
|
645 730 | "lambda_http 0.8.4",
|
646 731 | "mime",
|
647 732 | "nom",
|
648 733 | "pin-project-lite",
|
649 734 | "pretty_assertions",
|
650 735 | "regex",
|
651 736 | "serde_urlencoded",
|
652 737 | "thiserror 2.0.18",
|
653 738 | "tokio",
|
654 739 | "tower 0.4.13",
|
655 740 | "tower-http 0.3.5",
|
656 741 | "tracing",
|
657 742 | "uuid",
|
658 743 | ]
|
659 744 |
|
660 745 | [[package]]
|
661 746 | name = "aws-smithy-mocks"
|
662 747 | version = "0.2.5"
|
663 748 | dependencies = [
|
664 - | "aws-smithy-async",
|
749 + | "aws-smithy-async 1.2.13",
|
665 750 | "aws-smithy-http-client",
|
666 751 | "aws-smithy-runtime",
|
667 - | "aws-smithy-runtime-api",
|
668 - | "aws-smithy-types",
|
752 + | "aws-smithy-runtime-api 1.11.5",
|
753 + | "aws-smithy-types 1.4.5",
|
669 754 | "http 1.4.0",
|
670 755 | "tokio",
|
671 756 | ]
|
672 757 |
|
673 758 | [[package]]
|
674 759 | name = "aws-smithy-observability"
|
675 760 | version = "0.2.5"
|
676 761 | dependencies = [
|
677 - | "aws-smithy-runtime-api",
|
762 + | "aws-smithy-runtime-api 1.11.5",
|
678 763 | "serial_test",
|
679 764 | ]
|
680 765 |
|
681 766 | [[package]]
|
682 767 | name = "aws-smithy-observability-otel"
|
683 768 | version = "0.1.10"
|
684 769 | dependencies = [
|
685 770 | "async-global-executor",
|
686 771 | "async-task",
|
687 772 | "aws-smithy-observability",
|
688 773 | "criterion",
|
689 774 | "opentelemetry",
|
690 775 | "opentelemetry_sdk",
|
691 776 | "stats_alloc",
|
692 777 | "tokio",
|
693 778 | "value-bag",
|
694 779 | ]
|
695 780 |
|
696 781 | [[package]]
|
697 782 | name = "aws-smithy-protocol-test"
|
698 783 | version = "0.63.13"
|
699 784 | dependencies = [
|
700 785 | "assert-json-diff",
|
701 - | "aws-smithy-runtime-api",
|
786 + | "aws-smithy-runtime-api 1.11.5",
|
702 787 | "base64-simd",
|
703 788 | "cbor-diag",
|
704 789 | "ciborium",
|
705 790 | "http 0.2.12",
|
706 791 | "http 1.4.0",
|
707 792 | "pretty_assertions",
|
708 793 | "regex-lite",
|
709 794 | "roxmltree",
|
710 795 | "serde_json",
|
711 796 | "thiserror 2.0.18",
|
712 797 | ]
|
713 798 |
|
714 799 | [[package]]
|
715 800 | name = "aws-smithy-query"
|
716 801 | version = "0.60.14"
|
717 802 | dependencies = [
|
718 - | "aws-smithy-types",
|
803 + | "aws-smithy-types 1.4.5",
|
719 804 | "urlencoding",
|
720 805 | ]
|
721 806 |
|
722 807 | [[package]]
|
723 808 | name = "aws-smithy-runtime"
|
724 809 | version = "1.10.2"
|
725 810 | dependencies = [
|
726 811 | "approx",
|
727 - | "aws-smithy-async",
|
728 - | "aws-smithy-http",
|
812 + | "aws-smithy-async 1.2.13",
|
813 + | "aws-smithy-http 0.63.5",
|
729 814 | "aws-smithy-http-client",
|
730 815 | "aws-smithy-observability",
|
731 - | "aws-smithy-runtime-api",
|
732 - | "aws-smithy-types",
|
816 + | "aws-smithy-runtime-api 1.11.5",
|
817 + | "aws-smithy-types 1.4.5",
|
733 818 | "bytes",
|
734 819 | "fastrand",
|
735 820 | "futures-util",
|
736 821 | "http 0.2.12",
|
737 822 | "http 1.4.0",
|
738 823 | "http-body 0.4.6",
|
739 824 | "http-body 1.0.1",
|
740 825 | "http-body-util",
|
741 826 | "hyper 0.14.32",
|
742 827 | "pin-project-lite",
|
743 828 | "pin-utils",
|
744 829 | "pretty_assertions",
|
745 830 | "tokio",
|
746 831 | "tracing",
|
747 832 | "tracing-subscriber",
|
748 833 | "tracing-test",
|
749 834 | ]
|
750 835 |
|
751 836 | [[package]]
|
752 837 | name = "aws-smithy-runtime-api"
|
753 838 | version = "1.11.5"
|
754 839 | dependencies = [
|
755 - | "aws-smithy-async",
|
756 - | "aws-smithy-types",
|
840 + | "aws-smithy-async 1.2.13",
|
841 + | "aws-smithy-types 1.4.5",
|
757 842 | "bytes",
|
758 843 | "http 0.2.12",
|
759 844 | "http 1.4.0",
|
760 845 | "pin-project-lite",
|
761 846 | "proptest",
|
762 847 | "tokio",
|
763 848 | "tracing",
|
764 849 | "zeroize",
|
765 850 | ]
|
766 851 |
|
852 + | [[package]]
|
853 + | name = "aws-smithy-runtime-api"
|
854 + | version = "1.11.5"
|
855 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
856 + | checksum = "b4af6e5def28be846479bbeac55aa4603d6f7986fc5da4601ba324dd5d377516"
|
857 + | dependencies = [
|
858 + | "aws-smithy-async 1.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
859 + | "aws-smithy-types 1.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
860 + | "bytes",
|
861 + | "http 0.2.12",
|
862 + | "http 1.4.0",
|
863 + | "pin-project-lite",
|
864 + | "tokio",
|
865 + | "tracing",
|
866 + | ]
|
867 + |
|
767 868 | [[package]]
|
768 869 | name = "aws-smithy-types"
|
769 870 | version = "1.4.5"
|
770 871 | dependencies = [
|
771 872 | "base64 0.13.1",
|
772 873 | "base64-simd",
|
773 874 | "bytes",
|
774 875 | "bytes-utils",
|
775 876 | "ciborium",
|
776 877 | "criterion",
|
777 878 | "futures-core",
|
778 879 | "http 0.2.12",
|
779 880 | "http 1.4.0",
|
780 881 | "http-body 0.4.6",
|
781 882 | "http-body 1.0.1",
|
782 883 | "http-body-util",
|
783 884 | "hyper 0.14.32",
|
784 885 | "itoa",
|
785 886 | "lazy_static",
|
786 887 | "num-integer",
|
787 888 | "pin-project-lite",
|
788 889 | "pin-utils",
|
789 890 | "proptest",
|
790 891 | "rand 0.8.5",
|
791 892 | "ryu",
|
792 893 | "serde",
|
793 894 | "serde_json",
|
794 895 | "tempfile",
|
795 896 | "time",
|
796 897 | "tokio",
|
797 898 | "tokio-stream",
|
798 899 | "tokio-util",
|
799 900 | ]
|
800 901 |
|
902 + | [[package]]
|
903 + | name = "aws-smithy-types"
|
904 + | version = "1.4.5"
|
905 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
906 + | checksum = "8ca2734c16913a45343b37313605d84e7d8b34a4611598ce1d25b35860a2bed3"
|
907 + | dependencies = [
|
908 + | "base64-simd",
|
909 + | "bytes",
|
910 + | "bytes-utils",
|
911 + | "futures-core",
|
912 + | "http 0.2.12",
|
913 + | "http 1.4.0",
|
914 + | "http-body 0.4.6",
|
915 + | "http-body 1.0.1",
|
916 + | "http-body-util",
|
917 + | "hyper 0.14.32",
|
918 + | "itoa",
|
919 + | "num-integer",
|
920 + | "pin-project-lite",
|
921 + | "pin-utils",
|
922 + | "ryu",
|
923 + | "serde",
|
924 + | "time",
|
925 + | "tokio",
|
926 + | "tokio-util",
|
927 + | ]
|
928 + |
|
801 929 | [[package]]
|
802 930 | name = "aws-smithy-types-convert"
|
803 931 | version = "0.60.13"
|
804 932 | dependencies = [
|
805 - | "aws-smithy-async",
|
806 - | "aws-smithy-types",
|
933 + | "aws-smithy-async 1.2.13",
|
934 + | "aws-smithy-types 1.4.5",
|
807 935 | "chrono",
|
808 936 | "futures-core",
|
809 937 | "time",
|
810 938 | ]
|
811 939 |
|
812 940 | [[package]]
|
813 941 | name = "aws-smithy-wasm"
|
814 942 | version = "0.1.9"
|
815 943 | dependencies = [
|
816 - | "aws-smithy-http",
|
817 - | "aws-smithy-runtime-api",
|
818 - | "aws-smithy-types",
|
944 + | "aws-smithy-http 0.63.5",
|
945 + | "aws-smithy-runtime-api 1.11.5",
|
946 + | "aws-smithy-types 1.4.5",
|
819 947 | "bytes",
|
820 948 | "http 1.4.0",
|
821 949 | "tracing",
|
822 950 | "wasip2",
|
823 951 | ]
|
824 952 |
|
825 953 | [[package]]
|
826 954 | name = "aws-smithy-xml"
|
827 955 | version = "0.60.14"
|
828 956 | dependencies = [
|
829 957 | "aws-smithy-protocol-test",
|
830 958 | "base64 0.13.1",
|
831 959 | "proptest",
|
832 960 | "xmlparser",
|
833 961 | ]
|
834 962 |
|
963 + | [[package]]
|
964 + | name = "aws-smithy-xml"
|
965 + | version = "0.60.14"
|
966 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
967 + | checksum = "b53543b4b86ed43f051644f704a98c7291b3618b67adf057ee77a366fa52fcaa"
|
968 + | dependencies = [
|
969 + | "xmlparser",
|
970 + | ]
|
971 + |
|
835 972 | [[package]]
|
836 973 | name = "aws_lambda_events"
|
837 974 | version = "0.12.1"
|
838 975 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
839 976 | checksum = "03611508dd1e514e311caec235b581c99a4cb66fa1771bd502819eed69894f12"
|
840 977 | dependencies = [
|
841 978 | "base64 0.21.7",
|
842 979 | "bytes",
|
843 980 | "http 0.2.12",
|
844 981 | "http-body 0.4.6",
|