Client Test

Client Test

rev. 07802a71569a5e9f2efb28d649b91d437243bec6 (ignoring whitespace)

Files changed:

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

@@ -1,1 +43,34 @@
    1      1   
# This file is automatically @generated by Cargo.
    2      2   
# It is not intended for manual editing.
    3      3   
version = 4
    4      4   
    5         -
[[package]]
    6         -
name = "addr2line"
    7         -
version = "0.25.1"
    8         -
source = "registry+https://github.com/rust-lang/crates.io-index"
    9         -
checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
   10         -
dependencies = [
   11         -
 "gimli",
   12         -
]
   13         -
   14      5   
[[package]]
   15      6   
name = "adler2"
   16      7   
version = "2.0.1"
   17      8   
source = "registry+https://github.com/rust-lang/crates.io-index"
   18      9   
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
   19     10   
   20     11   
[[package]]
   21     12   
name = "aho-corasick"
   22     13   
version = "1.1.3"
   23     14   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -247,238 +343,332 @@
  267    258   
]
  268    259   
  269    260   
[[package]]
  270    261   
name = "autocfg"
  271    262   
version = "1.5.0"
  272    263   
source = "registry+https://github.com/rust-lang/crates.io-index"
  273    264   
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
  274    265   
  275    266   
[[package]]
  276    267   
name = "aws-lc-fips-sys"
  277         -
version = "0.13.8"
         268  +
version = "0.13.9"
  278    269   
source = "registry+https://github.com/rust-lang/crates.io-index"
  279         -
checksum = "8e78aabce84ab79501f4777e89cdcaec2a6ba9b051e6e6f26496598a84215c26"
         270  +
checksum = "ede71ad84efb06d748d9af3bc500b14957a96282a69a6833b1420dcacb411cc3"
  280    271   
dependencies = [
  281    272   
 "bindgen",
  282    273   
 "cc",
  283    274   
 "cmake",
  284    275   
 "dunce",
  285    276   
 "fs_extra",
  286         -
 "libloading",
  287    277   
 "regex",
  288    278   
]
  289    279   
  290    280   
[[package]]
  291    281   
name = "aws-lc-rs"
  292    282   
version = "1.14.1"
  293    283   
source = "registry+https://github.com/rust-lang/crates.io-index"
  294    284   
checksum = "879b6c89592deb404ba4dc0ae6b58ffd1795c78991cbb5b8bc441c48a070440d"
  295    285   
dependencies = [
  296    286   
 "aws-lc-fips-sys",
  297    287   
 "aws-lc-sys",
  298    288   
 "untrusted 0.7.1",
  299    289   
 "zeroize",
  300    290   
]
  301    291   
  302    292   
[[package]]
  303    293   
name = "aws-lc-sys"
  304         -
version = "0.32.2"
         294  +
version = "0.32.3"
  305    295   
source = "registry+https://github.com/rust-lang/crates.io-index"
  306         -
checksum = "a2b715a6010afb9e457ca2b7c9d2b9c344baa8baed7b38dc476034c171b32575"
         296  +
checksum = "107a4e9d9cab9963e04e84bb8dee0e25f2a987f9a8bad5ed054abd439caa8f8c"
  307    297   
dependencies = [
  308    298   
 "bindgen",
  309    299   
 "cc",
  310    300   
 "cmake",
  311    301   
 "dunce",
  312    302   
 "fs_extra",
  313         -
 "libloading",
  314    303   
]
  315    304   
  316    305   
[[package]]
  317    306   
name = "aws-smithy-async"
  318    307   
version = "1.2.6"
  319    308   
dependencies = [
  320    309   
 "futures-util",
  321    310   
 "pin-project-lite",
  322    311   
 "pin-utils",
  323    312   
 "tokio",
@@ -710,699 +784,758 @@
  730    719   
 "base64 0.21.7",
  731    720   
 "bytes",
  732    721   
 "http 0.2.12",
  733    722   
 "http-body 0.4.6",
  734    723   
 "http-serde",
  735    724   
 "query_map",
  736    725   
 "serde",
  737    726   
 "serde_json",
  738    727   
]
  739    728   
  740         -
