Client Test

Client Test

rev. bbcae7b5cf785bc887e340d2f5ab4e65f88be84b (ignoring whitespace)

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.59.0"
  213    213   
source = "registry+https://github.com/rust-lang/crates.io-index"
  214         -
checksum = "0656a79cf5e6ab0d4bb2465cd750a7a2fd7ea26c062183ed94225f5782e22365"
         214  +
checksum = "9f883bb1e349fa8343dc46336c252c0f32ceb6e81acb146aeef2e0f8afc9183e"
  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 +1403,1414 @@
 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.0"
 1349   1349   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1350         -
checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611"
        1350  +
checksum = "d475dfebcb4854d596b17b09f477616f80f17a550517f2b3615d8c205d5c802b"
 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"
 1365   1365   
version = "0.10.7"
 1366   1366   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1367   1367   
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 1368   1368   
dependencies = [
 1369   1369   
 "block-buffer",
 1370   1370   
 "crypto-common",
 1371   1371   
 "subtle",
 1372   1372   
]
 1373   1373   
        1374  +
[[package]]
        1375  +
name = "displaydoc"
        1376  +
version = "0.2.5"
        1377  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1378  +
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
        1379  +
dependencies = [
        1380  +
 "proc-macro2",
        1381  +
 "quote",
        1382  +
 "syn 2.0.87",
        1383  +
]
        1384  +
 1374   1385   
[[package]]
 1375   1386   
name = "dunce"
 1376   1387   
version = "1.0.5"
 1377   1388   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1378   1389   
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 1379   1390   
 1380   1391   
[[package]]
 1381   1392   
name = "ecdsa"
 1382   1393   
version = "0.14.8"
 1383   1394   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1540,1551 +1600,1611 @@
 1560   1571   
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 1561   1572   
 1562   1573   
[[package]]
 1563   1574   
name = "futures-macro"
 1564   1575   
version = "0.3.31"
 1565   1576   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1566   1577   
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 1567   1578   
dependencies = [
 1568   1579   
 "proc-macro2",
 1569   1580   
 "quote",
 1570         -
 "syn 2.0.85",
        1581  +
 "syn 2.0.87",
 1571   1582   
]
 1572   1583   
 1573   1584   
[[package]]
 1574   1585   
name = "futures-sink"
 1575   1586   
version = "0.3.31"
 1576   1587   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1577   1588   
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 1578   1589   
 1579   1590   
[[package]]
 1580   1591   
name = "futures-task"
@@ -1673,1684 +1735,1746 @@
 1693   1704   
]
 1694   1705   
 1695   1706   
[[package]]
 1696   1707   
name = "hashbrown"
 1697   1708   
version = "0.12.3"
 1698   1709   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1699   1710   
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 1700   1711   
 1701   1712   
[[package]]
 1702   1713   
name = "hashbrown"
 1703         -
version = "0.15.0"
        1714  +
version = "0.15.1"
 1704   1715   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1705         -
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
        1716  +
checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3"
 1706   1717   
dependencies = [
 1707   1718   
 "allocator-api2",
 1708   1719   
 "equivalent",
 1709   1720   
 "foldhash",
 1710   1721   
]
 1711   1722   
 1712   1723   
[[package]]
 1713   1724   
name = "hermit-abi"
 1714   1725   
version = "0.1.19"
 1715   1726   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1908,1919 +1995,2135 @@
 1928   1939   
 "http 1.1.0",
 1929   1940   
 "http-body 1.0.1",
 1930   1941   
 "hyper 1.5.0",
 1931   1942   
 "pin-project-lite",
 1932   1943   
 "socket2",
 1933   1944   
 "tokio",
 1934   1945   
 "tower-service",
 1935   1946   
 "tracing",
 1936   1947   
]
 1937   1948   
        1949  +
[[package]]
        1950  +
name = "icu_collections"
        1951  +
version = "1.5.0"
        1952  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1953  +
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
        1954  +
dependencies = [
        1955  +
 "displaydoc",
        1956  +
 "yoke",
        1957  +
 "zerofrom",
        1958  +
 "zerovec",
        1959  +
]
        1960  +
        1961  +
[[package]]
        1962  +
name = "icu_locid"
        1963  +
version = "1.5.0"
        1964  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1965  +
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
        1966  +
