Client Test

Client Test

rev. b9c5732954a04783816298467af97c6c8d7ef2da (ignoring whitespace)

Files changed:

tmp-codegen-diff/codegen-client-test/Cargo.lock

@@ -305,305 +365,365 @@
  325    325   
name = "aws-smithy-cbor"
  326    326   
version = "0.61.1"
  327    327   
dependencies = [
  328    328   
 "aws-smithy-types",
  329    329   
 "criterion",
  330    330   
 "minicbor",
  331    331   
]
  332    332   
  333    333   
[[package]]
  334    334   
name = "aws-smithy-checksums"
  335         -
version = "0.63.5"
         335  +
version = "0.63.6"
  336    336   
dependencies = [
  337    337   
 "aws-smithy-http",
  338    338   
 "aws-smithy-types",
  339    339   
 "bytes",
  340    340   
 "bytes-utils",
  341    341   
 "crc-fast",
  342    342   
 "hex",
  343    343   
 "http 0.2.12",
  344    344   
 "http-body 0.4.6",
  345    345   
 "md-5",
@@ -589,589 +677,677 @@
  609    609   
[[package]]
  610    610   
name = "aws-smithy-query"
  611    611   
version = "0.60.7"
  612    612   
dependencies = [
  613    613   
 "aws-smithy-types",
  614    614   
 "urlencoding",
  615    615   
]
  616    616   
  617    617   
[[package]]
  618    618   
name = "aws-smithy-runtime"
  619         -
version = "1.8.5"
         619  +
version = "1.8.6"
  620    620   
dependencies = [
  621    621   
 "approx",
  622    622   
 "aws-smithy-async",
  623    623   
 "aws-smithy-http",
  624    624   
 "aws-smithy-http-client",
  625    625   
 "aws-smithy-observability",
  626    626   
 "aws-smithy-runtime-api",
  627    627   
 "aws-smithy-types",
  628    628   
 "bytes",
  629    629   
 "fastrand",
  630    630   
 "futures-util",
  631    631   
 "http 0.2.12",
  632    632   
 "http 1.3.1",
  633    633   
 "http-body 0.4.6",
  634    634   
 "http-body 1.0.1",
  635    635   
 "hyper 0.14.32",
  636    636   
 "pin-project-lite",
  637    637   
 "pin-utils",
  638    638   
 "pretty_assertions",
  639    639   
 "tokio",
  640    640   
 "tracing",
  641    641   
 "tracing-subscriber",
  642    642   
 "tracing-test",
  643    643   
]
  644    644   
  645    645   
[[package]]
  646    646   
name = "aws-smithy-runtime-api"
  647         -
version = "1.8.4"
         647  +
version = "1.8.5"
  648    648   
dependencies = [
  649    649   
 "aws-smithy-async",
  650    650   
 "aws-smithy-types",
  651    651   
 "bytes",
  652    652   
 "http 0.2.12",
  653    653   
 "http 1.3.1",
  654    654   
 "pin-project-lite",
  655    655   
 "proptest",
  656    656   
 "tokio",
  657    657   
 "tracing",