Server Test Python

Server Test Python

rev. dc3d179b7b06a7926177ae1447015700716360cb

Files changed:

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

@@ -57,57 +117,117 @@
   77     77   
name = "aws-smithy-eventstream"
   78     78   
version = "0.60.19"
   79     79   
dependencies = [
   80     80   
 "aws-smithy-types",
   81     81   
 "bytes",
   82     82   
 "crc32fast",
   83     83   
]
   84     84   
   85     85   
[[package]]
   86     86   
name = "aws-smithy-http"
   87         -
version = "0.63.5"
          87  +
version = "0.63.6"
   88     88   
dependencies = [
   89     89   
 "aws-smithy-runtime-api",
   90     90   
 "aws-smithy-types",
   91     91   
 "bytes",
   92     92   
 "bytes-utils",
   93     93   
 "futures-core",
   94     94   
 "futures-util",
   95     95   
 "http 1.4.0",
   96     96   
 "http-body 1.0.1",
   97     97   
 "http-body-util",