Client Test

Client Test

rev. 354ff73b046b4e419d8c1c81c59e2914a72dfb77 (ignoring whitespace)

Files changed:

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

@@ -337,337 +605,605 @@
  357    357   
 "pin-project-lite",
  358    358   
 "tokio",
  359    359   
]
  360    360   
  361    361   
[[package]]
  362    362   
name = "aws-smithy-cbor"
  363    363   
version = "0.61.6"
  364    364   
source = "registry+https://github.com/rust-lang/crates.io-index"
  365    365   
checksum = "9364e2fe90e1d5323a6ab452eda10cfebc00499a20c14e4e14a9f369b15422c6"
  366    366   
dependencies = [
  367         -
 "aws-smithy-types 1.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
         367  +
 "aws-smithy-types 1.4.7",
  368    368   
 "minicbor",
  369    369   
]
  370    370   
  371    371   
[[package]]
  372    372   
name = "aws-smithy-cbor"
  373    373   
version = "0.61.7"
  374    374   
dependencies = [
  375         -
 "aws-smithy-types 1.4.7",
         375  +
 "aws-smithy-types 1.4.8",
  376    376   
 "criterion",
  377    377   
 "minicbor",
  378    378   
]
  379    379   
  380    380   
[[package]]
  381    381   
name = "aws-smithy-checksums"
  382    382   
version = "0.64.8"
  383    383   
dependencies = [
  384    384   
 "aws-smithy-http 0.63.6",
  385         -
 "aws-smithy-types 1.4.7",
         385  +
 "aws-smithy-types 1.4.8",
  386    386   
 "bytes",
  387    387   
 "bytes-utils",
  388    388   
 "crc-fast",
  389    389   
 "hex",
  390    390   
 "http 1.4.0",
  391    391   
 "http-body 1.0.1",
  392    392   
 "http-body-util",
  393    393   
 "md-5 0.11.0",
  394    394   
 "pin-project-lite",
  395    395   
 "pretty_assertions",
  396    396   
 "sha1",
  397    397   
 "sha2",
  398    398   
 "tokio",
  399    399   
 "tracing",
  400    400   
 "tracing-test",
  401    401   
]
  402    402   
  403    403   
[[package]]
  404    404   
name = "aws-smithy-compression"
  405    405   
version = "0.1.6"
  406    406   
dependencies = [
  407         -
 "aws-smithy-runtime-api 1.12.0",
  408         -
 "aws-smithy-types 1.4.7",
         407  +
 "aws-smithy-runtime-api 1.12.1",
         408  +
 "aws-smithy-types 1.4.8",
  409    409   
 "bytes",
  410    410   
 "bytes-utils",
  411    411   
 "flate2",
  412    412   
 "futures-util",
  413    413   
 "http 1.4.0",
  414    414   
 "http-body 1.0.1",
  415    415   
 "http-body-util",
  416    416   
 "pin-project-lite",
  417    417   
 "pretty_assertions",
  418    418   
 "tokio",
  419    419   
 "tracing",
  420    420   
]
  421    421   
  422    422   
[[package]]
  423    423   
name = "aws-smithy-dns"
  424    424   
version = "0.1.12"
  425    425   
dependencies = [
  426         -
 "aws-smithy-runtime-api 1.12.0",
         426  +
 "aws-smithy-runtime-api 1.12.1",
  427    427   
 "criterion",
  428    428   
 "hickory-resolver",
  429    429   
 "tokio",
  430    430   
]
  431    431   
  432    432   
[[package]]
  433    433   
name = "aws-smithy-eventstream"
  434    434   
version = "0.60.20"
  435    435   
dependencies = [
  436    436   
 "arbitrary",
  437         -
 "aws-smithy-types 1.4.7",
         437  +
 "aws-smithy-types 1.4.8",
  438    438   
 "bytes",
  439    439   
 "bytes-utils",
  440    440   
 "crc32fast",
  441    441   
 "criterion",
  442    442   
 "derive_arbitrary",
  443    443   
 "jemallocator",
  444    444   
 "mimalloc",
  445    445   
]
  446    446   
  447    447   