dependencies = [
        1967  +
 "displaydoc",
        1968  +
 "litemap",
        1969  +
 "tinystr",
        1970  +
 "writeable",
        1971  +
 "zerovec",
        1972  +
]
        1973  +
        1974  +
[[package]]
        1975  +
name = "icu_locid_transform"
        1976  +
version = "1.5.0"
        1977  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1978  +
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
        1979  +
dependencies = [
        1980  +
 "displaydoc",
        1981  +
 "icu_locid",
        1982  +
 "icu_locid_transform_data",
        1983  +
 "icu_provider",
        1984  +
 "tinystr",
        1985  +
 "zerovec",
        1986  +
]
        1987  +
        1988  +
[[package]]
        1989  +
name = "icu_locid_transform_data"
        1990  +
version = "1.5.0"
        1991  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1992  +
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
        1993  +
        1994  +
[[package]]
        1995  +
name = "icu_normalizer"
        1996  +
version = "1.5.0"
        1997  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1998  +
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
        1999  +
dependencies = [
        2000  +
 "displaydoc",
        2001  +
 "icu_collections",
        2002  +
 "icu_normalizer_data",
        2003  +
 "icu_properties",
        2004  +
 "icu_provider",
        2005  +
 "smallvec",
        2006  +
 "utf16_iter",
        2007  +
 "utf8_iter",
        2008  +
 "write16",
        2009  +
 "zerovec",
        2010  +
]
        2011  +
        2012  +
[[package]]
        2013  +
name = "icu_normalizer_data"
        2014  +
version = "1.5.0"
        2015  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2016  +
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
        2017  +
        2018  +
[[package]]
        2019  +
name = "icu_properties"
        2020  +
version = "1.5.1"
        2021  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2022  +
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
        2023  +
dependencies = [
        2024  +
 "displaydoc",
        2025  +
 "icu_collections",
        2026  +
 "icu_locid_transform",
        2027  +
 "icu_properties_data",
        2028  +
 "icu_provider",
        2029  +
 "tinystr",
        2030  +
 "zerovec",
        2031  +
]
        2032  +
        2033  +
[[package]]
        2034  +
name = "icu_properties_data"
        2035  +
version = "1.5.0"
        2036  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2037  +
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
        2038  +
        2039  +
[[package]]
        2040  +
name = "icu_provider"
        2041  +
version = "1.5.0"
        2042  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2043  +
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
        2044  +
dependencies = [
        2045  +
 "displaydoc",
        2046  +
 "icu_locid",
        2047  +
 "icu_provider_macros",
        2048  +
 "stable_deref_trait",
        2049  +
 "tinystr",
        2050  +
 "writeable",
        2051  +
 "yoke",
        2052  +
 "zerofrom",
        2053  +
 "zerovec",
        2054  +
]
        2055  +
        2056  +
[[package]]
        2057  +
name = "icu_provider_macros"
        2058  +
version = "1.5.0"
        2059  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2060  +
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
        2061  +
dependencies = [
        2062  +
 "proc-macro2",
        2063  +
 "quote",
        2064  +
 "syn 2.0.87",
        2065  +
]
        2066  +
 1938   2067   
[[package]]
 1939   2068   
name = "idna"
 1940         -
version = "0.5.0"
        2069  +
version = "1.0.3"
 1941   2070   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1942         -
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
        2071  +
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 1943   2072   
dependencies = [
 1944         -
 "unicode-bidi",
 1945         -
 "unicode-normalization",
        2073  +
 "idna_adapter",
        2074  +
 "smallvec",
        2075  +
 "utf8_iter",
        2076  +
]
        2077  +
        2078  +
[[package]]
        2079  +
name = "idna_adapter"
        2080  +
version = "1.2.0"
        2081  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2082  +
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
        2083  +
dependencies = [
        2084  +
 "icu_normalizer",
        2085  +
 "icu_properties",
 1946   2086   
]
 1947   2087   
 1948   2088   
[[package]]
 1949   2089   
name = "indexmap"
 1950   2090   
version = "1.9.3"
 1951   2091   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1952   2092   
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
 1953   2093   
dependencies = [
 1954   2094   
 "autocfg",
 1955   2095   
 "hashbrown 0.12.3",
 1956   2096   
]
 1957   2097   
 1958   2098   