[[package]]
  741         -
name = "backtrace"
  742         -
version = "0.3.76"
  743         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  744         -
checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
  745         -
dependencies = [
  746         -
 "addr2line",
  747         -
 "cfg-if",
  748         -
 "libc",
  749         -
 "miniz_oxide",
  750         -
 "object",
  751         -
 "rustc-demangle",
  752         -
 "windows-link 0.2.1",
  753         -
]
  754         -
  755    729   
[[package]]
  756    730   
name = "base64"
  757    731   
version = "0.13.1"
  758    732   
source = "registry+https://github.com/rust-lang/crates.io-index"
  759    733   
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
  760    734   
  761    735   
[[package]]
  762    736   
name = "base64"
  763    737   
version = "0.20.0"
  764    738   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1491,1465 +1566,1534 @@
 1511   1485   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1512   1486   
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 1513   1487   
dependencies = [
 1514   1488   
 "cfg-if",
 1515   1489   
 "libc",
 1516   1490   
 "wasi 0.11.1+wasi-snapshot-preview1",
 1517   1491   
]
 1518   1492   
 1519   1493   
[[package]]
 1520   1494   
name = "getrandom"
 1521         -
version = "0.3.3"
        1495  +
version = "0.3.4"
 1522   1496   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1523         -
checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
        1497  +
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 1524   1498   
dependencies = [
 1525   1499   
 "cfg-if",
 1526   1500   
 "libc",
 1527   1501   
 "r-efi",
 1528         -
 "wasi 0.14.7+wasi-0.2.4",
        1502  +
 "wasip2",
 1529   1503   
]
 1530   1504   
 1531         -
[[package]]
 1532         -
name = "gimli"
 1533         -
version = "0.32.3"
 1534         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1535         -
checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 1536         -
 1537   1505   
[[package]]
 1538   1506   
name = "glob"
 1539   1507   
version = "0.3.3"
 1540   1508   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1541   1509   
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 1542   1510   
 1543   1511   
[[package]]
 1544   1512   
name = "gloo-timers"
 1545   1513   
version = "0.3.0"
 1546   1514   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2026,1994 +2096,2053 @@
 2046   2014   
 2047   2015   
[[package]]
 2048   2016   
name = "inventory"
 2049   2017   
version = "0.3.21"
 2050   2018   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2051   2019   
checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 2052   2020   
dependencies = [
 2053   2021   
 "rustversion",
 2054   2022   
]
 2055   2023   
 2056         -
[[package]]
 2057         -
name = "io-uring"
 2058         -
version = "0.7.10"
 2059         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2060         -
checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b"
 2061         -
dependencies = [
 2062         -
 "bitflags 2.9.4",
 2063         -
 "cfg-if",
 2064         -
 "libc",
 2065         -
]
 2066         -
 2067   2024   
[[package]]
 2068   2025   
name = "ipconfig"
 2069   2026   
version = "0.3.2"
 2070   2027   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2071   2028   
checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
 2072   2029   
dependencies = [
 2073   2030   
 "socket2 0.5.10",
 2074   2031   
 "widestring",
 2075   2032   
 "windows-sys 0.48.0",
 2076   2033   
 "winreg",
@@ -2116,2073 +2176,2133 @@
 2136   2093   
 "jemalloc-sys",
 2137   2094   
 "libc",
 2138   2095   
]
 2139   2096   
 2140   2097   
[[package]]
 2141   2098   
name = "jobserver"
 2142   2099   
version = "0.1.34"
 2143   2100   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2144   2101   
checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 2145   2102   
dependencies = [
 2146         -
 "getrandom 0.3.3",
        2103  +
 "getrandom 0.3.4",
 2147   2104   
 "libc",
 2148   2105   
]
 2149   2106   
 2150   2107   
[[package]]
 2151   2108   
name = "js-sys"
 2152   2109   
version = "0.3.81"
 2153   2110   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2154   2111   
checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
 2155   2112   