[[package]]
  448    448   
name = "aws-smithy-experimental"
  449    449   
version = "0.2.4"
  450    450   
  451    451   
[[package]]
  452    452   
name = "aws-smithy-http"
  453    453   
version = "0.62.6"
  454    454   
source = "registry+https://github.com/rust-lang/crates.io-index"
  455    455   
checksum = "826141069295752372f8203c17f28e30c464d22899a43a0c9fd9c458d469c88b"
  456    456   
dependencies = [
  457    457   
 "aws-smithy-runtime-api 1.11.6",
  458         -
 "aws-smithy-types 1.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
         458  +
 "aws-smithy-types 1.4.7",
  459    459   
 "bytes",
  460    460   
 "bytes-utils",
  461    461   
 "futures-core",
  462    462   
 "futures-util",
  463    463   
 "http 0.2.12",
  464    464   
 "http 1.4.0",
  465    465   
 "http-body 0.4.6",
  466    466   
 "percent-encoding",
  467    467   
 "pin-project-lite",
  468    468   
 "pin-utils",
  469    469   
 "tracing",
  470    470   
]
  471    471   
  472    472   
[[package]]
  473    473   
name = "aws-smithy-http"
  474    474   
version = "0.63.6"
  475    475   
dependencies = [
  476    476   
 "async-stream",
  477    477   
 "aws-smithy-eventstream",
  478         -
 "aws-smithy-runtime-api 1.12.0",
  479         -
 "aws-smithy-types 1.4.7",
         478  +
 "aws-smithy-runtime-api 1.12.1",
         479  +
 "aws-smithy-types 1.4.8",
  480    480   
 "bytes",
  481    481   
 "bytes-utils",
  482    482   
 "futures-core",
  483    483   
 "futures-util",
  484    484   
 "http 1.4.0",
  485    485   
 "http-body 1.0.1",
  486    486   
 "http-body-util",
  487    487   
 "hyper 1.9.0",
  488    488   
 "percent-encoding",
  489    489   
 "pin-project-lite",
  490    490   
 "pin-utils",
  491    491   
 "proptest",
  492    492   
 "tokio",
  493    493   
 "tracing",
  494    494   
]
  495    495   
  496    496   
[[package]]
  497    497   
name = "aws-smithy-http-client"
  498    498   
version = "1.1.12"
  499    499   
dependencies = [
  500    500   
 "aws-smithy-async 1.2.14",
  501    501   
 "aws-smithy-protocol-test",
  502         -
 "aws-smithy-runtime-api 1.12.0",
  503         -
 "aws-smithy-types 1.4.7",
         502  +
 "aws-smithy-runtime-api 1.12.1",
         503  +
 "aws-smithy-types 1.4.8",
  504    504   
 "base64 0.22.1",
  505    505   
 "bytes",
  506    506   
 "h2 0.3.27",
  507    507   
 "h2 0.4.13",
  508    508   
 "http 0.2.12",
  509    509   
 "http 1.4.0",
  510    510   
 "http-body 0.4.6",
  511    511   
 "http-body 1.0.1",
  512    512   
 "http-body-util",
  513    513   
 "hyper 0.14.32",
  514    514   
 "hyper 1.9.0",
  515    515   
 "hyper-rustls 0.24.2",
  516    516   
 "hyper-rustls 0.27.7",
  517    517   
 "hyper-util",
  518    518   
 "indexmap 2.13.1",
  519    519   
 "pin-project-lite",
  520    520   
 "rustls 0.21.12",
  521    521   
 "rustls 0.23.37",
  522    522   
 "rustls-native-certs 0.8.3",
  523    523   
 "rustls-pemfile 2.2.0",
  524    524   
 "rustls-pki-types",
  525    525   
 "s2n-tls",
  526    526   
 "s2n-tls-hyper",
  527    527   
 "s2n-tls-tokio",
  528    528   
 "serde",
  529    529   
 "serde_json",
  530    530   
 "serial_test",
  531    531   
 "tokio",
  532    532   
 "tokio-rustls 0.26.4",
  533    533   
 "tower 0.5.3",
  534    534   
 "tracing",
  535    535   
]
  536    536   
  537    537   