[[package]]
 1959   2099   
name = "indexmap"
 1960   2100   
version = "2.6.0"
 1961   2101   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1962   2102   
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
 1963   2103   
dependencies = [
 1964   2104   
 "equivalent",
 1965         -
 "hashbrown 0.15.0",
        2105  +
 "hashbrown 0.15.1",
 1966   2106   
 "serde",
 1967   2107   
]
 1968   2108   
 1969   2109   
[[package]]
 1970   2110   
name = "indoc"
 1971   2111   
version = "1.0.9"
 1972   2112   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1973   2113   
checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
 1974   2114   
 1975   2115   
[[package]]
@@ -2132,2272 +2275,2421 @@
 2152   2292   
version = "0.2.11"
 2153   2293   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2154   2294   
checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 2155   2295   
 2156   2296   
[[package]]
 2157   2297   
name = "linux-raw-sys"
 2158   2298   
version = "0.4.14"
 2159   2299   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2160   2300   
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
 2161   2301   
        2302  +
[[package]]
        2303  +
name = "litemap"
        2304  +
version = "0.7.3"
        2305  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2306  +
checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704"
        2307  +
 2162   2308   
[[package]]
 2163   2309   
name = "lock_api"
 2164   2310   
version = "0.4.12"
 2165   2311   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2166   2312   
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 2167   2313   
dependencies = [
 2168   2314   
 "autocfg",
 2169   2315   
 "scopeguard",
 2170   2316   
]
 2171   2317   
 2172   2318   
[[package]]
 2173   2319   
name = "log"
 2174   2320   
version = "0.4.22"
 2175   2321   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2176   2322   
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
 2177   2323   
 2178   2324   
[[package]]
 2179   2325   
name = "lru"
 2180   2326   
version = "0.12.5"
 2181   2327   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2182   2328   
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 2183   2329   
dependencies = [
 2184         -
 "hashbrown 0.15.0",
        2330  +
 "hashbrown 0.15.1",
 2185   2331   
]
 2186   2332   
 2187   2333   
[[package]]
 2188   2334   
name = "matchers"
 2189   2335   
version = "0.1.0"
 2190   2336   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2191   2337   
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 2192   2338   
dependencies = [
 2193   2339   
 "regex-automata 0.1.10",
 2194   2340   
]
 2195   2341   
 2196   2342   
[[package]]
 2197   2343   
name = "md-5"
 2198   2344   
version = "0.10.6"
 2199   2345   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2200   2346   
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 2201   2347   
dependencies = [
 2202   2348   
 "cfg-if",
 2203   2349   
 "digest",
 2204   2350   
]
 2205   2351   
 2206   2352   
[[package]]
 2207   2353   
name = "memchr"
 2208   2354   
version = "2.7.4"
 2209   2355   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2210   2356   
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 2211   2357   
 2212   2358   
[[package]]
 2213   2359   
name = "memoffset"
 2214   2360   
version = "0.8.0"
 2215   2361   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2216   2362   
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
 2217   2363   
dependencies = [
 2218   2364   
 "autocfg",
 2219   2365   
]
 2220   2366   
 2221   2367   
[[package]]
 2222   2368   
name = "mime"
 2223   2369   
version = "0.3.17"
 2224   2370   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2225   2371   
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 2226   2372   
 2227   2373   
[[package]]
 2228   2374   
name = "minicbor"
 2229   2375   
version = "0.24.2"
 2230   2376   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2231   2377   
checksum = "5f8e213c36148d828083ae01948eed271d03f95f7e72571fa242d78184029af2"
 2232   2378   
dependencies = [
 2233   2379   
 "half",
 2234   2380   
 "minicbor-derive",
 2235   2381   
]
 2236   2382   
 2237   2383   
[[package]]
 2238   2384   
name = "minicbor-derive"
 2239   2385   
version = "0.15.3"
 2240   2386   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2241   2387   
checksum = "bd2209fff77f705b00c737016a48e73733d7fbccb8b007194db148f03561fb70"
 2242   2388   
dependencies = [
 2243   2389   
 "proc-macro2",
 2244   2390   
 "quote",
 2245         -
 "syn 2.0.85",
        2391  +
 "syn 2.0.87",
 2246   2392   
]
 2247   2393   
 2248   2394   
[[package]]
 2249   2395   
