Server Test Python

Server Test Python

rev. 2a71c21fa3f1c2eabad1c922244f6e1011b880a9 (ignoring whitespace)

Files changed:

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

@@ -66,66 +126,126 @@
   86     86   
name = "aws-smithy-eventstream"
   87     87   
version = "0.60.11"
   88     88   
dependencies = [
   89     89   
 "aws-smithy-types",
   90     90   
 "bytes",
   91     91   
 "crc32fast",
   92     92   
]
   93     93   
   94     94   
[[package]]
   95     95   
name = "aws-smithy-http"
   96         -
version = "0.62.3"
          96  +
version = "0.62.4"
   97     97   
dependencies = [
   98     98   
 "aws-smithy-eventstream",
   99     99   
 "aws-smithy-runtime-api",
  100    100   
 "aws-smithy-types",
  101    101   
 "bytes",
  102    102   
 "bytes-utils",
  103    103   
 "futures-core",
  104    104   
 "http 0.2.12",
  105    105   
 "http 1.3.1",
  106    106   
 "http-body",
@@ -147,147 +228,228 @@
  167    167   
 "tokio-rustls",
  168    168   
 "tokio-stream",
  169    169   
 "tower",
  170    170   
 "tracing",
  171    171   
 "tracing-appender",
  172    172   
 "tracing-subscriber",
  173    173   
]
  174    174   
  175    175   
[[package]]
  176    176   
name = "aws-smithy-json"
  177         -
version = "0.61.5"
         177  +
version = "0.61.6"
  178    178   
dependencies = [
  179    179   
 "aws-smithy-types",
  180    180   
]
  181    181   
  182    182   
[[package]]
  183    183   
name = "aws-smithy-runtime-api"
  184    184   
version = "1.9.0"
  185    185   
dependencies = [
  186    186   
 "aws-smithy-async",
  187    187   
 "aws-smithy-types",
  188    188   
 "bytes",
  189    189   
 "http 0.2.12",
  190    190   
 "http 1.3.1",
  191    191   
 "pin-project-lite",
  192    192   
 "tokio",
  193    193   
 "tracing",
  194    194   
]
  195    195   
  196    196   
[[package]]
  197    197   
name = "aws-smithy-types"
  198         -
version = "1.3.2"
         198  +
version = "1.3.3"
  199    199   
dependencies = [
  200    200   
 "base64-simd",
  201    201   
 "bytes",
  202    202   
 "bytes-utils",
  203    203   
 "futures-core",
  204    204   
 "http 0.2.12",
  205    205   
 "http-body",
  206    206   
 "hyper",
  207    207   
 "itoa",
  208    208   
 "num-integer",