[[package]]
  538    538   
name = "aws-smithy-http-server"
  539    539   
version = "0.65.10"
  540    540   
source = "registry+https://github.com/rust-lang/crates.io-index"
  541    541   
checksum = "1b9af5ea8c9237159cc5ef0da15f77ed37321f94e121d6c9e9eb6f4f25b583de"
  542    542   
dependencies = [
  543    543   
 "aws-smithy-cbor 0.61.6",
  544    544   
 "aws-smithy-http 0.62.6",
  545    545   
 "aws-smithy-json 0.61.9",
  546    546   
 "aws-smithy-runtime-api 1.11.6",
  547         -
 "aws-smithy-types 1.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
         547  +
 "aws-smithy-types 1.4.7",
  548    548   
 "aws-smithy-xml 0.60.15 (registry+https://github.com/rust-lang/crates.io-index)",
  549    549   
 "bytes",
  550    550   
 "futures-util",
  551    551   
 "http 0.2.12",
  552    552   
 "http-body 0.4.6",
  553    553   
 "hyper 0.14.32",
  554    554   
 "mime",
  555    555   
 "nom",
  556    556   
 "pin-project-lite",
  557    557   
 "regex",
  558    558   
 "serde_urlencoded",
  559    559   
 "thiserror 2.0.18",
  560    560   
 "tokio",
  561    561   
 "tower 0.4.13",
  562    562   
 "tower-http 0.3.5",
  563    563   
 "tracing",
  564    564   
 "uuid",
  565    565   
]
  566    566   
  567    567   
[[package]]
  568    568   
name = "aws-smithy-http-server"
  569    569   
version = "0.66.4"
  570    570   
dependencies = [
  571    571   
 "aws-smithy-cbor 0.61.7",
  572    572   
 "aws-smithy-http 0.63.6",
  573    573   
 "aws-smithy-json 0.62.5",
  574         -
 "aws-smithy-runtime-api 1.12.0",
  575         -
 "aws-smithy-types 1.4.7",
         574  +
 "aws-smithy-runtime-api 1.12.1",
         575  +
 "aws-smithy-types 1.4.8",
  576    576   
 "aws-smithy-xml 0.60.15",
  577    577   
 "bytes",
  578    578   
 "futures-util",
  579    579   
 "http 1.4.0",
  580    580   
 "http-body 1.0.1",
  581    581   
 "http-body-util",
  582    582   
 "hyper 1.9.0",
  583    583   
 "hyper-util",
  584    584   
 "lambda_http 1.1.2",
  585    585   
 "mime",
@@ -612,612 +988,988 @@
  632    632   
 "syn 2.0.117",
  633    633   
]
  634    634   
  635    635   
[[package]]
  636    636   
name = "aws-smithy-http-server-python"
  637    637   
version = "0.67.1"
  638    638   
