Server Test Python

Server Test Python

rev. 1fb202108840af7ccb1069c5b8afebf43a5e5aec (ignoring whitespace)

Files changed:

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

@@ -40,40 +229,230 @@
   60     60   
]
   61     61   
   62     62   
[[package]]
   63     63   
name = "autocfg"
   64     64   
version = "1.4.0"
   65     65   
source = "registry+https://github.com/rust-lang/crates.io-index"
   66     66   
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
   67     67   
   68     68   
[[package]]
   69     69   
name = "aws-smithy-async"
   70         -
version = "1.2.4"
          70  +
version = "1.2.5"
   71     71   
dependencies = [
   72     72   
 "futures-util",
   73     73   
 "pin-project-lite",
   74     74   
 "tokio",
   75     75   
]
   76     76   
   77     77   
[[package]]
   78     78   
name = "aws-smithy-cbor"
   79     79   
version = "0.61.0"
   80     80   
dependencies = [
   81     81   
 "aws-smithy-types",
   82     82   
 "minicbor",
   83     83   
]
   84     84   
   85     85   
[[package]]
   86     86   
name = "aws-smithy-eventstream"
   87     87   
version = "0.60.7"
   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.61.1"
          96  +
version = "0.62.0"
   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  +
 "http 1.2.0",
  105    106   
 "http-body",
  106    107   
 "once_cell",
  107    108   
 "percent-encoding",
  108    109   
 "pin-project-lite",
  109    110   
 "pin-utils",
  110    111   
 "tracing",
  111    112   
]
  112    113   
  113    114   
[[package]]
  114    115   
name = "aws-smithy-http-server"
  115         -
version = "0.63.4"
         116  +
version = "0.63.5"
  116    117   
dependencies = [
  117    118   
 "aws-smithy-cbor",
  118    119   
 "aws-smithy-http",
  119    120   
 "aws-smithy-json",
  120    121   
 "aws-smithy-runtime-api",
  121    122   
 "aws-smithy-types",
  122    123   
 "aws-smithy-xml",
  123    124   
 "bytes",
  124    125   
 "futures-util",
  125    126   
 "http 0.2.12",
  126    127   
 "http-body",
  127    128   
 "hyper",
  128    129   
 "lambda_http",
  129    130   
 "mime",
  130    131   
 "nom",
  131    132   
 "once_cell",
  132    133   
 "pin-project-lite",
  133    134   
 "regex",
  134    135   
 "serde_urlencoded",
  135    136   
 "thiserror",
  136    137   
 "tokio",
  137    138   
 "tower",
  138    139   
 "tower-http",
  139    140   
 "tracing",
  140    141   
 "uuid",
  141    142   
]
  142    143   
  143    144   
[[package]]
  144    145   
name = "aws-smithy-http-server-python"
  145         -
version = "0.63.2"
         146  +
version = "0.63.3"
  146    147   
dependencies = [
  147    148   
 "aws-smithy-http",
  148    149   
 "aws-smithy-http-server",
  149    150   
 "aws-smithy-json",
  150    151   
 "aws-smithy-types",
  151    152   
 "aws-smithy-xml",
  152    153   
 "bytes",
  153    154   
 "futures",
  154    155   
 "http 0.2.12",
  155    156   
 "hyper",
  156    157   
 "lambda_http",
  157    158   
 "num_cpus",
  158    159   
 "parking_lot",
  159    160   
 "pin-project-lite",
  160    161   
 "pyo3",
  161    162   
 "pyo3-asyncio",
  162    163   
 "rustls-pemfile",
  163    164   
 "signal-hook",
  164    165   
 "socket2",
  165    166   
 "thiserror",
  166    167   
 "tls-listener",
  167    168   
 "tokio",
  168    169   
 "tokio-rustls",
  169    170   
 "tokio-stream",
  170    171   
 "tower",
  171    172   
 "tracing",
  172    173   
 "tracing-appender",
  173    174   
 "tracing-subscriber",
  174    175   
]
  175    176   
  176    177   
[[package]]
  177    178   
name = "aws-smithy-json"
  178         -
version = "0.61.2"
         179  +
version = "0.61.3"
  179    180   
dependencies = [
  180    181   
 "aws-smithy-types",
  181    182   
]
  182    183   
  183    184   
[[package]]
  184    185   
name = "aws-smithy-runtime-api"
  185         -
version = "1.7.3"
         186  +
version = "1.7.4"
  186    187   
dependencies = [
  187    188   
 "aws-smithy-async",
  188    189   
 "aws-smithy-types",
  189    190   
 "bytes",
  190    191   
 "http 0.2.12",
  191    192   
 "http 1.2.0",
  192    193   
 "pin-project-lite",
  193    194   
 "tokio",
  194    195   
 "tracing",
  195    196   
]
  196    197   
  197    198   
[[package]]
  198    199   
name = "aws-smithy-types"
  199         -
version = "1.2.13"
         200  +
version = "1.3.0"
  200    201   
dependencies = [
  201    202   
 "base64-simd",
  202    203   
 "bytes",
  203    204   
 "bytes-utils",
  204    205   
 "futures-core",
  205    206   
 "http 0.2.12",
  206    207   
 "http-body",
  207    208   
 "hyper",
  208    209   
 "itoa",
  209    210   
 "num-integer",