Client Test

Client Test

rev. 1ae04a47a8ef8ef5fbc483d469781a8446375d05

Files changed:

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

@@ -13,13 +284,284 @@
   33     33   
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
   34     34   
   35     35   
[[package]]
   36     36   
name = "anes"
   37     37   
version = "0.1.6"
   38     38   
source = "registry+https://github.com/rust-lang/crates.io-index"
   39     39   
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
   40     40   
   41     41   
[[package]]
   42     42   
name = "anstyle"
   43         -
version = "1.0.9"
          43  +
version = "1.0.10"
   44     44   
source = "registry+https://github.com/rust-lang/crates.io-index"
   45         -
checksum = "8365de52b16c035ff4fcafe0092ba9390540e3e352870ac09933bebcaa2c8c56"
          45  +
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
   46     46   
   47     47   
[[package]]
   48     48   
name = "approx"
   49     49   
version = "0.5.1"
   50     50   
source = "registry+https://github.com/rust-lang/crates.io-index"
   51     51   
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
   52     52   
dependencies = [
   53     53   
 "num-traits",
   54     54   
]
   55     55   
   56     56   
[[package]]
   57     57   
name = "arbitrary"
   58         -
version = "1.3.2"
          58  +
version = "1.4.1"
   59     59   
source = "registry+https://github.com/rust-lang/crates.io-index"
   60         -
checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
          60  +
checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
   61     61   
   62     62   
[[package]]
   63     63   
name = "assert-json-diff"
   64     64   
version = "1.1.0"
   65     65   
source = "registry+https://github.com/rust-lang/crates.io-index"
   66     66   
checksum = "4259cbe96513d2f1073027a259fc2ca917feb3026a5a8d984e3628e490255cc0"
   67     67   
dependencies = [
   68     68   
 "extend",
   69     69   
 "serde",
   70     70   
 "serde_json",
   71     71   
]
   72     72   
   73     73   
[[package]]
   74     74   
name = "async-channel"
   75     75   
version = "1.9.0"
   76     76   
source = "registry+https://github.com/rust-lang/crates.io-index"
   77     77   
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
   78     78   
dependencies = [
   79     79   
 "concurrent-queue",
   80     80   
 "event-listener",
   81     81   
 "futures-core",
   82     82   
]
   83     83   
   84     84   
[[package]]
   85     85   
name = "async-stream"
   86     86   
version = "0.3.6"
   87     87   
source = "registry+https://github.com/rust-lang/crates.io-index"
   88     88   
checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
   89     89   
dependencies = [
   90     90   
 "async-stream-impl",
   91     91   
 "futures-core",
   92     92   
 "pin-project-lite",
   93     93   
]
   94     94   
   95     95   
[[package]]
   96     96   
name = "async-stream-impl"
   97     97   
version = "0.3.6"
   98     98   
source = "registry+https://github.com/rust-lang/crates.io-index"
   99     99   
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
  100    100   
dependencies = [
  101    101   
 "proc-macro2",
  102    102   
 "quote",
  103         -
 "syn 2.0.85",
         103  +
 "syn 2.0.87",
  104    104   
]
  105    105   
  106    106   
[[package]]
  107    107   
name = "atomic-waker"
  108    108   
version = "1.1.2"
  109    109   
source = "registry+https://github.com/rust-lang/crates.io-index"
  110    110   
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
  111    111   
  112    112   
[[package]]
  113    113   
name = "atty"
  114    114   
version = "0.2.14"
  115    115   
source = "registry+https://github.com/rust-lang/crates.io-index"
  116    116   
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
  117    117   
dependencies = [
  118    118   
 "hermit-abi 0.1.19",
  119    119   
 "libc",
  120    120   
 "winapi",
  121    121   
]
  122    122   
  123    123   
[[package]]
  124    124   
name = "autocfg"
  125    125   
version = "1.4.0"
  126    126   
source = "registry+https://github.com/rust-lang/crates.io-index"
  127    127   
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
  128    128   
  129    129   
[[package]]
  130    130   
name = "aws-credential-types"
  131    131   
version = "1.2.1"
  132    132   
source = "registry+https://github.com/rust-lang/crates.io-index"
  133    133   
checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
  134    134   
dependencies = [
  135    135   
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  136         -
 "aws-smithy-runtime-api 1.7.2",
  137         -
 "aws-smithy-types 1.2.8",
         136  +
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
         137  +
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  138    138   
 "zeroize",
  139    139   
]
  140    140   
  141    141   
[[package]]
  142    142   
name = "aws-lc-fips-sys"
  143    143   
version = "0.12.13"
  144    144   
source = "registry+https://github.com/rust-lang/crates.io-index"
  145    145   
checksum = "bf12b67bc9c5168f68655aadb2a12081689a58f1d9b1484705e4d1810ed6e4ac"
  146    146   
dependencies = [
  147    147   
 "bindgen",
  148    148   
 "cc",
  149    149   
 "cmake",
  150    150   
 "dunce",
  151    151   
 "fs_extra",
  152    152   
 "libc",
  153    153   
 "paste",
  154    154   
]
  155    155   
  156    156   
[[package]]
  157    157   
name = "aws-lc-rs"
  158    158   
version = "1.10.0"
  159    159   
source = "registry+https://github.com/rust-lang/crates.io-index"
  160    160   
checksum = "cdd82dba44d209fddb11c190e0a94b78651f95299598e472215667417a03ff1d"
  161    161   
dependencies = [
  162    162   
 "aws-lc-fips-sys",
  163    163   
 "aws-lc-sys",
  164    164   
 "mirai-annotations",
  165    165   
 "paste",
  166    166   
 "zeroize",
  167    167   
]
  168    168   
  169    169   
[[package]]
  170    170   
name = "aws-lc-sys"
  171    171   
version = "0.22.0"
  172    172   