dependencies = [
  639    639   
 "aws-smithy-http 0.63.6",
  640    640   
 "aws-smithy-json 0.62.5",
  641    641   
 "aws-smithy-legacy-http-server",
  642         -
 "aws-smithy-types 1.4.7",
         642  +
 "aws-smithy-types 1.4.8",
  643    643   
 "aws-smithy-xml 0.60.15",
  644    644   
 "bytes",
  645    645   
 "futures",
  646    646   
 "futures-util",
  647    647   
 "http 0.2.12",
  648    648   
 "hyper 0.14.32",
  649    649   
 "hyper-rustls 0.24.2",
  650    650   
 "lambda_http 0.8.4",
  651    651   
 "num_cpus",
  652    652   
 "parking_lot",
  653    653   
 "pin-project-lite",
  654    654   
 "pretty_assertions",
  655    655   
 "pyo3",
  656    656   
 "pyo3-asyncio",
  657    657   
 "rcgen",
  658    658   
 "rustls-pemfile 1.0.4",
  659    659   
 "signal-hook",
  660    660   
 "socket2 0.5.10",
  661    661   
 "thiserror 2.0.18",
  662    662   
 "tls-listener",
  663    663   
 "tokio",
  664    664   
 "tokio-rustls 0.24.1",
  665    665   
 "tokio-stream",
  666    666   
 "tokio-test",
  667    667   
 "tower 0.4.13",
  668    668   
 "tower-test",
  669    669   
 "tracing",
  670    670   
 "tracing-appender",
  671    671   
 "tracing-subscriber",
  672    672   
]
  673    673   
  674    674   
[[package]]
  675    675   
name = "aws-smithy-json"
  676    676   
version = "0.61.9"
  677    677   
source = "registry+https://github.com/rust-lang/crates.io-index"
  678    678   
checksum = "49fa1213db31ac95288d981476f78d05d9cbb0353d22cdf3472cc05bb02f6551"
  679    679   
dependencies = [
  680         -
 "aws-smithy-types 1.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
         680  +
 "aws-smithy-types 1.4.7",
  681    681   
]
  682    682   
  683    683   
[[package]]
  684    684   
name = "aws-smithy-json"
  685    685   
version = "0.62.5"
  686    686   
dependencies = [
  687         -
 "aws-smithy-types 1.4.7",
         687  +
 "aws-smithy-types 1.4.8",
  688    688   
 "proptest",
  689    689   
 "serde_json",
  690    690   
]
  691    691   
  692    692   
[[package]]
  693    693   
name = "aws-smithy-legacy-http"
  694    694   
version = "0.62.14"
  695    695   
dependencies = [
  696    696   
 "async-stream",
  697    697   
 "aws-smithy-eventstream",
  698    698   
 "aws-smithy-http 0.63.6",
  699         -
 "aws-smithy-runtime-api 1.12.0",
  700         -
 "aws-smithy-types 1.4.7",
         699  +
 "aws-smithy-runtime-api 1.12.1",
         700  +
 "aws-smithy-types 1.4.8",
  701    701   
 "bytes",
  702    702   
 "bytes-utils",
  703    703   
 "futures-core",
  704    704   
 "futures-util",
  705    705   
 "http 0.2.12",
  706    706   
 "http 1.4.0",
  707    707   
 "http-body 0.4.6",
  708    708   
 "hyper 0.14.32",
  709    709   
 "percent-encoding",
  710    710   
 "pin-project-lite",
  711    711   
 "pin-utils",
  712    712   
 "proptest",
  713    713   
 "tokio",
  714    714   
 "tracing",
  715    715   
]
  716    716   
  717    717   
[[package]]
  718    718   
name = "aws-smithy-legacy-http-server"
  719    719   
version = "0.65.14"
  720    720   
dependencies = [
  721    721   
 "aws-smithy-cbor 0.61.7",
  722    722   
 "aws-smithy-json 0.62.5",
  723    723   
 "aws-smithy-legacy-http",
  724         -
 "aws-smithy-runtime-api 1.12.0",
  725         -
 "aws-smithy-types 1.4.7",
         724  +
 "aws-smithy-runtime-api 1.12.1",
         725  +
 "aws-smithy-types 1.4.8",
  726    726   
 "aws-smithy-xml 0.60.15",
  727    727   
 "bytes",
  728    728   
 "futures-util",
  729    729   
 "http 0.2.12",
  730    730   
 "http-body 0.4.6",
  731    731   
 "hyper 0.14.32",
  732    732   
 "lambda_http 0.8.4",
  733    733   
 "mime",
  734    734   
 "nom",
  735    735   
 "pin-project-lite",
  736    736   
 "pretty_assertions",
  737    737   
 "regex",
  738    738   
 "serde_urlencoded",
  739    739   
 "thiserror 2.0.18",
  740    740   
 "tokio",
  741    741   
 "tower 0.4.13",
  742    742   
 "tower-http 0.3.5",
  743    743   
 "tracing",
  744    744   
 "uuid",
  745    745   
]
  746    746   
  747    747   