name = "minimal-lexical"
 2250   2396   
version = "0.2.1"
 2251   2397   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2252   2398   
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 2253   2399   
 2254   2400   
[[package]]
 2255   2401   
name = "miniz_oxide"
@@ -2444,2590 +2504,2650 @@
 2464   2610   
]
 2465   2611   
 2466   2612   
[[package]]
 2467   2613   
name = "pin-project-internal"
 2468   2614   
version = "1.1.7"
 2469   2615   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2470   2616   
checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
 2471   2617   
dependencies = [
 2472   2618   
 "proc-macro2",
 2473   2619   
 "quote",
 2474         -
 "syn 2.0.85",
        2620  +
 "syn 2.0.87",
 2475   2621   
]
 2476   2622   
 2477   2623   
[[package]]
 2478   2624   
name = "pin-project-lite"
 2479   2625   
version = "0.2.15"
 2480   2626   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2481   2627   
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
 2482   2628   
 2483   2629   
[[package]]
 2484   2630   
name = "pin-utils"
@@ -2529,2675 +2589,2735 @@
 2549   2695   
 "yansi",
 2550   2696   
]
 2551   2697   
 2552   2698   
[[package]]
 2553   2699   
name = "prettyplease"
 2554   2700   
version = "0.2.25"
 2555   2701   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2556   2702   
checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
 2557   2703   
dependencies = [
 2558   2704   
 "proc-macro2",
 2559         -
 "syn 2.0.85",
        2705  +
 "syn 2.0.87",
 2560   2706   
]
 2561   2707   
 2562   2708   
[[package]]
 2563   2709   
name = "proc-macro-error"
 2564   2710   
version = "1.0.4"
 2565   2711   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2566   2712   
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
 2567   2713   
dependencies = [
 2568   2714   
 "proc-macro-error-attr",
 2569   2715   
 "proc-macro2",
@@ -2902,3048 +2964,3110 @@
 2922   3068   
name = "rustc_version"
 2923   3069   
version = "0.4.1"
 2924   3070   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2925   3071   
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
 2926   3072   
dependencies = [
 2927   3073   
 "semver",
 2928   3074   
]
 2929   3075   
 2930   3076   
[[package]]
 2931   3077   
name = "rustix"
 2932         -
version = "0.38.38"
        3078  +
version = "0.38.39"
 2933   3079   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2934         -
checksum = "aa260229e6538e52293eeb577aabd09945a09d6d9cc0fc550ed7529056c2e32a"
        3080  +
checksum = "375116bee2be9ed569afe2154ea6a99dfdffd257f533f187498c2a8f5feaf4ee"
 2935   3081   
dependencies = [
 2936   3082   
 "bitflags 2.6.0",
 2937   3083   
 "errno",
 2938   3084   
 "libc",
 2939   3085   
 "linux-raw-sys",
 2940   3086   
 "windows-sys 0.52.0",
 2941   3087   
]
 2942   3088   
 2943   3089   
[[package]]
 2944   3090   
name = "rustls"
@@ -3129,3275 +3189,3335 @@
 3149   3295   
]
 3150   3296   
 3151   3297   
[[package]]
 3152   3298   
name = "serde_derive"
 3153   3299   
version = "1.0.214"
 3154   3300   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3155   3301   
checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766"
 3156   3302   
dependencies = [
 3157   3303   
 "proc-macro2",
 3158   3304   
 "quote",
 3159         -
 "syn 2.0.85",
        3305  +
 "syn 2.0.87",
 3160   3306   
]
 3161   3307   
 3162   3308   
[[package]]
 3163   3309   
name = "serde_json"
 3164   3310   
version = "1.0.132"
 3165   3311   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3166   3312   
checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
 3167   3313   
