542 542 | dependencies = [
|
543 543 | "aws-smithy-cbor 0.61.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
544 544 | "aws-smithy-http 0.62.6",
|
545 545 | "aws-smithy-json 0.61.9",
|
546 546 | "aws-smithy-runtime-api 1.11.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
547 547 | "aws-smithy-types 1.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
548 548 | "aws-smithy-xml 0.60.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
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.2"
|
570 570 | dependencies = [
|
571 571 | "aws-smithy-cbor 0.61.5",
|
572 - | "aws-smithy-http 0.63.5",
|
572 + | "aws-smithy-http 0.63.6",
|
573 573 | "aws-smithy-json 0.62.4",
|
574 574 | "aws-smithy-runtime-api 1.11.5",
|
575 575 | "aws-smithy-types 1.4.5",
|
576 576 | "aws-smithy-xml 0.60.14",
|
577 577 | "bytes",
|
578 578 | "futures-util",
|
579 579 | "http 1.4.0",
|
580 580 | "http-body 1.0.1",
|
581 581 | "http-body-util",
|
582 582 | "hyper 1.8.1",
|
628 628 | dependencies = [
|
629 629 | "proc-macro2",
|
630 630 | "quote",
|
631 631 | "syn 2.0.115",
|
632 632 | ]
|
633 633 |
|
634 634 | [[package]]
|
635 635 | name = "aws-smithy-http-server-python"
|
636 636 | version = "0.67.0"
|
637 637 | dependencies = [
|
638 - | "aws-smithy-http 0.63.5",
|
638 + | "aws-smithy-http 0.63.6",
|
639 639 | "aws-smithy-json 0.62.4",
|
640 640 | "aws-smithy-legacy-http-server",
|
641 641 | "aws-smithy-types 1.4.5",
|
642 642 | "aws-smithy-xml 0.60.14",
|
643 643 | "bytes",
|
644 644 | "futures",
|
645 645 | "futures-util",
|
646 646 | "http 0.2.12",
|
647 647 | "hyper 0.14.32",
|
648 648 | "hyper-rustls 0.24.2",
|
803 803 | "aws-smithy-types 1.4.5",
|
804 804 | "urlencoding",
|
805 805 | ]
|
806 806 |
|
807 807 | [[package]]
|
808 808 | name = "aws-smithy-runtime"
|
809 809 | version = "1.10.2"
|
810 810 | dependencies = [
|
811 811 | "approx",
|
812 812 | "aws-smithy-async 1.2.13",
|
813 - | "aws-smithy-http 0.63.5",
|
813 + | "aws-smithy-http 0.63.6",
|
814 814 | "aws-smithy-http-client",
|
815 815 | "aws-smithy-observability",
|
816 816 | "aws-smithy-runtime-api 1.11.5",
|
817 817 | "aws-smithy-types 1.4.5",
|
818 818 | "bytes",
|
819 819 | "fastrand",
|
820 820 | "futures-util",
|
821 821 | "http 0.2.12",
|
822 822 | "http 1.4.0",
|
823 823 | "http-body 0.4.6",
|
2382 2382 | dependencies = [
|
2383 2383 | "rustversion",
|
2384 2384 | ]
|
2385 2385 |
|
2386 2386 | [[package]]
|
2387 2387 | name = "inlineable"
|
2388 2388 | version = "0.1.0"
|
2389 2389 | dependencies = [
|
2390 2390 | "aws-smithy-cbor 0.61.5",
|
2391 2391 | "aws-smithy-compression",
|
2392 - | "aws-smithy-http 0.63.5",
|
2392 + | "aws-smithy-http 0.63.6",
|
2393 2393 | "aws-smithy-json 0.62.4",
|
2394 2394 | "aws-smithy-runtime",
|
2395 2395 | "aws-smithy-runtime-api 1.11.5",
|
2396 2396 | "aws-smithy-types 1.4.5",
|
2397 2397 | "aws-smithy-xml 0.60.14",
|
2398 2398 | "bytes",
|
2399 2399 | "fastrand",
|
2400 2400 | "futures-util",
|
2401 2401 | "http 0.2.12",
|
2402 2402 | "http 1.4.0",
|