[[package]]
  748    748   
name = "aws-smithy-mocks"
  749    749   
version = "0.2.6"
  750    750   
dependencies = [
  751    751   
 "aws-smithy-async 1.2.14",
  752    752   
 "aws-smithy-http-client",
  753    753   
 "aws-smithy-runtime",
  754         -
 "aws-smithy-runtime-api 1.12.0",
  755         -
 "aws-smithy-types 1.4.7",
         754  +
 "aws-smithy-runtime-api 1.12.1",
         755  +
 "aws-smithy-types 1.4.8",
  756    756   
 "http 1.4.0",
  757    757   
 "tokio",
  758    758   
]
  759    759   
  760    760   
[[package]]
  761    761   
name = "aws-smithy-observability"
  762    762   
version = "0.2.6"
  763    763   
dependencies = [
  764         -
 "aws-smithy-runtime-api 1.12.0",
         764  +
 "aws-smithy-runtime-api 1.12.1",
  765    765   
 "serial_test",
  766    766   
]
  767    767   
  768    768   
[[package]]
  769    769   
name = "aws-smithy-observability-otel"
  770    770   
version = "0.1.11"
  771    771   
dependencies = [
  772    772   
 "async-global-executor",
  773    773   
 "async-task",
  774    774   
 "aws-smithy-observability",
  775    775   
 "criterion",
  776    776   
 "opentelemetry",
  777    777   
 "opentelemetry_sdk",
  778    778   
 "stats_alloc",
  779    779   
 "tokio",
  780    780   
 "value-bag",
  781    781   
]
  782    782   
  783    783   
[[package]]
  784    784   
name = "aws-smithy-protocol-test"
  785    785   
version = "0.63.14"
  786    786   
dependencies = [
  787    787   
 "assert-json-diff",
  788         -
 "aws-smithy-runtime-api 1.12.0",
         788  +
 "aws-smithy-runtime-api 1.12.1",
  789    789   
 "base64-simd",
  790    790   
 "cbor-diag",
  791    791   
 "ciborium",
  792    792   
 "http 0.2.12",
  793    793   
 "http 1.4.0",
  794    794   
 "pretty_assertions",
  795    795   
 "regex-lite",
  796    796   
 "roxmltree",
  797    797   
 "serde_json",
  798    798   
 "thiserror 2.0.18",
  799    799   
]
  800    800   
  801    801   
[[package]]
  802    802   
name = "aws-smithy-query"
  803    803   
version = "0.60.15"
  804    804   
dependencies = [
  805         -
 "aws-smithy-types 1.4.7",
         805  +
 "aws-smithy-types 1.4.8",
  806    806   
 "urlencoding",
  807    807   
]
  808    808   
  809    809   
[[package]]
  810    810   
name = "aws-smithy-runtime"
  811         -
version = "1.11.1"
         811  +
version = "1.11.2"
  812    812   
dependencies = [
  813    813   
 "approx",
  814    814   
 "aws-smithy-async 1.2.14",
  815    815   
 "aws-smithy-http 0.63.6",
  816    816   
 "aws-smithy-http-client",
  817    817   
 "aws-smithy-observability",
  818         -
 "aws-smithy-runtime-api 1.12.0",
  819         -
 "aws-smithy-types 1.4.7",
         818  +
 "aws-smithy-runtime-api 1.12.1",
         819  +
 "aws-smithy-types 1.4.8",
  820    820   
 "bytes",
  821    821   
 "fastrand 2.4.1",
  822    822   
 "futures-util",
  823    823   
 "http 0.2.12",
  824    824   
 "http 1.4.0",
  825    825   
 "http-body 0.4.6",
  826    826   
 "http-body 1.0.1",
  827    827   
 "http-body-util",
  828    828   
 "hyper 0.14.32",
  829    829   
 "pin-project-lite",
  830    830   
 "pin-utils",
  831    831   
 "pretty_assertions",
  832    832   
 "tokio",
  833    833   
 "tracing",
  834    834   
 "tracing-subscriber",
  835    835   
 "tracing-test",
  836    836   
]
  837    837   
  838    838   
