Client Test

Client Test

rev. 08203b81721688e7752692f3667cd56827ab3580

Files changed:

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

@@ -525,525 +633,633 @@
  545    545   
 "aws-smithy-http-client",
  546    546   
 "aws-smithy-runtime",
  547    547   
 "aws-smithy-runtime-api",
  548    548   
 "aws-smithy-types",
  549    549   
 "http 1.3.1",
  550    550   
 "tokio",
  551    551   
]
  552    552   
  553    553   
[[package]]
  554    554   
name = "aws-smithy-observability"
  555         -
version = "0.1.4"
         555  +
version = "0.2.0"
  556    556   
dependencies = [
  557    557   
 "aws-smithy-runtime-api",
  558    558   
 "serial_test",
  559    559   
]
  560    560   
  561    561   
[[package]]
  562    562   
name = "aws-smithy-observability-otel"
  563    563   
version = "0.1.2"
  564    564   
dependencies = [
  565    565   
 "async-global-executor",
  566    566   
 "async-task",
  567    567   
 "aws-smithy-observability",
  568    568   
 "criterion",
  569    569   
 "opentelemetry",
  570    570   
 "opentelemetry_sdk",
  571    571   
 "stats_alloc",
  572    572   
 "tokio",
  573    573   
 "value-bag",
  574    574   
]
  575    575   
  576    576   
[[package]]
  577    577   
name = "aws-smithy-protocol-test"
  578    578   
version = "0.63.6"
  579    579   
dependencies = [
  580    580   
 "assert-json-diff",
  581    581   
 "aws-smithy-runtime-api",
  582    582   
 "base64-simd",
  583    583   
 "cbor-diag",
  584    584   
 "ciborium",
  585    585   
 "http 0.2.12",
  586    586   
 "pretty_assertions",
  587    587   
 "regex-lite",
  588    588   
 "roxmltree",
  589    589   
 "serde_json",
  590    590   
 "thiserror 2.0.17",
  591    591   
]
  592    592   
  593    593   
[[package]]
  594    594   
name = "aws-smithy-query"
  595    595   
version = "0.60.8"
  596    596   
dependencies = [
  597    597   
 "aws-smithy-types",
  598    598   
 "urlencoding",
  599    599   
]
  600    600   
  601    601   
[[package]]
  602    602   
name = "aws-smithy-runtime"
  603         -
version = "1.9.4"
         603  +
version = "1.9.5"
  604    604   
dependencies = [
  605    605   
 "approx",
  606    606   
 "aws-smithy-async",
  607    607   
 "aws-smithy-http",
  608    608   
 "aws-smithy-http-client",
  609    609   
 "aws-smithy-observability",
  610    610   
 "aws-smithy-runtime-api",
  611    611   
 "aws-smithy-types",
  612    612   
 "bytes",
  613    613   
 "fastrand",
@@ -2267,2267 +2329,2329 @@
 2287   2287   
]
 2288   2288   
 2289   2289   
[[package]]
 2290   2290   
name = "mime"
 2291   2291   
version = "0.3.17"
 2292   2292   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2293   2293   
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 2294   2294   
 2295   2295   
[[package]]
 2296   2296   
name = "minicbor"
 2297         -
version = "0.24.2"
        2297  +
version = "0.24.4"
 2298   2298   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2299         -
checksum = "5f8e213c36148d828083ae01948eed271d03f95f7e72571fa242d78184029af2"
        2299  +
checksum = "29be4f60e41fde478b36998b88821946aafac540e53591e76db53921a0cc225b"
 2300   2300   
dependencies = [
 2301   2301   
 "half",
 2302   2302   
 "minicbor-derive",
 2303   2303   
]
 2304   2304   
 2305   2305   
[[package]]
 2306   2306   
name = "minicbor-derive"
 2307   2307   
version = "0.15.3"
 2308   2308   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2309   2309   
checksum = "bd2209fff77f705b00c737016a48e73733d7fbccb8b007194db148f03561fb70"