rev. 39b55ba789d23348fd70aff57161c9e5dc302333
530 530
version = "0.1.0"
531 531
dependencies = [
532 532
"aws-smithy-http-server",
533 533
"aws-smithy-http-server-metrics-macro",
534 534
"futures",
535 535
"http 1.4.0",
536 536
"http-body 1.0.1",
537 537
"hyper 1.8.1",
538 538
"metrique",
539 539
"metrique-core",
540 540
"metrique-writer",
541 541
"metrique-writer-format-emf",
542 542
"pin-project-lite",
543 543
"thiserror 2.0.18",
544 544
"tower 0.4.13",
545 545
"tracing",
546 546
"tracing-appender",
547 547
]
548 548
549 549
[[package]]
550 550
name = "aws-smithy-http-server-metrics-macro"
551 551
552 552
553 553
"proc-macro2",
554 554
"quote",
555 555
"syn 2.0.115",
556 556
557 557
558 558
559 559
name = "aws-smithy-http-server-python"
560 -
version = "0.66.10"
560 +
version = "0.67.0"
561 561
562 562
"aws-smithy-http",
563 563
"aws-smithy-json",
564 564
"aws-smithy-legacy-http-server",
565 565
"aws-smithy-types",
566 566
"aws-smithy-xml",
567 567
"bytes",
568 568
569 569
"futures-util",
570 570
"http 0.2.12",
571 571
"hyper 0.14.32",
572 572
"hyper-rustls 0.24.2",
573 573
"lambda_http 0.8.4",
574 574
"num_cpus",
575 575
"parking_lot",
576 576
577 577
"pretty_assertions",
578 578
"pyo3",
579 579
"pyo3-asyncio",
580 580
"rcgen",
581 581
"rustls-pemfile 1.0.4",
582 582
"signal-hook",
583 583
"socket2 0.5.10",
584 584
585 585
"tls-listener",
586 586
"tokio",
587 587
"tokio-rustls 0.24.1",
588 588
"tokio-stream",
589 589
"tokio-test",
590 590