source = "registry+https://github.com/rust-lang/crates.io-index"
  173    173   
checksum = "df7a4168111d7eb622a31b214057b8509c0a7e1794f44c546d742330dc793972"
  174    174   
dependencies = [
  175    175   
 "bindgen",
  176    176   
 "cc",
  177    177   
 "cmake",
  178    178   
 "dunce",
  179    179   
 "fs_extra",
  180    180   
 "libc",
  181    181   
 "paste",
  182    182   
]
  183    183   
  184    184   
[[package]]
  185    185   
name = "aws-runtime"
  186    186   
version = "1.4.3"
  187    187   
source = "registry+https://github.com/rust-lang/crates.io-index"
  188    188   
checksum = "a10d5c055aa540164d9561a0e2e74ad30f0dcf7393c3a92f6733ddf9c5762468"
  189    189   
dependencies = [
  190    190   
 "aws-credential-types",
  191    191   
 "aws-sigv4",
  192    192   
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  193    193   
 "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
  194    194   
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
  195    195   
 "aws-smithy-runtime 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
  196         -
 "aws-smithy-runtime-api 1.7.2",
  197         -
 "aws-smithy-types 1.2.8",
         196  +
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
         197  +
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  198    198   
 "aws-types",
  199    199   
 "bytes",
  200    200   
 "fastrand",
  201    201   
 "http 0.2.12",
  202    202   
 "http-body 0.4.6",
  203    203   
 "once_cell",
  204    204   
 "percent-encoding",
  205    205   
 "pin-project-lite",
  206    206   
 "tracing",
  207    207   
 "uuid",
  208    208   
]
  209    209   
  210    210   
[[package]]
  211    211   
name = "aws-sdk-s3"
  212         -
version = "1.58.0"
         212  +
version = "1.60.0"
  213    213   
source = "registry+https://github.com/rust-lang/crates.io-index"
  214         -
checksum = "0656a79cf5e6ab0d4bb2465cd750a7a2fd7ea26c062183ed94225f5782e22365"
         214  +
checksum = "0506cc60e392e33712d47717d5ae5760a3b134bf8ee7aea7e43df3d7e2669ae0"
  215    215   
dependencies = [
  216    216   
 "aws-credential-types",
  217    217   
 "aws-runtime",
  218    218   
 "aws-sigv4",
  219    219   
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  220    220   
 "aws-smithy-checksums 0.60.13 (registry+https://github.com/rust-lang/crates.io-index)",
  221    221   
 "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
  222    222   
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
  223    223   
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
  224    224   
 "aws-smithy-runtime 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
  225         -
 "aws-smithy-runtime-api 1.7.2",
  226         -
 "aws-smithy-types 1.2.8",
         225  +
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
         226  +
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  227    227   
 "aws-smithy-xml 0.60.9 (registry+https://github.com/rust-lang/crates.io-index)",
  228    228   
 "aws-types",
  229    229   
 "bytes",
  230    230   
 "fastrand",
  231    231   
 "hex",
  232    232   
 "hmac",
  233    233   
 "http 0.2.12",
  234    234   
 "http-body 0.4.6",
  235    235   
 "lru",
  236    236   
 "once_cell",
  237    237   
 "percent-encoding",
  238    238   
 "regex-lite",
  239    239   
 "sha2",
  240    240   
 "tracing",
  241    241   
 "url",
  242    242   
]
  243    243   
  244    244   
[[package]]
  245    245   
name = "aws-sigv4"
  246    246   
version = "1.2.5"
  247    247   
source = "registry+https://github.com/rust-lang/crates.io-index"
  248    248   
checksum = "5619742a0d8f253be760bfbb8e8e8368c69e3587e4637af5754e488a611499b1"
  249    249   
dependencies = [
  250    250   
 "aws-credential-types",
  251    251   
 "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
  252    252   
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
  253         -
 "aws-smithy-runtime-api 1.7.2",
  254         -
 "aws-smithy-types 1.2.8",
         253  +
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
         254  +
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  255    255   
 "bytes",
  256    256   
 "crypto-bigint 0.5.5",
  257    257   
 "form_urlencoded",
  258    258   
 "hex",
  259    259   
 "hmac",
  260    260   
 "http 0.2.12",
  261    261   
 "http 1.1.0",
  262    262   
 "once_cell",
  263    263   
 "p256",
  264    264   
 "percent-encoding",
@@ -304,304 +479,479 @@
  324    324   
 "tracing-test",
  325    325   
]
  326    326   
  327    327   
[[package]]
  328    328   
name = "aws-smithy-checksums"
  329    329   
version = "0.60.13"
  330    330   
source = "registry+https://github.com/rust-lang/crates.io-index"
  331    331   
checksum = "ba1a71073fca26775c8b5189175ea8863afb1c9ea2cceb02a5de5ad9dfbaa795"
  332    332   
dependencies = [
  333    333   
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
  334         -
 "aws-smithy-types 1.2.8",
         334  +
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  335    335   
 "bytes",
  336    336   
 "crc32c",
  337    337   
 "crc32fast",
  338    338   
 "hex",
  339    339   
 "http 0.2.12",
  340    340   
 "http-body 0.4.6",
  341    341   
 "md-5",
  342    342   
 "pin-project-lite",
  343    343   
 "sha1",
  344    344   
 "sha2",
  345    345   
 "tracing",
  346    346   
]
  347    347   
  348    348   
[[package]]
  349    349   
name = "aws-smithy-client"
  350    350   
version = "0.60.3"
  351    351   
  352    352   
[[package]]
  353    353   
name = "aws-smithy-compression"
  354    354   
version = "0.0.2"
  355    355   