dependencies = [
 3168   3314   
 "indexmap 2.6.0",
 3169   3315   
 "itoa",
@@ -3281,3427 +3469,3642 @@
 3301   3447   
[[package]]
 3302   3448   
name = "spki"
 3303   3449   
version = "0.6.0"
 3304   3450   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3305   3451   
checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
 3306   3452   
dependencies = [
 3307   3453   
 "base64ct",
 3308   3454   
 "der",
 3309   3455   
]
 3310   3456   
        3457  +
[[package]]
        3458  +
name = "stable_deref_trait"
        3459  +
version = "1.2.0"
        3460  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3461  +
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
        3462  +
 3311   3463   
[[package]]
 3312   3464   
name = "strsim"
 3313   3465   
version = "0.10.0"
 3314   3466   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3315   3467   
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
 3316   3468   
 3317   3469   
[[package]]
 3318   3470   
name = "subtle"
 3319   3471   
version = "2.6.1"
 3320   3472   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3321   3473   
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
 3322   3474   
 3323   3475   
[[package]]
 3324   3476   
name = "syn"
 3325   3477   
version = "1.0.109"
 3326   3478   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3327   3479   
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
 3328   3480   
dependencies = [
 3329   3481   
 "proc-macro2",
 3330   3482   
 "quote",
 3331   3483   
 "unicode-ident",
 3332   3484   
]
 3333   3485   
 3334   3486   
[[package]]
 3335   3487   
name = "syn"
 3336         -
version = "2.0.85"
        3488  +
version = "2.0.87"
 3337   3489   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3338         -
checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56"
        3490  +
checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
 3339   3491   
dependencies = [
 3340   3492   
 "proc-macro2",
 3341   3493   
 "quote",
 3342   3494   
 "unicode-ident",
 3343   3495   
]
 3344   3496   
        3497  +
[[package]]
        3498  +
name = "synstructure"
        3499  +
version = "0.13.1"
        3500  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3501  +
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
        3502  +
dependencies = [
        3503  +
 "proc-macro2",
        3504  +
 "quote",
        3505  +
 "syn 2.0.87",
        3506  +
]
        3507  +
 3345   3508   
[[package]]
 3346   3509   
name = "target-lexicon"
 3347   3510   
version = "0.12.16"
 3348   3511   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3349   3512   
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
 3350   3513   
 3351   3514   
[[package]]
 3352   3515   
name = "tempfile"
 3353   3516   
version = "3.12.0"
 3354   3517   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3355   3518   
checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
 3356   3519   
dependencies = [
 3357   3520   
 "cfg-if",
 3358   3521   
 "fastrand",
 3359   3522   
 "once_cell",
 3360   3523   
 "rustix",
 3361   3524   
 "windows-sys 0.59.0",
 3362   3525   
]
 3363   3526   
 3364   3527   
[[package]]
 3365   3528   
name = "termcolor"
 3366   3529   
version = "1.4.1"
 3367   3530   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3368   3531   
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
 3369   3532   
dependencies = [
 3370   3533   
 "winapi-util",
 3371   3534   
]
 3372   3535   
 3373   3536   
[[package]]
 3374   3537   
name = "textwrap"
 3375   3538   
version = "0.16.1"
 3376   3539   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3377   3540   
checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9"
 3378   3541   
 3379   3542   
[[package]]
 3380   3543   
name = "thiserror"
 3381         -
version = "1.0.65"
        3544  +
version = "1.0.68"
 3382   3545   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3383         -
checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5"
        3546  +
checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892"
 3384   3547   
dependencies = [
 3385   3548   
 "thiserror-impl",
 3386   3549   
]
 3387   3550   
 3388   3551   
[[package]]
 3389   3552   
name = "thiserror-impl"
 3390         -
version = "1.0.65"
        3553  +
version = "1.0.68"
 3391   3554   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3392         -
checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602"
        3555  +
checksum = "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e"
 3393   3556   
dependencies = [
 3394   3557   
 "proc-macro2",
 3395   3558   
 "quote",
 3396         -
 "syn 2.0.85",
        3559  +
 "syn 2.0.87",
 3397   3560   
]
 3398   3561   
 3399   3562   
[[package]]
 3400   3563   
name = "thread_local"
 3401   3564   
version = "1.1.8"
 3402   3565   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3403   3566   
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
 3404   3567   
dependencies = [
 3405   3568   
 "cfg-if",
 3406   3569   
 "once_cell",
 3407   3570   
]
 3408   3571   
 3409   3572   
[[package]]
 3410   3573   
name = "time"
 3411   3574   
version = "0.3.36"
 3412   3575   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3413   3576   
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
 3414   3577   
dependencies = [
 3415   3578   
 "deranged",
 3416   3579   
 "itoa",
 3417   3580   
 "num-conv",
 3418   3581   
 "powerfmt",
 3419   3582   
 "serde",
 3420   3583   
 "time-core",
 3421   3584   
 "time-macros",
 3422   3585   
]
 3423   3586   
 3424   3587   
[[package]]
 3425   3588   
name = "time-core"
 3426   3589   
version = "0.1.2"
 3427   3590   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3428   3591   
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
 3429   3592   
 3430   3593   
[[package]]
 3431   3594   
name = "time-macros"
 3432   3595   
version = "0.2.18"
 3433   3596   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3434   3597   
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
 3435   3598   
dependencies = [
 3436   3599   
 "num-conv",
 3437   3600   
 "time-core",
 3438   3601   
]
 3439   3602   
        3603  +
[[package]]
        3604  +
name = "tinystr"
        3605  +
version = "0.7.6"
        3606  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3607  +
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
        3608  +
dependencies = [
        3609  +
 "displaydoc",
        3610  +
 "zerovec",
        3611  +
]
        3612  +
 3440   3613   
[[package]]
 3441   3614   
name = "tinytemplate"
 3442   3615   
version = "1.2.1"
 3443   3616   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3444   3617   
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
 3445   3618   
dependencies = [
 3446   3619   
 "serde",
 3447   3620   
 "serde_json",
 3448   3621   
]
 3449   3622   
@@ -3475,3648 +3535,3708 @@
 3495   3668   
]
 3496   3669   
 3497   3670   
