Server Test Python

Server Test Python

rev. c8c8dc6274bbb4bdb7c81de98bf1ecb04245b3fd (ignoring whitespace)

Files changed:

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

@@ -111,111 +170,171 @@
  131    131   
 "tower",
  132    132   
 "tracing",
  133    133   
 "tracing-appender",
  134    134   
 "tracing-subscriber",
  135    135   
]
  136    136   
  137    137   
[[package]]
  138    138   
name = "aws-smithy-json"
  139    139   
version = "0.62.5"
  140    140   
dependencies = [
         141  +
 "aws-smithy-schema",
  141    142   
 "aws-smithy-types",
  142    143   
]
  143    144   
  144    145   
[[package]]
  145    146   
name = "aws-smithy-legacy-http"
  146    147   
version = "0.62.13"
  147    148   
dependencies = [
  148    149   
 "aws-smithy-eventstream",
  149    150   
 "aws-smithy-runtime-api",
  150    151   
 "aws-smithy-types",
@@ -177,178 +236,244 @@
  197    198   
 "aws-smithy-async",
  198    199   
 "aws-smithy-types",
  199    200   
 "bytes",
  200    201   
 "http 0.2.12",
  201    202   
 "http 1.4.0",
  202    203   
 "pin-project-lite",
  203    204   
 "tokio",
  204    205   
 "tracing",
  205    206   
]
  206    207   
         208  +
[[package]]
         209  +
name = "aws-smithy-schema"
         210  +
version = "0.1.0"
         211  +
dependencies = [
         212  +
 "aws-smithy-types",
         213  +
]
         214  +
  207    215   
[[package]]
  208    216   
name = "aws-smithy-types"
  209    217   
version = "1.4.6"
  210    218   
dependencies = [
  211    219   
 "base64-simd",
  212    220   
 "bytes",
  213    221   
 "bytes-utils",
  214    222   
 "futures-core",
  215    223   
 "http 0.2.12",
  216    224   
 "http 1.4.0",