Client Test

Client Test

rev. 8fe0f8fb3465e339defef9eaa2edd3c58411b010 (ignoring whitespace)

Files changed:

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

@@ -397,397 +486,489 @@
  417    417   
 "tokio",
  418    418   
 "tracing",
  419    419   
]
  420    420   
  421    421   
[[package]]
  422    422   
name = "aws-smithy-http-auth"
  423    423   
version = "0.60.3"
  424    424   
  425    425   
[[package]]
  426    426   
name = "aws-smithy-http-client"
  427         -
version = "1.0.6"
         427  +
version = "1.1.0"
  428    428   
dependencies = [
  429    429   
 "aws-smithy-async",
  430    430   
 "aws-smithy-protocol-test",
  431    431   
 "aws-smithy-runtime-api",
  432    432   
 "aws-smithy-types",
         433  +
 "base64 0.22.1",
  433    434   
 "bytes",
  434    435   
 "h2 0.3.27",
  435    436   
 "h2 0.4.12",
  436    437   
 "http 0.2.12",
  437    438   
 "http 1.3.1",
  438    439   
 "http-body 0.4.6",
  439    440   
 "http-body 1.0.1",
  440    441   
 "http-body-util",
  441    442   
 "hyper 0.14.32",
  442    443   
 "hyper 1.6.0",
  443    444   
 "hyper-rustls 0.24.2",
  444    445   
 "hyper-rustls 0.27.7",
  445    446   
 "hyper-util",
  446    447   
 "indexmap 2.10.0",
  447    448   
 "pin-project-lite",
  448    449   
 "rustls 0.21.12",
  449    450   
 "rustls 0.23.31",
  450    451   
 "rustls-native-certs 0.8.1",
  451    452   
 "rustls-pemfile 2.2.0",
  452    453   
 "rustls-pki-types",
  453    454   
 "s2n-tls",
  454    455   
 "s2n-tls-hyper",
         456  +
 "s2n-tls-tokio",
  455    457   
 "serde",
  456    458   
 "serde_json",
         459  +
 "serial_test",
  457    460   
 "tokio",
  458    461   
 "tokio-rustls 0.26.2",
  459    462   
 "tower 0.5.2",
  460    463   
 "tracing",
  461    464   
]
  462    465   
  463    466   
[[package]]
  464    467   
name = "aws-smithy-http-server"
  465    468   
version = "0.65.5"
  466    469   