dependencies = [
 2156   2113   
 "once_cell",
@@ -2213,2170 +2278,2235 @@
 2233   2190   
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 2234   2191   
 2235   2192   
[[package]]
 2236   2193   
name = "libc"
 2237   2194   
version = "0.2.177"
 2238   2195   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2239   2196   
checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
 2240   2197   
 2241   2198   
[[package]]
 2242   2199   
name = "libloading"
 2243         -
version = "0.8.8"
        2200  +
version = "0.8.9"
 2244   2201   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2245         -
checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
        2202  +
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 2246   2203   
dependencies = [
 2247   2204   
 "cfg-if",
 2248         -
 "windows-targets 0.53.5",
        2205  +
 "windows-link 0.2.1",
 2249   2206   
]
 2250   2207   
 2251   2208   
[[package]]
 2252   2209   
name = "libmimalloc-sys"
 2253   2210   
version = "0.1.44"
 2254   2211   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2255   2212   
checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 2256   2213   
dependencies = [
 2257   2214   
 "cc",
 2258   2215   
 "libc",
@@ -2450,2407 +2518,2466 @@
 2470   2427   
[[package]]
 2471   2428   
name = "num_cpus"
 2472   2429   
version = "1.17.0"
 2473   2430   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2474   2431   
checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
 2475   2432   
dependencies = [
 2476   2433   
 "hermit-abi 0.5.2",
 2477   2434   
 "libc",
 2478   2435   
]
 2479   2436   
 2480         -
[[package]]
 2481         -
name = "object"
 2482         -
version = "0.37.3"
 2483         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2484         -
checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
 2485         -
dependencies = [
 2486         -
 "memchr",
 2487         -
]
 2488         -
 2489   2437   
[[package]]
 2490   2438   
name = "once_cell"
 2491   2439   
version = "1.21.3"
 2492   2440   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2493   2441   
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
 2494   2442   
dependencies = [
 2495   2443   
 "critical-section",
 2496   2444   
 "portable-atomic",
 2497   2445   
]
 2498   2446   
@@ -2916,2864 +2976,2924 @@
 2936   2884   
dependencies = [
 2937   2885   
 "getrandom 0.2.16",
 2938   2886   
]
 2939   2887   
 2940   2888   
[[package]]
 2941   2889   
name = "rand_core"
 2942   2890   
version = "0.9.3"
 2943   2891   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2944   2892   
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
 2945   2893   
dependencies = [
 2946         -
 "getrandom 0.3.3",
        2894  +
 "getrandom 0.3.4",
 2947   2895   
]
 2948   2896   
 2949   2897   
[[package]]
 2950   2898   
name = "rand_xorshift"
 2951   2899   
version = "0.4.0"
 2952   2900   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2953   2901   
checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
 2954   2902   
dependencies = [
 2955   2903   
 "rand_core 0.9.3",
 2956   2904   
]
@@ -3048,2996 +3113,3055 @@
 3068   3016   
 3069   3017   
[[package]]
 3070   3018   
name = "roxmltree"
 3071   3019   
version = "0.14.1"
 3072   3020   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3073   3021   
checksum = "921904a62e410e37e215c40381b7117f830d9d89ba60ab5236170541dd25646b"
 3074   3022   
dependencies = [
 3075   3023   
 "xmlparser",
 3076   3024   
]
 3077   3025   
 3078         -
[[package]]
 3079         -
name = "rustc-demangle"
 3080         -
version = "0.1.26"
 3081         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3082         -
checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
 3083         -
 3084   3026   
[[package]]
 3085   3027   
name = "rustc-hash"
 3086   3028   
version = "2.1.1"
 3087   3029   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3088   3030   
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
 3089   3031   
 3090   3032   
[[package]]
 3091   3033   
name = "rustc_version"
 3092   3034   
version = "0.4.1"
 3093   3035   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3645,3587 +3705,3647 @@
 3665   3607   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3666   3608   
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
 3667   3609   
 3668   3610   
[[package]]
 3669   3611   
name = "tempfile"
 3670   3612   
version = "3.23.0"
 3671   3613   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3672   3614   
checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
 3673   3615   
dependencies = [
 3674   3616   
 "fastrand",
 3675         -
 "getrandom 0.3.3",
        3617  +
 "getrandom 0.3.4",
 3676   3618   
 "once_cell",
 3677   3619   
 "rustix",
 3678   3620   
 "windows-sys 0.61.2",
 3679   3621   
]
 3680   3622   
 3681   3623   
[[package]]
 3682   3624   
name = "termcolor"
 3683   3625   
version = "1.4.1"
 3684   3626   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3685   3627   
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
@@ -3797,3739 +3879,3818 @@
 3817   3759   
 "futures-util",
 3818   3760   
 "hyper 0.14.32",
 3819   3761   
 "pin-project-lite",
 3820   3762   
 "thiserror 1.0.69",
 3821   3763   
 "tokio",
 3822   3764   
 "tokio-rustls 0.24.1",
 3823   3765   
]
 3824   3766   
 3825   3767   
[[package]]
 3826   3768   
name = "tokio"
 3827         -
version = "1.47.1"
        3769  +
version = "1.48.0"
 3828   3770   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3829         -
checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
        3771  +
checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
 3830   3772   
dependencies = [
 3831         -
 "backtrace",
 3832   3773   
 "bytes",
 3833         -
 "io-uring",
 3834   3774   
 "libc",
 3835   3775   
 "mio",
 3836   3776   
 "parking_lot",
 3837   3777   
 "pin-project-lite",
 3838   3778   
 "signal-hook-registry",
 3839         -
 "slab",
 3840   3779   
 "socket2 0.6.1",
 3841   3780   
 "tokio-macros",
 3842         -
 "windows-sys 0.59.0",
        3781  +
 "windows-sys 0.61.2",
 3843   3782   
]
 3844   3783   
 3845   3784   
[[package]]
 3846   3785   
name = "tokio-macros"
 3847         -
version = "2.5.0"
        3786  +
version = "2.6.0"
 3848   3787   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3849         -
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
        3788  +
checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
 3850   3789   
dependencies = [
 3851   3790   
 "proc-macro2",
 3852   3791   
 "quote",
 3853   3792   
 "syn 2.0.106",
 3854   3793   
]
 3855   3794   
 3856   3795   
[[package]]
 3857   3796   
name = "tokio-rustls"
 3858   3797   
version = "0.24.1"
 3859   3798   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -4133,4072 +4193,4132 @@
 4153   4092   
version = "1.0.4"
 4154   4093   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4155   4094   
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
 4156   4095   
 4157   4096   
[[package]]
 4158   4097   
name = "uuid"
 4159   4098   
version = "1.18.1"
 4160   4099   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4161   4100   
checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
 4162   4101   
dependencies = [
 4163         -
 "getrandom 0.3.3",
        4102  +
 "getrandom 0.3.4",
 4164   4103   
 "js-sys",
 4165   4104   
 "rand 0.9.2",
 4166   4105   
 "wasm-bindgen",
 4167   4106   
]
 4168   4107   
 4169   4108   
[[package]]
 4170   4109   
name = "valuable"
 4171   4110   
version = "0.1.1"
 4172   4111   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4173   4112   
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
@@ -4206,4145 +4274,4204 @@
 4226   4165   
 4227   4166   
[[package]]
 4228   4167   
name = "wasi"
 4229   4168   
version = "0.12.1+wasi-0.2.0"
 4230   4169   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4231   4170   
checksum = "af274f03e73b7d85551b3f9e97b8a04d5c9aec703cfc227a3fe0595a7561c67a"
 4232   4171   
dependencies = [
 4233   4172   
 "wit-bindgen 0.19.2",
 4234   4173   
]
 4235   4174   
 4236         -
[[package]]
 4237         -
name = "wasi"
 4238         -
version = "0.14.7+wasi-0.2.4"
 4239         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 4240         -
checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c"
 4241         -
dependencies = [
 4242         -
 "wasip2",
 4243         -
]
 4244         -
 4245   4175   
[[package]]
 4246   4176   
name = "wasip2"
 4247   4177   
version = "1.0.1+wasi-0.2.4"
 4248   4178   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4249   4179   
checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
 4250   4180   
dependencies = [
 4251   4181   
 "wit-bindgen 0.46.0",
 4252   4182   
]
 4253   4183   
 4254   4184   
[[package]]