[[package]]
  839    839   
name = "aws-smithy-runtime-api"
  840    840   
version = "1.11.6"
  841    841   
source = "registry+https://github.com/rust-lang/crates.io-index"
  842    842   
checksum = "876ab3c9c29791ba4ba02b780a3049e21ec63dabda09268b175272c3733a79e6"
  843    843   
dependencies = [
  844    844   
 "aws-smithy-async 1.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
  845         -
 "aws-smithy-types 1.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
         845  +
 "aws-smithy-types 1.4.7",
  846    846   
 "bytes",
  847    847   
 "http 0.2.12",
  848    848   
 "http 1.4.0",
  849    849   
 "pin-project-lite",
  850    850   
 "tokio",
  851    851   
 "tracing",
  852    852   
]
  853    853   
  854    854   
[[package]]
  855    855   
name = "aws-smithy-runtime-api"
  856         -
version = "1.12.0"
         856  +
version = "1.12.1"
  857    857   
dependencies = [
  858    858   
 "aws-smithy-async 1.2.14",
  859    859   
 "aws-smithy-runtime-api-macros",
  860         -
 "aws-smithy-types 1.4.7",
         860  +
 "aws-smithy-types 1.4.8",
  861    861   
 "bytes",
  862    862   
 "http 0.2.12",
  863    863   
 "http 1.4.0",
  864    864   
 "pin-project-lite",
  865    865   
 "proptest",
  866    866   
 "tokio",
  867    867   
 "tracing",
  868    868   
 "zeroize",
  869    869   
]
  870    870   
  871    871   
[[package]]
  872    872   
name = "aws-smithy-runtime-api-macros"
  873    873   
version = "1.0.0"
  874    874   
dependencies = [
  875    875   
 "proc-macro2",
  876    876   
 "quote",
  877    877   
 "syn 2.0.117",
  878    878   
]
  879    879   
  880    880   
[[package]]
  881    881   
name = "aws-smithy-types"
  882    882   
version = "1.4.7"
         883  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         884  +
checksum = "9d73dbfbaa8e4bc57b9045137680b958d274823509a360abfd8e1d514d40c95c"
  883    885   
dependencies = [
  884         -
 "base64 0.13.1",
  885    886   
 "base64-simd",
  886    887   
 "bytes",
  887    888   
 "bytes-utils",
  888         -
 "ciborium",
  889         -
 "criterion",
  890    889   
 "futures-core",
  891    890   
 "http 0.2.12",
  892    891   
 "http 1.4.0",
  893    892   
 "http-body 0.4.6",
  894    893   
 "http-body 1.0.1",
  895    894   
 "http-body-util",
  896    895   
 "hyper 0.14.32",
  897    896   
 "itoa",
  898         -
 "lazy_static",
  899    897   
 "num-integer",
  900    898   
 "pin-project-lite",
  901    899   
 "pin-utils",
  902         -
 "proptest",
  903         -
 "rand 0.8.5",
  904    900   
 "ryu",
  905    901   
 "serde",
  906         -
 "serde_json",
  907         -
 "tempfile",
  908    902   
 "time",
  909    903   
 "tokio",
  910         -
 "tokio-stream",
  911    904   
 "tokio-util",
  912    905   
]
  913    906   
  914    907   
[[package]]
  915    908   
name = "aws-smithy-types"
  916         -
