Client Test

Client Test

rev. 174400987dccd7e137fefa96b1143d21c7ddfb78

Files changed:

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

@@ -471,471 +567,572 @@
  491    491   
 "percent-encoding",
  492    492   
 "pin-project-lite",
  493    493   
 "pin-utils",
  494    494   
 "proptest",
  495    495   
 "tokio",
  496    496   
 "tracing",
  497    497   
]
  498    498   
  499    499   
[[package]]
  500    500   
name = "aws-smithy-http-client"
  501         -
version = "1.2.0"
         501  +
version = "1.3.0"
  502    502   
dependencies = [
  503    503   
 "aws-smithy-async 1.3.0",
  504    504   
 "aws-smithy-protocol-test",
  505    505   
 "aws-smithy-runtime-api 1.13.0",
  506    506   
 "aws-smithy-types 1.6.0",
  507    507   
 "base64 0.22.1",
  508    508   
 "bytes",
         509  +
 "futures-util",
  509    510   
 "h2 0.3.27",
  510    511   
 "h2 0.4.14",
  511    512   
 "http 0.2.12",
  512    513   
 "http 1.4.2",
  513    514   
 "http-body 0.4.6",
  514    515   
 "http-body 1.0.1",
  515    516   
 "http-body-util",
  516    517   
 "hyper 0.14.32",
  517    518   
 "hyper 1.10.1",
  518    519   
 "hyper-rustls 0.24.2",
  519    520   
 "hyper-rustls 0.27.9",
  520    521   
 "hyper-util",
  521    522   
 "indexmap 2.14.0",
  522    523   
 "pin-project-lite",
  523    524   
 "rustls 0.21.12",
  524    525   
 "rustls 0.23.40",
  525    526   
 "rustls-native-certs 0.8.4",
  526    527   
 "rustls-pemfile 2.2.0",
  527    528   
 "rustls-pki-types",
  528    529   
 "s2n-tls",
  529    530   
 "s2n-tls-hyper",
  530    531   
 "s2n-tls-tokio",
  531    532   
 "serde",
  532    533   
 "serde_json",
  533    534   
 "serial_test",
         535  +
 "socket2 0.6.3",
  534    536   
 "tokio",
  535    537   
 "tokio-rustls 0.26.4",
  536    538   
 "tower 0.5.3",
         539  +
 "tower-service",
         540  +
 "tower-test",
  537    541   
 "tracing",
         542  +
 "tracing-subscriber",
  538    543   
]
  539    544   
  540    545   
[[package]]
  541    546   
name = "aws-smithy-http-server"
  542    547   
version = "0.65.10"
  543    548   
source = "registry+https://github.com/rust-lang/crates.io-index"
  544    549   
checksum = "1b9af5ea8c9237159cc5ef0da15f77ed37321f94e121d6c9e9eb6f4f25b583de"
  545    550   
dependencies = [
  546    551   
 "aws-smithy-cbor 0.61.5",
  547    552   
 "aws-smithy-http 0.62.6",