dependencies = [
  356    356   
 "aws-smithy-runtime-api 1.7.3",
  357    357   
 "aws-smithy-types 1.2.9",
  358    358   
 "bytes",
  359    359   
 "bytes-utils",
  360    360   
 "flate2",
  361    361   
 "futures-util",
  362    362   
 "http 0.2.12",
  363    363   
 "http 1.1.0",
  364    364   
 "http-body 0.4.6",
  365    365   
 "http-body 1.0.1",
  366    366   
 "http-body-util",
  367    367   
 "pin-project-lite",
  368    368   
 "pretty_assertions",
  369    369   
 "tokio",
  370    370   
 "tracing",
  371    371   
]
  372    372   
  373    373   
[[package]]
  374    374   
name = "aws-smithy-eventstream"
  375    375   
version = "0.60.5"
  376    376   
dependencies = [
  377    377   
 "arbitrary",
  378    378   
 "aws-smithy-types 1.2.9",
  379    379   
 "bytes",
  380    380   
 "bytes-utils",
  381    381   
 "crc32fast",
  382    382   
 "derive_arbitrary",
  383    383   
]
  384    384   
  385    385   
[[package]]
  386    386   
name = "aws-smithy-eventstream"
  387    387   
version = "0.60.5"
  388    388   
source = "registry+https://github.com/rust-lang/crates.io-index"
  389    389   
checksum = "cef7d0a272725f87e51ba2bf89f8c21e4df61b9e49ae1ac367a6d69916ef7c90"
  390    390   
dependencies = [
  391         -
 "aws-smithy-types 1.2.8",
         391  +
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  392    392   
 "bytes",
  393    393   
 "crc32fast",
  394    394   
]
  395    395   
  396    396   
[[package]]
  397    397   
name = "aws-smithy-experimental"
  398    398   
version = "0.1.5"
  399    399   
dependencies = [
  400    400   
 "aws-smithy-async 1.2.1",
  401    401   
 "aws-smithy-runtime 1.7.3",
  402    402   
 "aws-smithy-runtime-api 1.7.3",
  403    403   
 "aws-smithy-types 1.2.9",
  404    404   
 "h2 0.4.6",
  405    405   
 "http 1.1.0",
  406    406   
 "hyper 1.5.0",
  407    407   
 "hyper-rustls 0.27.3",
  408    408   
 "hyper-util",
  409    409   
 "once_cell",
  410    410   
 "pin-project-lite",
  411    411   
 "rustls 0.23.16",
  412    412   
 "tokio",
  413    413   
 "tower",
  414    414   
 "tracing",
  415    415   
]
  416    416   
  417    417   
[[package]]
  418    418   
name = "aws-smithy-http"
  419    419   
version = "0.60.11"
  420    420   
dependencies = [
  421    421   
 "async-stream",
  422    422   
 "aws-smithy-eventstream 0.60.5",
  423    423   
 "aws-smithy-runtime-api 1.7.3",
  424    424   
 "aws-smithy-types 1.2.9",
  425    425   
 "bytes",
  426    426   
 "bytes-utils",
  427    427   
 "futures-core",
  428    428   
 "futures-util",
  429    429   
 "http 0.2.12",
  430    430   
 "http-body 0.4.6",
  431    431   
 "hyper 0.14.31",
  432    432   
 "once_cell",
  433    433   
 "percent-encoding",
  434    434   
 "pin-project-lite",
  435    435   
 "pin-utils",
  436    436   
 "proptest",
  437    437   
 "tokio",
  438    438   
 "tracing",
  439    439   
]
  440    440   
  441    441   
[[package]]
  442    442   
name = "aws-smithy-http"
  443    443   
version = "0.60.11"
  444    444   
source = "registry+https://github.com/rust-lang/crates.io-index"
  445    445   
checksum = "5c8bc3e8fdc6b8d07d976e301c02fe553f72a39b7a9fea820e023268467d7ab6"
  446    446   
dependencies = [
  447    447   
 "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
  448         -
 "aws-smithy-runtime-api 1.7.2",
  449         -
 "aws-smithy-types 1.2.8",
         448  +
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
         449  +
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  450    450   
 "bytes",
  451    451   
 "bytes-utils",
  452    452   
 "futures-core",
  453    453   
 "http 0.2.12",
  454    454   
 "http-body 0.4.6",
  455    455   
 "once_cell",
  456    456   
 "percent-encoding",
  457    457   
 "pin-project-lite",
  458    458   
 "pin-utils",
  459    459   
 "tracing",
@@ -525,525 +622,622 @@
  545    545   
 "proptest",
  546    546   
 "serde_json",
  547    547   
]
  548    548   
  549    549   
[[package]]
  550    550   
name = "aws-smithy-json"
  551    551   
version = "0.60.7"
  552    552   
source = "registry+https://github.com/rust-lang/crates.io-index"
  553    553   
checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6"
  554    554   
dependencies = [
  555         -
 "aws-smithy-types 1.2.8",
         555  +
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  556    556   
]
  557    557   
  558    558   
[[package]]
  559    559   
name = "aws-smithy-mocks-experimental"
  560    560   
version = "0.2.1"
  561    561   
dependencies = [
  562    562   
 "aws-sdk-s3",
  563    563   
 "aws-smithy-runtime-api 1.7.3",
  564    564   
 "aws-smithy-types 1.2.9",
  565    565   
 "tokio",
  566    566   
]
  567    567   
  568    568   
[[package]]
  569    569   
name = "aws-smithy-protocol-test"
  570    570   
version = "0.63.0"
  571    571   
dependencies = [
  572    572   
 "assert-json-diff",
  573    573   
 "aws-smithy-runtime-api 1.7.3",
  574    574   
 "base64-simd",
  575    575   
 "cbor-diag",
  576    576   
 "ciborium",
  577    577   
 "http 0.2.12",
  578    578   
 "pretty_assertions",
  579    579   
 "regex-lite",
  580    580   
 "roxmltree",
  581    581   
 "serde_json",
  582    582   
 "thiserror",
  583    583   
]
  584    584   
  585    585   
[[package]]
  586    586   
