Client Test

Client Test

rev. 338986a0ef6c42ec5a6fa5c2c05371297f71bf92 (ignoring whitespace)

Files changed:

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

@@ -398,398 +458,458 @@
  418    418   
 "tokio",
  419    419   
 "tracing",
  420    420   
]
  421    421   
  422    422   
[[package]]
  423    423   
name = "aws-smithy-http-auth"
  424    424   
version = "0.60.3"
  425    425   
  426    426   
[[package]]
  427    427   
name = "aws-smithy-http-client"
  428         -
version = "1.0.1"
         428  +
version = "1.0.2"
  429    429   
dependencies = [
  430    430   
 "aws-smithy-async",
  431    431   
 "aws-smithy-protocol-test",
  432    432   
 "aws-smithy-runtime-api",
  433    433   
 "aws-smithy-types",
  434    434   
 "bytes",
  435    435   
 "h2 0.4.9",
  436    436   
 "http 0.2.12",
  437    437   
 "http 1.3.1",
  438    438   
 "http-body 0.4.6",
@@ -515,515 +577,590 @@
  535    535   
  536    536   
[[package]]
  537    537   
name = "aws-smithy-json"
  538    538   
version = "0.61.3"
  539    539   
dependencies = [
  540    540   
 "aws-smithy-types",
  541    541   
 "proptest",
  542    542   
 "serde_json",
  543    543   
]
  544    544   
         545  +
[[package]]
         546  +
name = "aws-smithy-mocks"
         547  +
version = "0.1.0"
         548  +
dependencies = [
         549  +
 "aws-smithy-async",
         550  +
 "aws-smithy-http-client",
         551  +
 "aws-smithy-runtime",
         552  +
 "aws-smithy-runtime-api",
         553  +
 "aws-smithy-types",
         554  +
 "http 1.3.1",
         555  +
 "tokio",
         556  +
]
         557  +
  545    558   
[[package]]
  546    559   
name = "aws-smithy-mocks-experimental"
  547         -
version = "0.2.3"
         560  +
version = "0.2.4"
  548    561   
dependencies = [
  549    562   
 "aws-smithy-runtime-api",
  550    563   
 "aws-smithy-types",
  551    564   
 "tokio",
  552    565   
]
  553    566   
  554    567   
[[package]]
  555    568   
name = "aws-smithy-observability"
  556    569   
version = "0.1.3"
  557    570   
dependencies = [
@@ -3719,3732 +3781,3794 @@
 3739   3752   
dependencies = [
 3740   3753   
 "async-stream",
 3741   3754   
 "bytes",
 3742   3755   
 "futures-core",
 3743   3756   
 "tokio",
 3744   3757   
 "tokio-stream",
 3745   3758   
]
 3746   3759   
 3747   3760   
[[package]]
 3748   3761   
name = "tokio-util"
 3749         -
version = "0.7.14"
        3762  +
version = "0.7.15"
 3750   3763   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3751         -
checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
        3764  +
checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
 3752   3765   
dependencies = [
 3753   3766   
 "bytes",
 3754   3767   
 "futures-core",
 3755   3768   
 "futures-sink",
 3756   3769   
 "pin-project-lite",
 3757   3770   
 "tokio",
 3758   3771   
]
 3759   3772   
 3760   3773   
[[package]]
 3761   3774   
name = "tower"