Client Test

Client Test

rev. 5c8e58af258d071f43260debe10261d8bb0339c5 (ignoring whitespace)

Files changed:

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

@@ -656,656 +715,716 @@
  676    676   
source = "registry+https://github.com/rust-lang/crates.io-index"
  677    677   
checksum = "49fa1213db31ac95288d981476f78d05d9cbb0353d22cdf3472cc05bb02f6551"
  678    678   
dependencies = [
  679    679   
 "aws-smithy-types 1.4.5",
  680    680   
]
  681    681   
  682    682   
[[package]]
  683    683   
name = "aws-smithy-json"
  684    684   
version = "0.62.5"
  685    685   
dependencies = [
         686  +
 "aws-smithy-schema",
  686    687   
 "aws-smithy-types 1.4.6",
  687    688   
 "proptest",
  688    689   
 "serde_json",
  689    690   
]
  690    691   
  691    692   
[[package]]
  692    693   
name = "aws-smithy-legacy-http"
  693    694   
version = "0.62.13"
  694    695   
dependencies = [
  695    696   
 "async-stream",
@@ -838,839 +897,905 @@
  858    859   
 "bytes",
  859    860   
 "http 0.2.12",
  860    861   
 "http 1.4.0",
  861    862   
 "pin-project-lite",
  862    863   
 "proptest",
  863    864   
 "tokio",
  864    865   
 "tracing",
  865    866   
 "zeroize",
  866    867   
]
  867    868   
         869  +
[[package]]
         870  +
name = "aws-smithy-schema"
         871  +
version = "0.1.0"
         872  +
dependencies = [
         873  +
 "aws-smithy-types 1.4.6",
         874  +
]
         875  +
  868    876   
[[package]]
  869    877   
name = "aws-smithy-types"
  870    878   
version = "1.4.5"
  871    879   
source = "registry+https://github.com/rust-lang/crates.io-index"
  872    880   
checksum = "8ca2734c16913a45343b37313605d84e7d8b34a4611598ce1d25b35860a2bed3"
  873    881   
dependencies = [
  874    882   
 "base64-simd",
  875    883   
 "bytes",
  876    884   
 "bytes-utils",
  877    885   
 "futures-core",