name = "aws-smithy-protocol-test"
  587    587   
version = "0.63.0"
  588    588   
source = "registry+https://github.com/rust-lang/crates.io-index"
  589    589   
checksum = "3b92b62199921f10685c6b588fdbeb81168ae4e7950ae3e5f50145a01bb5f1ad"
  590    590   
dependencies = [
  591    591   
 "assert-json-diff",
  592         -
 "aws-smithy-runtime-api 1.7.2",
         592  +
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
  593    593   
 "base64-simd",
  594    594   
 "cbor-diag",
  595    595   
 "ciborium",
  596    596   
 "http 0.2.12",
  597    597   
 "pretty_assertions",
  598    598   
 "regex-lite",
  599    599   
 "roxmltree",
  600    600   
 "serde_json",
  601    601   
 "thiserror",
  602    602   
]
@@ -626,626 +854,854 @@
  646    646   
  647    647   
[[package]]
  648    648   
name = "aws-smithy-runtime"
  649    649   
version = "1.7.3"
  650    650   
source = "registry+https://github.com/rust-lang/crates.io-index"
  651    651   
checksum = "be28bd063fa91fd871d131fc8b68d7cd4c5fa0869bea68daca50dcb1cbd76be2"
  652    652   
dependencies = [
  653    653   
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  654    654   
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
  655    655   
 "aws-smithy-protocol-test 0.63.0 (registry+https://github.com/rust-lang/crates.io-index)",
  656         -
 "aws-smithy-runtime-api 1.7.2",
  657         -
 "aws-smithy-types 1.2.8",
         656  +
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
         657  +
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  658    658   
 "bytes",
  659    659   
 "fastrand",
  660    660   
 "h2 0.3.26",
  661    661   
 "http 0.2.12",
  662    662   
 "http-body 0.4.6",
  663    663   
 "http-body 1.0.1",
  664    664   
 "httparse",
  665    665   
 "hyper 0.14.31",
  666    666   
 "hyper-rustls 0.24.2",
  667    667   
 "indexmap 2.6.0",
  668    668   
 "once_cell",
  669    669   
 "pin-project-lite",
  670    670   
 "pin-utils",
  671    671   
 "rustls 0.21.12",
  672    672   
 "serde",
  673    673   
 "serde_json",
  674    674   
 "tokio",
  675    675   
 "tracing",
  676    676   
 "tracing-subscriber",
  677    677   
]
  678    678   
  679    679   
[[package]]
  680    680   
name = "aws-smithy-runtime-api"
  681         -
version = "1.7.2"
  682         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  683         -
checksum = "e086682a53d3aa241192aa110fa8dfce98f2f5ac2ead0de84d41582c7e8fdb96"
         681  +
version = "1.7.3"
  684    682   
dependencies = [
  685         -
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  686         -
 "aws-smithy-types 1.2.8",
         683  +
 "aws-smithy-async 1.2.1",
         684  +
 "aws-smithy-types 1.2.9",
  687    685   
 "bytes",
  688    686   
 "http 0.2.12",
  689    687   
 "http 1.1.0",
  690    688   
 "pin-project-lite",
         689  +
 "proptest",
  691    690   
 "tokio",
  692    691   
 "tracing",
  693    692   
 "zeroize",
  694    693   
]
  695    694   
  696    695   
[[package]]
  697    696   
name = "aws-smithy-runtime-api"
  698    697   
version = "1.7.3"
         698  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         699  +
checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
  699    700   
dependencies = [
  700         -
 "aws-smithy-async 1.2.1",
  701         -
 "aws-smithy-types 1.2.9",
         701  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
         702  +
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  702    703   
 "bytes",
  703    704   
 "http 0.2.12",
  704    705   
 "http 1.1.0",
  705    706   
 "pin-project-lite",
  706         -
 "proptest",
  707    707   
 "tokio",
  708    708   
 "tracing",
  709    709   
 "zeroize",
  710    710   
]
  711    711   
  712    712   
[[package]]
  713    713   
name = "aws-smithy-types"
  714         -
version = "1.2.8"
  715         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  716         -
checksum = "07c9cdc179e6afbf5d391ab08c85eac817b51c87e1892a5edb5f7bbdc64314b4"
         714  +
version = "1.2.9"
  717    715   
dependencies = [
         716  +
 "base64 0.13.1",
  718    717   
 "base64-simd",
  719    718   
 "bytes",
  720    719   
 "bytes-utils",
         720  +
 "ciborium",
         721  +
 "criterion",
  721    722   
 "futures-core",
  722    723   
 "http 0.2.12",
  723    724   
 "http 1.1.0",
  724    725   
 "http-body 0.4.6",
  725    726   
 "http-body 1.0.1",
  726    727   
 "http-body-util",
         728  +
 "hyper 0.14.31",
  727    729   
 "itoa",
         730  +
 "lazy_static",
  728    731   
 "num-integer",
  729    732   
 "pin-project-lite",
  730    733   
 "pin-utils",
         734  +
 "proptest",
         735  +
 "rand",
  731    736   
 "ryu",
  732    737   
 "serde",
         738  +
 "serde_json",
         739  +
 "tempfile",
  733    740   
 "time",
  734    741   
 "tokio",
         742  +
 "tokio-stream",
  735    743   
 "tokio-util",
  736    744   
]
  737    745   
  738    746   
[[package]]
  739    747   
name = "aws-smithy-types"
  740    748   
version = "1.2.9"
         749  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         750  +
checksum = "4fbd94a32b3a7d55d3806fe27d98d3ad393050439dd05eb53ece36ec5e3d3510"
  741    751   
