Server Test Python

Server Test Python

rev. ec7b2441254af868911fccffe8d8dca83aff0045 (ignoring whitespace)

Files changed:

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

@@ -112,112 +244,247 @@
  132    132   
 "tower",
  133    133   
 "tracing",
  134    134   
 "tracing-appender",
  135    135   
 "tracing-subscriber",
  136    136   
]
  137    137   
  138    138   
[[package]]
  139    139   
name = "aws-smithy-json"
  140    140   
version = "0.62.6"
  141    141   
dependencies = [
         142  +
 "aws-smithy-runtime-api",
  142    143   
 "aws-smithy-schema",
  143    144   
 "aws-smithy-types",
  144    145   
]
  145    146   
  146    147   
[[package]]
  147    148   
name = "aws-smithy-legacy-http"
  148    149   
version = "0.62.14"
  149    150   
dependencies = [
  150    151   
 "aws-smithy-eventstream",
  151    152   
 "aws-smithy-http",
  152    153   
 "aws-smithy-runtime-api",
  153    154   
 "aws-smithy-types",
  154    155   
 "bytes",
  155    156   
 "bytes-utils",
  156    157   
 "futures-core",
  157    158   
 "futures-util",
  158    159   
 "http 0.2.12",
  159    160   
 "http 1.4.0",
  160    161   
 "http-body 0.4.6",
  161    162   
 "percent-encoding",
  162    163   
 "pin-project-lite",
  163    164   
 "pin-utils",
  164    165   
 "tracing",
  165    166   
]
  166    167   
  167    168   
[[package]]
  168    169   
name = "aws-smithy-legacy-http-server"
  169    170   
version = "0.65.14"
  170    171   
dependencies = [
  171    172   
 "aws-smithy-cbor",
  172    173   
 "aws-smithy-json",
  173    174   
 "aws-smithy-legacy-http",
  174    175   
 "aws-smithy-runtime-api",
  175    176   
 "aws-smithy-types",
  176    177   
 "aws-smithy-xml",
  177    178   
 "bytes",
  178    179   
 "futures-util",
  179    180   
 "http 0.2.12",
  180    181   
 "http-body 0.4.6",
  181    182   
 "hyper",
  182    183   
 "lambda_http",
  183    184   
 "mime",
  184    185   
 "nom",
  185    186   
 "pin-project-lite",
  186    187   
 "regex",
  187    188   
 "serde_urlencoded",
  188    189   
 "thiserror 2.0.18",
  189    190   
 "tokio",
  190    191   
 "tower",
  191    192   
 "tower-http",
  192    193   
 "tracing",
  193    194   
 "uuid",
  194    195   
]
  195    196   
  196    197   
[[package]]
  197    198   
name = "aws-smithy-runtime-api"
  198         -
version = "1.11.6"
         199  +
version = "1.11.7"
  199    200   
dependencies = [
  200    201   
 "aws-smithy-async",
  201    202   
 "aws-smithy-types",
  202    203   
 "bytes",
  203    204   
 "http 0.2.12",
  204    205   
 "http 1.4.0",
  205    206   
 "pin-project-lite",
  206    207   
 "tokio",
  207    208   
 "tracing",
  208    209   
]
  209    210   
  210    211   
[[package]]
  211    212   
name = "aws-smithy-schema"
  212    213   
version = "1.0.0"
  213    214   
dependencies = [
         215  +
 "aws-smithy-runtime-api",
  214    216   
 "aws-smithy-types",
         217  +
 "http 1.4.0",
  215    218   
]
  216    219   
  217    220   
[[package]]
  218    221   
name = "aws-smithy-types"
  219    222   
version = "1.4.7"
  220    223   
dependencies = [
  221    224   
 "base64-simd",
  222    225   
 "bytes",
  223    226   
 "bytes-utils",
  224    227   
 "futures-core",