dependencies = [
@@ -587,590 +675,678 @@
  607    610   
[[package]]
  608    611   
name = "aws-smithy-query"
  609    612   
version = "0.60.7"
  610    613   
dependencies = [
  611    614   
 "aws-smithy-types",
  612    615   
 "urlencoding",
  613    616   
]
  614    617   
  615    618   
[[package]]
  616    619   
name = "aws-smithy-runtime"
  617         -
version = "1.8.6"
         620  +
version = "1.9.0"
  618    621   
dependencies = [
  619    622   
 "approx",
  620    623   
 "aws-smithy-async",
  621    624   
 "aws-smithy-http",
  622    625   
 "aws-smithy-http-client",
  623    626   
 "aws-smithy-observability",
  624    627   
 "aws-smithy-runtime-api",
  625    628   
 "aws-smithy-types",
  626    629   
 "bytes",
  627    630   
 "fastrand",
  628    631   
 "futures-util",
  629    632   
 "http 0.2.12",
  630    633   
 "http 1.3.1",
  631    634   
 "http-body 0.4.6",
  632    635   
 "http-body 1.0.1",
  633    636   
 "hyper 0.14.32",
  634    637   
 "pin-project-lite",
  635    638   
 "pin-utils",
  636    639   
 "pretty_assertions",
  637    640   
 "tokio",
  638    641   
 "tracing",
  639    642   
 "tracing-subscriber",
  640    643   
 "tracing-test",
  641    644   
]
  642    645   
  643    646   
[[package]]
  644    647   
name = "aws-smithy-runtime-api"
  645         -
version = "1.8.7"
         648  +
version = "1.9.0"
  646    649   
dependencies = [
  647    650   
 "aws-smithy-async",
  648    651   
 "aws-smithy-types",
  649    652   
 "bytes",
  650    653   
 "http 0.2.12",
  651    654   
 "http 1.3.1",
  652    655   
 "pin-project-lite",
  653    656   
 "proptest",
  654    657   
 "tokio",
  655    658   
 "tracing",
@@ -3141,3144 +3241,3244 @@
 3161   3164   
]
 3162   3165   
 3163   3166   
[[package]]
 3164   3167   
name = "ryu"
 3165   3168   
version = "1.0.20"
 3166   3169   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3167   3170   
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
 3168   3171   
 3169   3172   
[[package]]
 3170   3173   
name = "s2n-tls"
 3171         -
version = "0.3.12"
        3174  +
version = "0.3.23"
 3172   3175   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3173         -
checksum = "bca784a7bd2303b31dee13fe5d8617bd27c9e983342b6f07277d7bc07a2f32ea"
        3176  +
checksum = "7795b2643472ca0c92abd9649fbbc96ce6b90ce88f8a75412abe49c580db89f8"
 3174   3177   
dependencies = [
 3175   3178   
 "errno",
 3176   3179   
 "hex",
 3177   3180   
 "libc",
 3178   3181   
 "pin-project-lite",
 3179   3182   
 "s2n-tls-sys",
 3180   3183   
]
 3181   3184   
 3182   3185   
[[package]]
 3183   3186   
name = "s2n-tls-hyper"
 3184         -
version = "0.0.4"
        3187  +
version = "0.0.15"
 3185   3188   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3186         -
checksum = "de97dea004ba2d03d6f1618f0ee770b4a63e3ba98d1764a0fecd2e520123f9ec"
        3189  +
checksum = "ad7b9b2f67c180c23ae200d435b8d43c5696a916b33411732689435bf5affb69"
 3187   3190   
dependencies = [
 3188   3191   
 "http 1.3.1",
 3189   3192   
 "hyper 1.6.0",
 3190   3193   
 "hyper-util",
 3191   3194   
 "s2n-tls",
 3192   3195   
 "s2n-tls-tokio",
 3193   3196   
 "tower-service",
 3194   3197   
]
 3195   3198   
 3196   3199   
[[package]]
 3197   3200   
name = "s2n-tls-sys"
 3198         -
version = "0.3.12"
        3201  +
version = "0.3.23"
 3199   3202   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3200         -
checksum = "9ac0a964de7522dd815253bea5f17e70fd382920ab20c69783ad5294519f4712"
        3203  +
checksum = "2a1f57616b8f5b24e38f5506a1ed22133088b5d307565953d3fded6e42714639"
 3201   3204   
dependencies = [
 3202   3205   
 "aws-lc-rs",
 3203   3206   
 "cc",
 3204   3207   
 "libc",
 3205   3208   
]
 3206   3209   
 3207   3210   
[[package]]
 3208   3211   
name = "s2n-tls-tokio"
 3209         -
version = "0.3.12"
        3212  +
version = "0.3.23"
 3210   3213   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3211         -
checksum = "8ef2b3f1b676575bf221cb8fe5c0bb5720736b98957e7dc9d873cd50412cbc7a"
        3214  +
checksum = "3a02d61c88fabd0f64781e121acec3da2bcd192da4625d1f94a5c0e8886e2320"
 3212   3215   
dependencies = [
 3213   3216   
 "errno",
 3214   3217   
 "libc",
 3215   3218   
 "pin-project-lite",
 3216   3219   
 "s2n-tls",
 3217   3220   
 "tokio",
 3218   3221   
]
 3219   3222   
 3220   3223   
[[package]]
 3221   3224   
name = "same-file"