dependencies = [
  742         -
 "base64 0.13.1",
  743    752   
 "base64-simd",
  744    753   
 "bytes",
  745    754   
 "bytes-utils",
  746         -
 "ciborium",
  747         -
 "criterion",
  748    755   
 "futures-core",
  749    756   
 "http 0.2.12",
  750    757   
 "http 1.1.0",
  751    758   
 "http-body 0.4.6",
  752    759   
 "http-body 1.0.1",
  753    760   
 "http-body-util",
  754         -
 "hyper 0.14.31",
  755    761   
 "itoa",
  756         -
 "lazy_static",
  757    762   
 "num-integer",
  758    763   
 "pin-project-lite",
  759    764   
 "pin-utils",
  760         -
 "proptest",
  761         -
 "rand",
  762    765   
 "ryu",
  763    766   
 "serde",
  764         -
 "serde_json",
  765         -
 "tempfile",
  766    767   
 "time",
  767    768   
 "tokio",
  768         -
 "tokio-stream",
  769    769   
 "tokio-util",
  770    770   
]
  771    771   
  772    772   
[[package]]
  773    773   
name = "aws-smithy-types-convert"
  774    774   
version = "0.60.8"
  775    775   
dependencies = [
  776    776   
 "aws-smithy-async 1.2.1",
  777    777   
 "aws-smithy-types 1.2.9",
  778    778   
 "chrono",
  779    779   
 "futures-core",
  780    780   
 "time",
  781    781   
]
  782    782   
  783    783   
[[package]]
  784    784   
name = "aws-smithy-wasm"
  785    785   
version = "0.1.3"
  786    786   
dependencies = [
  787    787   
 "aws-smithy-http 0.60.11",
  788    788   
 "aws-smithy-runtime-api 1.7.3",
  789    789   
 "aws-smithy-types 1.2.9",
  790    790   
 "bytes",
  791    791   
 "http 1.1.0",
  792    792   
 "tracing",
  793    793   
 "wasi 0.12.1+wasi-0.2.0",
  794    794   
]
  795    795   
  796    796   
[[package]]
  797    797   
name = "aws-smithy-xml"
  798    798   
version = "0.60.9"
  799    799   
dependencies = [
  800    800   
 "aws-smithy-protocol-test 0.63.0",
  801    801   
 "base64 0.13.1",
  802    802   
 "proptest",
  803    803   
 "xmlparser",
  804    804   
]
  805    805   
  806    806   
[[package]]
  807    807   
name = "aws-smithy-xml"
  808    808   
version = "0.60.9"
  809    809   
source = "registry+https://github.com/rust-lang/crates.io-index"
  810    810   
checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
  811    811   
dependencies = [
  812    812   
 "xmlparser",
  813    813   
]
  814    814   
  815    815   
[[package]]
  816    816   
name = "aws-types"
  817    817   
version = "1.3.3"
  818    818   
source = "registry+https://github.com/rust-lang/crates.io-index"
  819    819   
checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef"
  820    820   
dependencies = [
  821    821   
 "aws-credential-types",
  822    822   
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  823         -
 "aws-smithy-runtime-api 1.7.2",
  824         -
 "aws-smithy-types 1.2.8",
         823  +
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
         824  +
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  825    825   
 "rustc_version",
  826    826   
 "tracing",
  827    827   
]
  828    828   
  829    829   
[[package]]
  830    830   
name = "aws_lambda_events"
  831    831   
version = "0.12.1"
  832    832   
source = "registry+https://github.com/rust-lang/crates.io-index"
  833    833   
checksum = "03611508dd1e514e311caec235b581c99a4cb66fa1771bd502819eed69894f12"
  834    834   
dependencies = [
@@ -889,889 +949,949 @@
  909    909   
 "itertools 0.12.1",
  910    910   
 "lazy_static",
  911    911   
 "lazycell",
  912    912   
 "log",
  913    913   
 "prettyplease",
  914    914   
 "proc-macro2",
  915    915   
 "quote",
  916    916   
 "regex",
  917    917   
 "rustc-hash",
  918    918   
 "shlex",
  919         -
 "syn 2.0.85",
         919  +
 "syn 2.0.87",
  920    920   
 "which",
  921    921   
]
  922    922   
  923    923   
[[package]]
  924    924   
name = "bit-set"
  925    925   
version = "0.5.3"
  926    926   
source = "registry+https://github.com/rust-lang/crates.io-index"
  927    927   
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
  928    928   
dependencies = [
  929    929   
 "bit-vec",
@@ -996,996 +1058,1058 @@
 1016   1016   
 "num-bigint",
 1017   1017   
 "num-rational",
 1018   1018   
 "num-traits",
 1019   1019   
 "separator",
 1020   1020   
 "url",
 1021   1021   
 "uuid",
 1022   1022   
]
 1023   1023   
 1024   1024   
[[package]]
 1025   1025   
name = "cc"
 1026         -
version = "1.1.31"
        1026  +
version = "1.1.36"
 1027   1027   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1028         -
checksum = "c2e7962b54006dcfcc61cb72735f4d89bb97061dd6a7ed882ec6b8ee53714c6f"
        1028  +
checksum = "baee610e9452a8f6f0a1b6194ec09ff9e2d85dea54432acdae41aa0761c95d70"
 1029   1029   
dependencies = [
 1030   1030   
 "jobserver",
 1031   1031   
 "libc",
 1032   1032   
 "shlex",
 1033   1033   
]
 1034   1034   
 1035   1035   
[[package]]
 1036   1036   
name = "cexpr"
 1037   1037   
version = "0.6.0"
 1038   1038   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1318,1318 +1384,1384 @@
 1338   1338   
name = "deranged"
 1339   1339   
version = "0.3.11"
 1340   1340   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1341   1341   
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
 1342   1342   
dependencies = [
 1343   1343   
 "powerfmt",
 1344   1344   
]
 1345   1345   
 1346   1346   
[[package]]
 1347   1347   
name = "derive_arbitrary"
 1348         -
version = "1.3.2"
        1348  +
version = "1.4.1"
 1349   1349   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1350         -
checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611"
        1350  +
