Server Test Python

Server Test Python

rev. a9e36e17d378a7b265067e67ec976d693ea30a3b

Files changed:

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

@@ -71,71 +131,131 @@
   91     91   
 "http 1.3.1",
   92     92   
 "http-body",
   93     93   
 "percent-encoding",
   94     94   
 "pin-project-lite",
   95     95   
 "pin-utils",
   96     96   
 "tracing",
   97     97   
]
   98     98   
   99     99   
[[package]]
  100    100   
name = "aws-smithy-http-server"
  101         -
version = "0.65.8"
         101  +
version = "0.65.9"
  102    102   
dependencies = [
  103    103   
 "aws-smithy-cbor",
  104    104   
 "aws-smithy-http",
  105    105   
 "aws-smithy-json",
  106    106   
 "aws-smithy-runtime-api",
  107    107   
 "aws-smithy-types",
  108    108   
 "aws-smithy-xml",
  109    109   
 "bytes",
  110    110   
 "futures-util",
  111    111   
 "http 0.2.12",