version = "1.4.7"
  917         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  918         -
checksum = "9d73dbfbaa8e4bc57b9045137680b958d274823509a360abfd8e1d514d40c95c"
         909  +
version = "1.4.8"
  919    910   
dependencies = [
         911  +
 "base64 0.13.1",
  920    912   
 "base64-simd",
  921    913   
 "bytes",
  922    914   
 "bytes-utils",
         915  +
 "ciborium",
         916  +
 "criterion",
  923    917   
 "futures-core",
  924    918   
 "http 0.2.12",
  925    919   
 "http 1.4.0",
  926    920   
 "http-body 0.4.6",
  927    921   
 "http-body 1.0.1",
  928    922   
 "http-body-util",
  929    923   
 "hyper 0.14.32",
  930    924   
 "itoa",
         925  +
 "lazy_static",
  931    926   
 "num-integer",
  932    927   
 "pin-project-lite",
  933    928   
 "pin-utils",
         929  +
 "proptest",
         930  +
 "rand 0.8.5",
  934    931   
 "ryu",
  935    932   
 "serde",
         933  +
 "serde_json",
         934  +
 "tempfile",
  936    935   
 "time",
  937    936   
 "tokio",
         937  +
 "tokio-stream",
  938    938   
 "tokio-util",
  939    939   
]
  940    940   
  941    941   
[[package]]
  942    942   
name = "aws-smithy-types-convert"
  943    943   
version = "0.60.14"
  944    944   
dependencies = [
  945    945   
 "aws-smithy-async 1.2.14",
  946         -
 "aws-smithy-types 1.4.7",
         946  +
 "aws-smithy-types 1.4.8",
  947    947   
 "chrono",
  948    948   
 "futures-core",
  949    949   
 "time",
  950    950   
]
  951    951   
  952    952   
[[package]]
  953    953   
name = "aws-smithy-wasm"
  954    954   
version = "0.1.11"
  955    955   
dependencies = [
  956    956   
 "aws-smithy-async 1.2.14",
  957         -
 "aws-smithy-runtime-api 1.12.0",
  958         -
 "aws-smithy-types 1.4.7",
         957  +
 "aws-smithy-runtime-api 1.12.1",
         958  +
 "aws-smithy-types 1.4.8",
  959    959   
 "http-body-util",
  960    960   
 "sync_wrapper",
  961    961   
 "wstd",
  962    962   
]
  963    963   
  964    964   
[[package]]
  965    965   
name = "aws-smithy-xml"
  966    966   
version = "0.60.15"
  967    967   
dependencies = [
  968    968   
 "aws-smithy-protocol-test",
@@ -2438,2438 +2499,2499 @@
 2458   2458   
 2459   2459   
[[package]]
 2460   2460   
name = "inlineable"
 2461   2461   
version = "0.1.0"
 2462   2462   
dependencies = [
 2463   2463   
 "aws-smithy-cbor 0.61.7",
 2464   2464   
 "aws-smithy-compression",
 2465   2465   
 "aws-smithy-http 0.63.6",
 2466   2466   
 "aws-smithy-json 0.62.5",
 2467   2467   
 "aws-smithy-runtime",
 2468         -
 "aws-smithy-runtime-api 1.12.0",
 2469         -
 "aws-smithy-types 1.4.7",
        2468  +
 "aws-smithy-runtime-api 1.12.1",
        2469  +
 "aws-smithy-types 1.4.8",
 2470   2470   
 "aws-smithy-xml 0.60.15",
 2471   2471   
 "bytes",
 2472   2472   
 "fastrand 2.4.1",
 2473   2473   
 "futures-util",
 2474   2474   
 "http 0.2.12",
 2475   2475   
 "http 1.4.0",
 2476   2476   
 "http-body 0.4.6",
 2477   2477   
 "http-body 1.0.1",
 2478   2478   
 "http-body-util",
 2479   2479   
 "md-5 0.10.6",