checksum = "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800"
 1351   1351   
dependencies = [
 1352   1352   
 "proc-macro2",
 1353   1353   
 "quote",
 1354         -
 "syn 2.0.85",
        1354  +
 "syn 2.0.87",
 1355   1355   
]
 1356   1356   
 1357   1357   
[[package]]
 1358   1358   
name = "diff"
 1359   1359   
version = "0.1.13"
 1360   1360   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1361   1361   
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 1362   1362   
 1363   1363   
[[package]]
 1364   1364   
name = "digest"
@@ -1540,1540 +1600,1600 @@
 1560   1560   
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 1561   1561   
 1562   1562   
[[package]]
 1563   1563   
name = "futures-macro"
 1564   1564   
version = "0.3.31"
 1565   1565   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1566   1566   
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 1567   1567   
dependencies = [
 1568   1568   
 "proc-macro2",
 1569   1569   
 "quote",
 1570         -
 "syn 2.0.85",
        1570  +
 "syn 2.0.87",
 1571   1571   
]
 1572   1572   
 1573   1573   
[[package]]
 1574   1574   
name = "futures-sink"
 1575   1575   
version = "0.3.31"
 1576   1576   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1577   1577   
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 1578   1578   
 1579   1579   
[[package]]
 1580   1580   
name = "futures-task"
@@ -1673,1673 +1735,1735 @@
 1693   1693   
]
 1694   1694   
 1695   1695   
[[package]]
 1696   1696   
name = "hashbrown"
 1697   1697   
version = "0.12.3"
 1698   1698   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1699   1699   
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 1700   1700   
 1701   1701   
[[package]]
 1702   1702   
name = "hashbrown"
 1703         -
version = "0.15.0"
        1703  +
version = "0.15.1"
 1704   1704   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1705         -
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
        1705  +
checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3"
 1706   1706   
dependencies = [
 1707   1707   
 "allocator-api2",
 1708   1708   
 "equivalent",
 1709   1709   
 "foldhash",
 1710   1710   
]
 1711   1711   
 1712   1712   
[[package]]
 1713   1713   
name = "hermit-abi"
 1714   1714   
version = "0.1.19"
 1715   1715   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1935,1935 +1995,1995 @@
 1955   1955   
 "hashbrown 0.12.3",
 1956   1956   
]
 1957   1957   
 1958   1958   
[[package]]
 1959   1959   
name = "indexmap"
 1960   1960   
version = "2.6.0"
 1961   1961   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1962   1962   
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
 1963   1963   
dependencies = [
 1964   1964   
 "equivalent",
 1965         -
 "hashbrown 0.15.0",
        1965  +
 "hashbrown 0.15.1",
 1966   1966   
 "serde",
 1967   1967   
]
 1968   1968   
 1969   1969   
[[package]]
 1970   1970   
name = "indoc"
 1971   1971   
version = "1.0.9"
 1972   1972   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1973   1973   
checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
 1974   1974   
 1975   1975   
[[package]]
@@ -2154,2154 +2275,2275 @@
 2174   2174   
version = "0.4.22"
 2175   2175   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2176   2176   
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
 2177   2177   
 2178   2178   
[[package]]
 2179   2179   
name = "lru"
 2180   2180   
version = "0.12.5"
 2181   2181   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2182   2182   
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 2183   2183   
dependencies = [
 2184         -
 "hashbrown 0.15.0",
        2184  +
 "hashbrown 0.15.1",
 2185   2185   
]
 2186   2186   
 2187   2187   
[[package]]
 2188   2188   
name = "matchers"
 2189   2189   
version = "0.1.0"
 2190   2190   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2191   2191   
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 2192   2192   
dependencies = [
 2193   2193   
 "regex-automata 0.1.10",
 2194   2194   
]
 2195   2195   
 2196   2196   
[[package]]
 2197   2197   
name = "md-5"
 2198   2198   
version = "0.10.6"
 2199   2199   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2200   2200   
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 2201   2201   
dependencies = [
 2202   2202   
 "cfg-if",
 2203   2203   
 "digest",
 2204   2204   
]
 2205   2205   
 2206   2206   
[[package]]
 2207   2207   
name = "memchr"
 2208   2208   
version = "2.7.4"
 2209   2209   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2210   2210   
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 2211   2211   
 2212   2212   
[[package]]
 2213   2213   
name = "memoffset"
 2214   2214   
version = "0.8.0"
 2215   2215   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2216   2216   
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
 2217   2217   
dependencies = [
 2218   2218   
 "autocfg",
 2219   2219   
]
 2220   2220   
 2221   2221   
[[package]]
 2222   2222   
name = "mime"
 2223   2223   
version = "0.3.17"
 2224   2224   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2225   2225   
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 2226   2226   
 2227   2227   
[[package]]
 2228   2228   
name = "minicbor"
 2229   2229   
version = "0.24.2"
 2230   2230   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2231   2231   
checksum = "5f8e213c36148d828083ae01948eed271d03f95f7e72571fa242d78184029af2"
 2232   2232   
dependencies = [
 2233   2233   
 "half",
 2234   2234   
 "minicbor-derive",
 2235   2235   
]
 2236   2236   
 2237   2237   
[[package]]
 2238   2238   
name = "minicbor-derive"
 2239   2239   
version = "0.15.3"
 2240   2240   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2241   2241   
checksum = "bd2209fff77f705b00c737016a48e73733d7fbccb8b007194db148f03561fb70"
 2242   2242   
dependencies = [
 2243   2243   
 "proc-macro2",
 2244   2244   
 "quote",
 2245         -
 "syn 2.0.85",
        2245  +
 "syn 2.0.87",
 2246   2246   
]
 2247   2247   
 2248   2248   
[[package]]
 2249   2249   
name = "minimal-lexical"
 2250   2250   
version = "0.2.1"
 2251   2251   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2252   2252   
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 2253   2253   
 2254   2254   
