Server Test Python

Server Test Python

rev. 628eeeeeed390f5efdbfe607c18848c033debd3e

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.10"
   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.2"
          96  +
version = "0.62.3"
   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",