[[package]]
 3498   3671   
name = "tokio-macros"
 3499   3672   
version = "2.4.0"
 3500   3673   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3501   3674   
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
 3502   3675   
dependencies = [
 3503   3676   
 "proc-macro2",
 3504   3677   
 "quote",
 3505         -
 "syn 2.0.85",
        3678  +
 "syn 2.0.87",
 3506   3679   
]
 3507   3680   
 3508   3681   
[[package]]
 3509   3682   
name = "tokio-rustls"
 3510   3683   
version = "0.24.1"
 3511   3684   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3512   3685   
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
 3513   3686   
dependencies = [
 3514   3687   
 "rustls 0.21.12",
 3515   3688   
 "tokio",
@@ -3628,3801 +3688,3861 @@
 3648   3821   
]
 3649   3822   
 3650   3823   
[[package]]
 3651   3824   
name = "tracing-attributes"
 3652   3825   
version = "0.1.27"
 3653   3826   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3654   3827   
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
 3655   3828   
dependencies = [
 3656   3829   
 "proc-macro2",
 3657   3830   
 "quote",
 3658         -
 "syn 2.0.85",
        3831  +
 "syn 2.0.87",
 3659   3832   
]
 3660   3833   
 3661   3834   
[[package]]
 3662   3835   
name = "tracing-core"
 3663   3836   
version = "0.1.32"
 3664   3837   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3665   3838   
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
 3666   3839   
dependencies = [
 3667   3840   
 "once_cell",
 3668   3841   
 "valuable",
@@ -3701,3874 +3837,4007 @@
 3721   3894   
 "tracing-test-macro",
 3722   3895   
]
 3723   3896   
 3724   3897   
[[package]]
 3725   3898   
name = "tracing-test-macro"
 3726   3899   
version = "0.2.5"
 3727   3900   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3728   3901   
checksum = "04659ddb06c87d233c566112c1c9c5b9e98256d9af50ec3bc9c8327f873a7568"
 3729   3902   
dependencies = [
 3730   3903   
 "quote",
 3731         -
 "syn 2.0.85",
        3904  +
 "syn 2.0.87",
 3732   3905   
]
 3733   3906   
 3734   3907   
[[package]]
 3735   3908   
name = "try-lock"
 3736   3909   
version = "0.2.5"
 3737   3910   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3738   3911   
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
 3739   3912   
 3740   3913   
[[package]]
 3741   3914   
name = "typenum"
 3742   3915   
version = "1.17.0"
 3743   3916   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3744   3917   
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
 3745   3918   
 3746   3919   
[[package]]
 3747   3920   
name = "unarray"
 3748   3921   
version = "0.1.4"
 3749   3922   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3750   3923   
checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
 3751   3924   
 3752         -
[[package]]
 3753         -
name = "unicode-bidi"
 3754         -
version = "0.3.17"
 3755         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3756         -
checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
 3757         -
 3758   3925   
[[package]]
 3759   3926   
name = "unicode-ident"
 3760   3927   
version = "1.0.13"
 3761   3928   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3762   3929   
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
 3763   3930   
 3764         -
[[package]]
 3765         -
name = "unicode-normalization"
 3766         -
version = "0.1.24"
 3767         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3768         -
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
 3769         -
dependencies = [
 3770         -
 "tinyvec",
 3771         -
]
 3772         -
 3773   3931   
[[package]]
 3774   3932   
name = "unindent"
 3775   3933   
version = "0.1.11"
 3776   3934   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3777   3935   
checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
 3778   3936   
 3779   3937   
[[package]]
 3780   3938   
name = "untrusted"
 3781   3939   
version = "0.7.1"
 3782   3940   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3783   3941   
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
 3784   3942   
 3785   3943   
[[package]]
 3786   3944   
name = "untrusted"
 3787   3945   
version = "0.9.0"
 3788   3946   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3789   3947   
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
 3790   3948   
 3791   3949   
[[package]]
 3792   3950   
name = "url"
 3793         -
version = "2.5.2"
        3951  +
version = "2.5.3"
 3794   3952   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3795         -
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
        3953  +
checksum = "8d157f1b96d14500ffdc1f10ba712e780825526c03d9a49b4d0324b0d9113ada"
 3796   3954   
dependencies = [
 3797   3955   
 "form_urlencoded",
 3798   3956   
 "idna",
 3799   3957   
 "percent-encoding",
 3800   3958   
]
 3801   3959   
 3802   3960   
[[package]]
 3803   3961   
name = "urlencoding"
 3804   3962   
version = "2.1.3"
 3805   3963   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3806   3964   
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
 3807   3965   
        3966  +
[[package]]
        3967  +
name = "utf16_iter"
        3968  +
version = "1.0.5"
        3969  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3970  +
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
        3971  +
        3972  +
[[package]]
        3973  +
name = "utf8_iter"
        3974  +
version = "1.0.4"
        3975  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3976  +
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
        3977  +
 3808   3978   
[[package]]
 3809   3979   
name = "uuid"
 3810   3980   
version = "1.11.0"
 3811   3981   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3812   3982   
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
 3813   3983   
dependencies = [
 3814   3984   
 "getrandom",
 3815   3985   
 "rand",
 3816   3986   
]
 3817   3987   
@@ -3871,4041 +3953,4123 @@
 3891   4061   
name = "wasm-bindgen-backend"
 3892   4062   
version = "0.2.95"
 3893   4063   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3894   4064   
checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
 3895   4065   
dependencies = [
 3896   4066   
 "bumpalo",
 3897   4067   
 "log",
 3898   4068   
 "once_cell",
 3899   4069   
 "proc-macro2",
 3900   4070   
 "quote",
 3901         -
 "syn 2.0.85",
        4071  +
 "syn 2.0.87",
 3902   4072   
 "wasm-bindgen-shared",
 3903   4073   
]
 3904   4074   
 3905   4075   
[[package]]
 3906   4076   
name = "wasm-bindgen-macro"
 3907   4077   
version = "0.2.95"
 3908   4078   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3909   4079   
checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
 3910   4080   
dependencies = [
 3911   4081   
 "quote",
 3912   4082   
 "wasm-bindgen-macro-support",
 3913   4083   
]
 3914   4084   
 3915   4085   
[[package]]
 3916   4086   
name = "wasm-bindgen-macro-support"
 3917   4087   
version = "0.2.95"
 3918   4088   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3919   4089   
checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
 3920   4090   
dependencies = [
 3921   4091   
 "proc-macro2",
 3922   4092   
 "quote",
 3923         -
 "syn 2.0.85",
        4093  +
 "syn 2.0.87",
 3924   4094   
 "wasm-bindgen-backend",
 3925   4095   
 "wasm-bindgen-shared",
 3926   4096   
]
 3927   4097   
 3928   4098   
[[package]]
 3929   4099   
name = "wasm-bindgen-shared"
 3930   4100   
version = "0.2.95"
 3931   4101   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3932   4102   
checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
 3933   4103   
@@ -4048,4218 +0,4373 @@
 4068   4238   
 4069   4239   
[[package]]
 4070   4240   