[[package]]
 2255   2255   
name = "miniz_oxide"
@@ -2444,2444 +2504,2504 @@
 2464   2464   
]
 2465   2465   
 2466   2466   
[[package]]
 2467   2467   
name = "pin-project-internal"
 2468   2468   
version = "1.1.7"
 2469   2469   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2470   2470   
checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
 2471   2471   
dependencies = [
 2472   2472   
 "proc-macro2",
 2473   2473   
 "quote",
 2474         -
 "syn 2.0.85",
        2474  +
 "syn 2.0.87",
 2475   2475   
]
 2476   2476   
 2477   2477   
[[package]]
 2478   2478   
name = "pin-project-lite"
 2479   2479   
version = "0.2.15"
 2480   2480   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2481   2481   
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
 2482   2482   
 2483   2483   
[[package]]
 2484   2484   
name = "pin-utils"
@@ -2529,2529 +2589,2589 @@
 2549   2549   
 "yansi",
 2550   2550   
]
 2551   2551   
 2552   2552   
[[package]]
 2553   2553   
name = "prettyplease"
 2554   2554   
version = "0.2.25"
 2555   2555   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2556   2556   
checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
 2557   2557   
dependencies = [
 2558   2558   
 "proc-macro2",
 2559         -
 "syn 2.0.85",
        2559  +
 "syn 2.0.87",
 2560   2560   
]
 2561   2561   
 2562   2562   
[[package]]
 2563   2563   
name = "proc-macro-error"
 2564   2564   
version = "1.0.4"
 2565   2565   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2566   2566   
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
 2567   2567   
dependencies = [
 2568   2568   
 "proc-macro-error-attr",
 2569   2569   
 "proc-macro2",
@@ -2902,2902 +2964,2964 @@
 2922   2922   
name = "rustc_version"
 2923   2923   
version = "0.4.1"
 2924   2924   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2925   2925   
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
 2926   2926   
dependencies = [
 2927   2927   
 "semver",
 2928   2928   
]
 2929   2929   
 2930   2930   
[[package]]
 2931   2931   
name = "rustix"
 2932         -
version = "0.38.38"
        2932  +
version = "0.38.39"
 2933   2933   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2934         -
checksum = "aa260229e6538e52293eeb577aabd09945a09d6d9cc0fc550ed7529056c2e32a"
        2934  +
checksum = "375116bee2be9ed569afe2154ea6a99dfdffd257f533f187498c2a8f5feaf4ee"
 2935   2935   
dependencies = [
 2936   2936   
 "bitflags 2.6.0",
 2937   2937   
 "errno",
 2938   2938   
 "libc",
 2939   2939   
 "linux-raw-sys",
 2940   2940   
 "windows-sys 0.52.0",
 2941   2941   
]
 2942   2942   
 2943   2943   
[[package]]
 2944   2944   
name = "rustls"
@@ -3129,3129 +3189,3189 @@
 3149   3149   
]
 3150   3150   
 3151   3151   
[[package]]
 3152   3152   
name = "serde_derive"
 3153   3153   
version = "1.0.214"
 3154   3154   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3155   3155   
checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766"
 3156   3156   
dependencies = [
 3157   3157   
 "proc-macro2",
 3158   3158   
 "quote",
 3159         -
 "syn 2.0.85",
        3159  +
 "syn 2.0.87",
 3160   3160   
]
 3161   3161   
 3162   3162   
[[package]]
 3163   3163   
name = "serde_json"
 3164   3164   
version = "1.0.132"
 3165   3165   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3166   3166   
checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
 3167   3167   
