Server Test Python

Server Test Python

rev. 354ff73b046b4e419d8c1c81c59e2914a72dfb77

Files changed:

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

@@ -167,167 +251,251 @@
  187    187   
 "thiserror 2.0.18",
  188    188   
 "tokio",
  189    189   
 "tower",
  190    190   
 "tower-http",
  191    191   
 "tracing",
  192    192   
 "uuid",
  193    193   
]
  194    194   
  195    195   
[[package]]
  196    196   
name = "aws-smithy-runtime-api"
  197         -
version = "1.12.0"
         197  +
version = "1.12.1"
  198    198   
dependencies = [
  199    199   
 "aws-smithy-async",
  200    200   
 "aws-smithy-runtime-api-macros",
  201    201   
 "aws-smithy-types",
  202    202   
 "bytes",
  203    203   
 "http 0.2.12",
  204    204   
 "http 1.4.0",
  205    205   
 "pin-project-lite",
  206    206   
 "tokio",
  207    207   
 "tracing",
  208    208   
]
  209    209   
  210    210   
[[package]]
  211    211   
name = "aws-smithy-runtime-api-macros"
  212    212   
version = "1.0.0"
  213    213   
dependencies = [
  214    214   
 "proc-macro2",
  215    215   
 "quote",
  216    216   
 "syn 2.0.117",
  217    217   
]
  218    218   
  219    219   
[[package]]
  220    220   
name = "aws-smithy-types"
  221         -
version = "1.4.7"
         221  +
version = "1.4.8"
  222    222   
dependencies = [
  223    223   
 "base64-simd",
  224    224   
 "bytes",
  225    225   
 "bytes-utils",
  226    226   
 "futures-core",
  227    227   
 "http 0.2.12",
  228    228   
 "http 1.4.0",
  229    229   
 "http-body 0.4.6",
  230    230   
 "http-body 1.0.1",
  231    231   
 "http-body-util",