name = "wit-bindgen"
 4071   4241   
version = "0.19.2"
 4072   4242   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4073   4243   
checksum = "b37d270da94012e0ac490ac633ad5bdd76a10a3fb15069edb033c1b771ce931f"
 4074   4244   
dependencies = [
 4075   4245   
 "bitflags 2.6.0",
 4076   4246   
]
 4077   4247   
        4248  +
[[package]]
        4249  +
name = "write16"
        4250  +
version = "1.0.0"
        4251  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4252  +
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
        4253  +
        4254  +
[[package]]
        4255  +
name = "writeable"
        4256  +
version = "0.5.5"
        4257  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4258  +
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
        4259  +
 4078   4260   
[[package]]
 4079   4261   
name = "xmlparser"
 4080   4262   
version = "0.13.6"
 4081   4263   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4082   4264   
checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
 4083   4265   
 4084   4266   
[[package]]
 4085   4267   
name = "yansi"
 4086   4268   
version = "1.0.1"
 4087   4269   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4088   4270   
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
 4089   4271   
 4090   4272   
[[package]]
 4091   4273   
name = "yasna"
 4092   4274   
version = "0.5.2"
 4093   4275   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4094   4276   
checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
 4095   4277   
dependencies = [
 4096   4278   
 "time",
 4097   4279   
]
 4098   4280   
        4281  +
[[package]]
        4282  +
name = "yoke"
        4283  +
version = "0.7.4"
        4284  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4285  +
checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5"
        4286  +
dependencies = [
        4287  +
 "serde",
        4288  +
 "stable_deref_trait",
        4289  +
 "yoke-derive",
        4290  +
 "zerofrom",
        4291  +
]
        4292  +
        4293  +
[[package]]
        4294  +
name = "yoke-derive"
        4295  +
version = "0.7.4"
        4296  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4297  +
checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95"
        4298  +
dependencies = [
        4299  +
 "proc-macro2",
        4300  +
 "quote",
        4301  +
 "syn 2.0.87",
        4302  +
 "synstructure",
        4303  +
]
        4304  +
 4099   4305   
[[package]]
 4100   4306   
name = "zerocopy"
 4101   4307   
version = "0.7.35"
 4102   4308   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4103   4309   
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
 4104   4310   
dependencies = [
 4105   4311   
 "byteorder",
 4106   4312   
 "zerocopy-derive",
 4107   4313   
]
 4108   4314   
 4109   4315   
[[package]]
 4110   4316   
name = "zerocopy-derive"
 4111   4317   
version = "0.7.35"
 4112   4318   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4113   4319   
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
 4114   4320   
dependencies = [
 4115   4321   
 "proc-macro2",
 4116   4322   
 "quote",
 4117         -
 "syn 2.0.85",
        4323  +
 "syn 2.0.87",
        4324  +
]
        4325  +
        4326  +
[[package]]
        4327  +
name = "zerofrom"
        4328  +
version = "0.1.4"
        4329  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4330  +
checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55"
        4331  +
dependencies = [
        4332  +
 "zerofrom-derive",
        4333  +
]
        4334  +
        4335  +
[[package]]
        4336  +
name = "zerofrom-derive"
        4337  +
version = "0.1.4"
        4338  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4339  +
checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5"
        4340  +
dependencies = [
        4341  +
 "proc-macro2",
        4342  +
 "quote",
        4343  +
 "syn 2.0.87",
        4344  +
 "synstructure",
 4118   4345   
]
 4119   4346   
 4120   4347   
[[package]]
 4121   4348   
name = "zeroize"
 4122   4349   
version = "1.8.1"
 4123   4350   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4124   4351   
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
        4352  +
        4353  +
[[package]]
        4354  +
name = "zerovec"
        4355  +
version = "0.10.4"
        4356  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4357  +
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
        4358  +
dependencies = [
        4359  +
 "yoke",
        4360  +
 "zerofrom",
        4361  +
 "zerovec-derive",
        4362  +
]
        4363  +
        4364  +
[[package]]
        4365  +
name = "zerovec-derive"
        4366  +
version = "0.10.3"
        4367  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4368  +
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
        4369  +
dependencies = [
        4370  +
 "proc-macro2",
        4371  +
 "quote",
        4372  +
 "syn 2.0.87",
        4373  +
]