dependencies = [
 3168   3168   
 "indexmap 2.6.0",
 3169   3169   
 "itoa",
@@ -3306,3306 +3426,3426 @@
 3326   3326   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3327   3327   
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
 3328   3328   
dependencies = [
 3329   3329   
 "proc-macro2",
 3330   3330   
 "quote",
 3331   3331   
 "unicode-ident",
 3332   3332   
]
 3333   3333   
 3334   3334   
[[package]]
 3335   3335   
name = "syn"
 3336         -
version = "2.0.85"
        3336  +
version = "2.0.87"
 3337   3337   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3338         -
checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56"
        3338  +
checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
 3339   3339   
dependencies = [
 3340   3340   
 "proc-macro2",
 3341   3341   
 "quote",
 3342   3342   
 "unicode-ident",
 3343   3343   
]
 3344   3344   
 3345   3345   
[[package]]
 3346   3346   
name = "target-lexicon"
 3347   3347   
version = "0.12.16"
 3348   3348   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3349   3349   
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
 3350   3350   
 3351   3351   
[[package]]
 3352   3352   
name = "tempfile"
 3353   3353   
version = "3.12.0"
 3354   3354   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3355   3355   
checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
 3356   3356   
dependencies = [
 3357   3357   
 "cfg-if",
 3358   3358   
 "fastrand",
 3359   3359   
 "once_cell",
 3360   3360   
 "rustix",
 3361   3361   
 "windows-sys 0.59.0",
 3362   3362   
]
 3363   3363   
 3364   3364   
[[package]]
 3365   3365   
name = "termcolor"
 3366   3366   
version = "1.4.1"
 3367   3367   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3368   3368   
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
 3369   3369   
dependencies = [
 3370   3370   
 "winapi-util",
 3371   3371   
]
 3372   3372   
 3373   3373   
[[package]]
 3374   3374   
name = "textwrap"
 3375   3375   
version = "0.16.1"
 3376   3376   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3377   3377   
checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9"
 3378   3378   
 3379   3379   
[[package]]
 3380   3380   
name = "thiserror"
 3381         -
version = "1.0.65"
        3381  +
version = "1.0.68"
 3382   3382   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3383         -
checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5"
        3383  +
checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892"
 3384   3384   
dependencies = [
 3385   3385   
 "thiserror-impl",
 3386   3386   
]
 3387   3387   
 3388   3388   
[[package]]
 3389   3389   
name = "thiserror-impl"
 3390         -
version = "1.0.65"
        3390  +
version = "1.0.68"
 3391   3391   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3392         -
checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602"
        3392  +
checksum = "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e"
 3393   3393   
dependencies = [
 3394   3394   
 "proc-macro2",
 3395   3395   
 "quote",
 3396         -
 "syn 2.0.85",
        3396  +
 "syn 2.0.87",
 3397   3397   
]
 3398   3398   
 3399   3399   
[[package]]
 3400   3400   
name = "thread_local"
 3401   3401   
version = "1.1.8"
 3402   3402   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3403   3403   
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
 3404   3404   
dependencies = [
 3405   3405   
 "cfg-if",
 3406   3406   
 "once_cell",
@@ -3475,3475 +3535,3535 @@
 3495   3495   
]
 3496   3496   
 3497   3497   
[[package]]
 3498   3498   
name = "tokio-macros"
 3499   3499   
version = "2.4.0"
 3500   3500   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3501   3501   
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
 3502   3502   
dependencies = [
 3503   3503   
 "proc-macro2",
 3504   3504   
 "quote",
 3505         -
 "syn 2.0.85",
        3505  +
 "syn 2.0.87",
 3506   3506   
]
 3507   3507   
 3508   3508   
[[package]]
 3509   3509   
name = "tokio-rustls"
 3510   3510   
version = "0.24.1"
 3511   3511   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3512   3512   
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
 3513   3513   
dependencies = [
 3514   3514   
 "rustls 0.21.12",
 3515   3515   
 "tokio",
@@ -3628,3628 +3688,3688 @@
 3648   3648   
]
 3649   3649   
 3650   3650   
[[package]]
 3651   3651   
name = "tracing-attributes"
 3652   3652   
version = "0.1.27"
 3653   3653   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3654   3654   
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
 3655   3655   
dependencies = [
 3656   3656   
 "proc-macro2",
 3657   3657   
 "quote",
 3658         -
 "syn 2.0.85",
        3658  +
 "syn 2.0.87",
 3659   3659   
]
 3660   3660   
 3661   3661   
[[package]]
 3662   3662   
name = "tracing-core"
 3663   3663   
version = "0.1.32"
 3664   3664   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3665   3665   
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
 3666   3666   
dependencies = [
 3667   3667   
 "once_cell",
 3668   3668   
 "valuable",
@@ -3701,3701 +3761,3761 @@
 3721   3721   
 "tracing-test-macro",
 3722   3722   
]
 3723   3723   
 3724   3724   
[[package]]
 3725   3725   
name = "tracing-test-macro"
 3726   3726   
version = "0.2.5"
 3727   3727   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3728   3728   
checksum = "04659ddb06c87d233c566112c1c9c5b9e98256d9af50ec3bc9c8327f873a7568"
 3729   3729   
dependencies = [
 3730   3730   
 "quote",
 3731         -
 "syn 2.0.85",
        3731  +
 "syn 2.0.87",
 3732   3732   
]
 3733   3733   
 3734   3734   
[[package]]
 3735   3735   
name = "try-lock"
 3736   3736   
version = "0.2.5"
 3737   3737   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3738   3738   
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
 3739   3739   
 3740   3740   
[[package]]
 3741   3741   
name = "typenum"
@@ -3871,3871 +3953,3953 @@
 3891   3891   
name = "wasm-bindgen-backend"
 3892   3892   
version = "0.2.95"
 3893   3893   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3894   3894   
checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
 3895   3895   
dependencies = [
 3896   3896   
 "bumpalo",
 3897   3897   
 "log",
 3898   3898   
 "once_cell",
 3899   3899   
 "proc-macro2",
 3900   3900   
 "quote",
 3901         -
 "syn 2.0.85",
        3901  +
 "syn 2.0.87",
 3902   3902   
 "wasm-bindgen-shared",
 3903   3903   
]
 3904   3904   
 3905   3905   
[[package]]
 3906   3906   
name = "wasm-bindgen-macro"
 3907   3907   
version = "0.2.95"
 3908   3908   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3909   3909   
checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
 3910   3910   
dependencies = [
 3911   3911   
 "quote",
 3912   3912   
 "wasm-bindgen-macro-support",
 3913   3913   
]
 3914   3914   
 3915   3915   
[[package]]
 3916   3916   
name = "wasm-bindgen-macro-support"
 3917   3917   
version = "0.2.95"
 3918   3918   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3919   3919   
checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
 3920   3920   
dependencies = [
 3921   3921   
 "proc-macro2",
 3922   3922   
 "quote",
 3923         -
 "syn 2.0.85",
        3923  +
 "syn 2.0.87",
 3924   3924   
 "wasm-bindgen-backend",
 3925   3925   
 "wasm-bindgen-shared",
 3926   3926   
]
 3927   3927   
 3928   3928   
[[package]]
 3929   3929   
name = "wasm-bindgen-shared"
 3930   3930   
version = "0.2.95"
 3931   3931   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3932   3932   
checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
 3933   3933   
@@ -4087,4087 +4124,4124 @@
 4107   4107   
]
 4108   4108   
 4109   4109   
[[package]]
 4110   4110   
name = "zerocopy-derive"
 4111   4111   
version = "0.7.35"
 4112   4112   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4113   4113   
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
 4114   4114   
dependencies = [
 4115   4115   
 "proc-macro2",
 4116   4116   
 "quote",
 4117         -
 "syn 2.0.85",
        4117  +
 "syn 2.0.87",
 4118   4118   
]
 4119   4119   
 4120   4120   
[[package]]
 4121   4121   
name = "zeroize"
 4122   4122   
version = "1.8.1"
 4123   4123   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4124   4124   
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"