Server Test Python

Server Test Python

rev. d713193921b8f11331870484e84037255768461a

Files changed:

tmp-codegen-diff/codegen-server-test-python/Cargo.lock

@@ -85,85 +145,145 @@
  105    105   
 "http 1.3.1",
  106    106   
 "http-body",
  107    107   
 "percent-encoding",
  108    108   
 "pin-project-lite",
  109    109   
 "pin-utils",
  110    110   
 "tracing",
  111    111   
]
  112    112   
  113    113   
[[package]]
  114    114   
name = "aws-smithy-http-server"
  115         -
version = "0.65.5"
         115  +
version = "0.65.6"
  116    116   
dependencies = [
  117    117   
 "aws-smithy-cbor",
  118    118   
 "aws-smithy-http",
  119    119   
 "aws-smithy-json",
  120    120   
 "aws-smithy-runtime-api",
  121    121   
 "aws-smithy-types",
  122    122   
 "aws-smithy-xml",
  123    123   
 "bytes",
  124    124   
 "futures-util",
  125    125   
 "http 0.2.12",