Server Test Python

Server Test Python

rev. a562638cb954071808c8908a73292885a41137c0 (ignoring whitespace)

Files changed:

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

@@ -40,40 +100,100 @@
   60     60   
]
   61     61   
   62     62   
[[package]]
   63     63   
name = "autocfg"
   64     64   
version = "1.5.0"
   65     65   
source = "registry+https://github.com/rust-lang/crates.io-index"
   66     66   
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
   67     67   
   68     68   
[[package]]
   69     69   
name = "aws-smithy-async"
   70         -
version = "1.2.5"
          70  +
version = "1.3.0"
   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.1"
   80     80   
dependencies = [
@@ -154,154 +214,214 @@
  174    174   
  175    175   
[[package]]
  176    176   
name = "aws-smithy-json"
  177    177   
version = "0.61.4"
  178    178   
dependencies = [
  179    179   
 "aws-smithy-types",
  180    180   
]
  181    181   
  182    182   
[[package]]
  183    183   
name = "aws-smithy-runtime-api"
  184         -
version = "1.8.3"
         184  +
version = "1.8.4"
  185    185   
dependencies = [
  186    186   
 "aws-smithy-async",
  187    187   
 "aws-smithy-types",
  188    188   
 "bytes",
  189    189   
 "http 0.2.12",
  190    190   
 "http 1.3.1",
  191    191   
 "pin-project-lite",
  192    192   
 "tokio",
  193    193   
 "tracing",
  194    194   
]