Client Test

Client Test

rev. 94f0eaf10b3c815f4addb1b170a9f93d7a15c7b3 (ignoring whitespace)

Files changed:

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

@@ -521,521 +581,581 @@
  541    541   
name = "aws-smithy-json"
  542    542   
version = "0.61.5"
  543    543   
dependencies = [
  544    544   
 "aws-smithy-types",
  545    545   
 "proptest",
  546    546   
 "serde_json",
  547    547   
]
  548    548   
  549    549   
[[package]]
  550    550   
name = "aws-smithy-mocks"
  551         -
version = "0.1.2"
         551  +
version = "0.2.0"
  552    552   
dependencies = [
  553    553   
 "aws-smithy-async",
  554    554   
 "aws-smithy-http-client",
  555    555   
 "aws-smithy-runtime",
  556    556   
 "aws-smithy-runtime-api",
  557    557   
 "aws-smithy-types",
  558    558   
 "http 1.3.1",
  559    559   
 "tokio",
  560    560   
]
  561    561