AWS SDK

AWS SDK

rev. bbcae7b5cf785bc887e340d2f5ab4e65f88be84b

Files changed:

tmp-codegen-diff/aws-sdk/Cargo.lock

@@ -13,13 +333,333 @@
   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 2.5.3",
   81     81   
 "futures-core",
   82     82   
]
   83     83   
   84     84   
[[package]]
   85     85   
name = "async-channel"
   86     86   
version = "2.3.1"
   87     87   
source = "registry+https://github.com/rust-lang/crates.io-index"
   88     88   
checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
   89     89   
dependencies = [
   90     90   
 "concurrent-queue",
   91     91   
 "event-listener-strategy",
   92     92   
 "futures-core",
   93     93   
 "pin-project-lite",
   94     94   
]
   95     95   
   96     96   
[[package]]
   97     97   
name = "async-executor"
   98     98   
version = "1.13.1"
   99     99   
source = "registry+https://github.com/rust-lang/crates.io-index"
  100    100   
checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  101    101   
dependencies = [
  102    102   
 "async-task",
  103    103   
 "concurrent-queue",
  104    104   
 "fastrand 2.0.2",
  105         -
 "futures-lite 2.3.0",
         105  +
 "futures-lite 2.4.0",
  106    106   
 "slab",
  107    107   
]
  108    108   
  109    109   
[[package]]
  110    110   
name = "async-fs"
  111    111   
version = "1.6.0"
  112    112   
source = "registry+https://github.com/rust-lang/crates.io-index"
  113    113   
checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
  114    114   
dependencies = [
  115    115   
 "async-lock 2.8.0",
  116    116   
 "autocfg",
  117    117   
 "blocking",
  118    118   
 "futures-lite 1.13.0",
  119    119   
]
  120    120   
  121    121   
[[package]]
  122    122   
name = "async-global-executor"
  123    123   
version = "2.4.1"
  124    124   
source = "registry+https://github.com/rust-lang/crates.io-index"
  125    125   
checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  126    126   
dependencies = [
  127    127   
 "async-channel 2.3.1",
  128    128   
 "async-executor",
  129    129   
 "async-io 2.3.4",
  130    130   
 "async-lock 3.4.0",
  131    131   
 "blocking",
  132         -
 "futures-lite 2.3.0",
         132  +
 "futures-lite 2.4.0",
  133    133   
 "once_cell",
  134    134   
]
  135    135   
  136    136   
[[package]]
  137    137   
name = "async-io"
  138    138   
version = "1.13.0"
  139    139   
source = "registry+https://github.com/rust-lang/crates.io-index"
  140    140   
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
  141    141   
dependencies = [
  142    142   
 "async-lock 2.8.0",
  143    143   
 "autocfg",
  144    144   
 "cfg-if",
  145    145   
 "concurrent-queue",
  146    146   
 "futures-lite 1.13.0",
  147    147   
 "log",
  148    148   
 "parking",
  149    149   
 "polling 2.8.0",
  150    150   
 "rustix 0.37.27",
  151    151   
 "slab",
  152    152   
 "socket2 0.4.10",
  153    153   
 "waker-fn",
  154    154   
]
  155    155   
  156    156   
[[package]]
  157    157   
name = "async-io"
  158    158   
version = "2.3.4"
  159    159   
source = "registry+https://github.com/rust-lang/crates.io-index"
  160    160   
checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8"
  161    161   
dependencies = [
  162    162   
 "async-lock 3.4.0",
  163    163   
 "cfg-if",
  164    164   
 "concurrent-queue",
  165    165   
 "futures-io",
  166         -
 "futures-lite 2.3.0",
         166  +
 "futures-lite 2.4.0",
  167    167   
 "parking",
  168    168   
 "polling 3.7.3",
  169         -
 "rustix 0.38.38",
         169  +
 "rustix 0.38.39",
  170    170   
 "slab",
  171    171   
 "tracing",
  172    172   
 "windows-sys 0.59.0",
  173    173   
]
  174    174   
  175    175   
[[package]]
  176    176   
name = "async-lock"
  177    177   
version = "2.8.0"
  178    178   
source = "registry+https://github.com/rust-lang/crates.io-index"
  179    179   
checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  180    180   
dependencies = [
  181    181   
 "event-listener 2.5.3",
  182    182   
]
  183    183   
  184    184   
[[package]]
  185    185   
name = "async-lock"
  186    186   
version = "3.4.0"
  187    187   
source = "registry+https://github.com/rust-lang/crates.io-index"
  188    188   
checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  189    189   
dependencies = [
  190    190   
 "event-listener 5.3.1",
  191    191   
 "event-listener-strategy",
  192    192   
 "pin-project-lite",
  193    193   
]
  194    194   
  195    195   
[[package]]
  196    196   
name = "async-net"
  197    197   
version = "1.8.0"
  198    198   
source = "registry+https://github.com/rust-lang/crates.io-index"
  199    199   
checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
  200    200   
dependencies = [
  201    201   
 "async-io 1.13.0",
  202    202   
 "blocking",
  203    203   
 "futures-lite 1.13.0",
  204    204   
]
  205    205   
  206    206   
[[package]]
  207    207   
name = "async-process"
  208    208   
version = "1.8.1"
  209    209   
source = "registry+https://github.com/rust-lang/crates.io-index"
  210    210   
checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
  211    211   
dependencies = [
  212    212   
 "async-io 1.13.0",
  213    213   
 "async-lock 2.8.0",
  214    214   
 "async-signal",
  215    215   
 "blocking",
  216    216   
 "cfg-if",
  217    217   
 "event-listener 3.1.0",
  218    218   
 "futures-lite 1.13.0",
  219         -
 "rustix 0.38.38",
         219  +
 "rustix 0.38.39",
  220    220   
 "windows-sys 0.48.0",
  221    221   
]
  222    222   
  223    223   
[[package]]
  224    224   
name = "async-signal"
  225    225   
version = "0.2.10"
  226    226   
source = "registry+https://github.com/rust-lang/crates.io-index"
  227    227   
checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  228    228   
dependencies = [
  229    229   
 "async-io 2.3.4",
  230    230   
 "async-lock 3.4.0",
  231    231   
 "atomic-waker",
  232    232   
 "cfg-if",
  233    233   
 "futures-core",
  234    234   
 "futures-io",
  235         -
 "rustix 0.38.38",
         235  +
 "rustix 0.38.39",
  236    236   
 "signal-hook-registry",
  237    237   
 "slab",
  238    238   
 "windows-sys 0.59.0",
  239    239   
]
  240    240   
  241    241   
[[package]]
  242    242   
name = "async-std"
  243    243   
version = "1.13.0"
  244    244   
source = "registry+https://github.com/rust-lang/crates.io-index"
  245    245   
checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
  246    246   
dependencies = [
  247    247   
 "async-channel 1.9.0",
  248    248   
 "async-global-executor",
  249    249   
 "async-io 2.3.4",
  250    250   
 "async-lock 3.4.0",
  251    251   
 "crossbeam-utils",
  252    252   
 "futures-channel",
  253    253   
 "futures-core",
  254    254   
 "futures-io",
  255         -
 "futures-lite 2.3.0",
         255  +
 "futures-lite 2.4.0",
  256    256   
 "gloo-timers",
  257    257   
 "kv-log-macro",
  258    258   
 "log",
  259    259   
 "memchr",
  260    260   
 "once_cell",
  261    261   
 "pin-project-lite",
  262    262   
 "pin-utils",
  263    263   
 "slab",
  264    264   
 "wasm-bindgen-futures",
  265    265   
]
  266    266   
  267    267   
[[package]]
  268    268   
name = "async-stream"
  269    269   
version = "0.3.6"
  270    270   
source = "registry+https://github.com/rust-lang/crates.io-index"
  271    271   
checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
  272    272   
dependencies = [
  273    273   
 "async-stream-impl",
  274    274   
 "futures-core",
  275    275   
 "pin-project-lite",
  276    276   
]
  277    277   
  278    278   
[[package]]
  279    279   
name = "async-stream-impl"
  280    280   
version = "0.3.6"
  281    281   
source = "registry+https://github.com/rust-lang/crates.io-index"
  282    282   
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
  283    283   
dependencies = [
  284    284   
 "proc-macro2",
  285    285   
 "quote",
  286         -
 "syn 2.0.85",
         286  +
 "syn 2.0.87",
  287    287   
]
  288    288   
  289    289   
[[package]]
  290    290   
name = "async-task"
  291    291   
version = "4.7.1"
  292    292   
source = "registry+https://github.com/rust-lang/crates.io-index"
  293    293   
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
  294    294   
  295    295   
[[package]]
  296    296   
name = "async-trait"
  297    297   
version = "0.1.83"
  298    298   
source = "registry+https://github.com/rust-lang/crates.io-index"
  299    299   
checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
  300    300   
dependencies = [
  301    301   
 "proc-macro2",
  302    302   
 "quote",
  303         -
 "syn 2.0.85",
         303  +
 "syn 2.0.87",
  304    304   
]
  305    305   
  306    306   
[[package]]
  307    307   
name = "atomic-waker"
  308    308   
version = "1.1.2"
  309    309   
source = "registry+https://github.com/rust-lang/crates.io-index"
  310    310   
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
  311    311   
  312    312   
[[package]]
  313    313   
name = "autocfg"
@@ -341,341 +402,402 @@
  361    361   
 "zeroize",
  362    362   
]
  363    363   
  364    364   
[[package]]
  365    365   
name = "aws-credential-types"
  366    366   
version = "1.2.1"
  367    367   
source = "registry+https://github.com/rust-lang/crates.io-index"
  368    368   
checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
  369    369   
dependencies = [
  370    370   
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  371         -
 "aws-smithy-runtime-api 1.7.2",
  372         -
 "aws-smithy-types 1.2.8",
         371  +
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
         372  +
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  373    373   
 "zeroize",
  374    374   
]
  375    375   
  376    376   
[[package]]
  377    377   
name = "aws-endpoint"
  378    378   
version = "0.60.3"
  379    379   
  380    380   
[[package]]
  381    381   
name = "aws-http"
  382    382   
version = "0.60.6"
@@ -454,454 +515,515 @@
  474    474   
version = "1.4.3"
  475    475   
source = "registry+https://github.com/rust-lang/crates.io-index"
  476    476   
checksum = "a10d5c055aa540164d9561a0e2e74ad30f0dcf7393c3a92f6733ddf9c5762468"
  477    477   
dependencies = [
  478    478   
 "aws-credential-types 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  479    479   
 "aws-sigv4 1.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
  480    480   
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  481    481   
 "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
  482    482   
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
  483    483   
 "aws-smithy-runtime 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
  484         -
 "aws-smithy-runtime-api 1.7.2",
  485         -
 "aws-smithy-types 1.2.8",
         484  +
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
         485  +
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  486    486   
 "aws-types 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
  487    487   
 "bytes",
  488    488   
 "fastrand 2.0.2",
  489    489   
 "http 0.2.12",
  490    490   
 "http-body 0.4.6",
  491    491   
 "once_cell",
  492    492   
 "percent-encoding",
  493    493   
 "pin-project-lite",
  494    494   
 "tracing",
  495    495   
 "uuid",
@@ -866,866 +940,940 @@
  886    886   
 "tokio",
  887    887   
 "tracing",
  888    888   
 "tracing-appender",
  889    889   
 "tracing-subscriber",
  890    890   
 "tracing-test",
  891    891   
 "url",
  892    892   
]
  893    893   
  894    894   
[[package]]
  895    895   
name = "aws-sdk-s3"
  896         -
version = "1.58.0"
         896  +
version = "1.59.0"
  897    897   
source = "registry+https://github.com/rust-lang/crates.io-index"
  898         -
checksum = "0656a79cf5e6ab0d4bb2465cd750a7a2fd7ea26c062183ed94225f5782e22365"
         898  +
checksum = "9f883bb1e349fa8343dc46336c252c0f32ceb6e81acb146aeef2e0f8afc9183e"
  899    899   
dependencies = [
  900    900   
 "aws-credential-types 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  901    901   
 "aws-runtime 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
  902    902   
 "aws-sigv4 1.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
  903    903   
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  904    904   
 "aws-smithy-checksums 0.60.13 (registry+https://github.com/rust-lang/crates.io-index)",
  905    905   
 "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
  906    906   
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
  907    907   
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
  908    908   
 "aws-smithy-runtime 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
  909         -
 "aws-smithy-runtime-api 1.7.2",
  910         -
 "aws-smithy-types 1.2.8",
         909  +
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
         910  +
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  911    911   
 "aws-smithy-xml 0.60.9 (registry+https://github.com/rust-lang/crates.io-index)",
  912    912   
 "aws-types 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
  913    913   
 "bytes",
  914    914   
 "fastrand 2.0.2",
  915    915   
 "hex",
  916    916   
 "hmac",
  917    917   
 "http 0.2.12",
  918    918   
 "http-body 0.4.6",
  919    919   
 "lru",
  920    920   
 "once_cell",
@@ -1127,1127 +1188,1188 @@
 1147   1147   
 1148   1148   
[[package]]
 1149   1149   
name = "aws-sigv4"
 1150   1150   
version = "1.2.5"
 1151   1151   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1152   1152   
checksum = "5619742a0d8f253be760bfbb8e8e8368c69e3587e4637af5754e488a611499b1"
 1153   1153   
dependencies = [
 1154   1154   
 "aws-credential-types 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 1155   1155   
 "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
 1156   1156   
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
 1157         -
 "aws-smithy-runtime-api 1.7.2",
 1158         -
 "aws-smithy-types 1.2.8",
        1157  +
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
        1158  +
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
 1159   1159   
 "bytes",
 1160   1160   
 "crypto-bigint 0.5.5",
 1161   1161   
 "form_urlencoded",
 1162   1162   
 "hex",
 1163   1163   
 "hmac",
 1164   1164   
 "http 0.2.12",
 1165   1165   
 "http 1.1.0",
 1166   1166   
 "once_cell",
 1167   1167   
 "p256",
 1168   1168   
 "percent-encoding",
@@ -1208,1208 +1456,1456 @@
 1228   1228   
 "tracing-test",
 1229   1229   
]
 1230   1230   
 1231   1231   
[[package]]
 1232   1232   
name = "aws-smithy-checksums"
 1233   1233   
version = "0.60.13"
 1234   1234   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1235   1235   
checksum = "ba1a71073fca26775c8b5189175ea8863afb1c9ea2cceb02a5de5ad9dfbaa795"
 1236   1236   
dependencies = [
 1237   1237   
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
 1238         -
 "aws-smithy-types 1.2.8",
        1238  +
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
 1239   1239   
 "bytes",
 1240   1240   
 "crc32c",
 1241   1241   
 "crc32fast",
 1242   1242   
 "hex",
 1243   1243   
 "http 0.2.12",
 1244   1244   
 "http-body 0.4.6",
 1245   1245   
 "md-5",
 1246   1246   
 "pin-project-lite",
 1247   1247   
 "sha1",
 1248   1248   
 "sha2",
 1249   1249   
 "tracing",
 1250   1250   
]
 1251   1251   
 1252   1252   
[[package]]
 1253   1253   
name = "aws-smithy-client"
 1254   1254   
version = "0.60.3"
 1255   1255   
 1256   1256   
[[package]]
 1257   1257   
name = "aws-smithy-compression"
 1258   1258   
version = "0.0.2"
 1259   1259   
dependencies = [
 1260   1260   
 "aws-smithy-runtime-api 1.7.3",
 1261   1261   
 "aws-smithy-types 1.2.9",
 1262   1262   
 "bytes",
 1263   1263   
 "bytes-utils",
 1264   1264   
 "flate2",
 1265   1265   
 "futures-util",
 1266   1266   
 "http 0.2.12",
 1267   1267   
 "http 1.1.0",
 1268   1268   
 "http-body 0.4.6",
 1269   1269   
 "http-body 1.0.1",
 1270   1270   
 "http-body-util",
 1271   1271   
 "pin-project-lite",
 1272   1272   
 "pretty_assertions",
 1273   1273   
 "tokio",
 1274   1274   
 "tracing",
 1275   1275   
]
 1276   1276   
 1277   1277   
[[package]]
 1278   1278   
name = "aws-smithy-eventstream"
 1279   1279   
version = "0.60.5"
 1280   1280   
dependencies = [
 1281   1281   
 "arbitrary",
 1282   1282   
 "aws-smithy-types 1.2.9",
 1283   1283   
 "bytes",
 1284   1284   
 "bytes-utils",
 1285   1285   
 "crc32fast",
 1286   1286   
 "derive_arbitrary",
 1287   1287   
]
 1288   1288   
 1289   1289   
[[package]]
 1290   1290   
name = "aws-smithy-eventstream"
 1291   1291   
version = "0.60.5"
 1292   1292   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1293   1293   
checksum = "cef7d0a272725f87e51ba2bf89f8c21e4df61b9e49ae1ac367a6d69916ef7c90"
 1294   1294   
dependencies = [
 1295         -
 "aws-smithy-types 1.2.8",
        1295  +
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
 1296   1296   
 "bytes",
 1297   1297   
 "crc32fast",
 1298   1298   
]
 1299   1299   
 1300   1300   
[[package]]
 1301   1301   
name = "aws-smithy-experimental"
 1302   1302   
version = "0.1.5"
 1303   1303   
dependencies = [
 1304   1304   
 "aws-smithy-async 1.2.1",
 1305   1305   
 "aws-smithy-runtime 1.7.3",
 1306   1306   
 "aws-smithy-runtime-api 1.7.3",
 1307   1307   
 "aws-smithy-types 1.2.9",
 1308   1308   
 "h2 0.4.6",
 1309   1309   
 "http 1.1.0",
 1310   1310   
 "hyper 1.5.0",
 1311   1311   
 "hyper-rustls 0.27.3",
 1312   1312   
 "hyper-util",
 1313   1313   
 "once_cell",
 1314   1314   
 "pin-project-lite",
 1315   1315   
 "rustls 0.23.16",
 1316   1316   
 "tokio",
 1317   1317   
 "tower",
 1318   1318   
 "tracing",
 1319   1319   
]
 1320   1320   
 1321   1321   
[[package]]
 1322   1322   
name = "aws-smithy-http"
 1323   1323   
version = "0.60.11"
 1324   1324   
dependencies = [
 1325   1325   
 "async-stream",
 1326   1326   
 "aws-smithy-eventstream 0.60.5",
 1327   1327   
 "aws-smithy-runtime-api 1.7.3",
 1328   1328   
 "aws-smithy-types 1.2.9",
 1329   1329   
 "bytes",
 1330   1330   
 "bytes-utils",
 1331   1331   
 "futures-core",
 1332   1332   
 "futures-util",
 1333   1333   
 "http 0.2.12",
 1334   1334   
 "http-body 0.4.6",
 1335   1335   
 "hyper 0.14.31",
 1336   1336   
 "once_cell",
 1337   1337   
 "percent-encoding",
 1338   1338   
 "pin-project-lite",
 1339   1339   
 "pin-utils",
 1340   1340   
 "proptest",
 1341   1341   
 "tokio",
 1342   1342   
 "tracing",
 1343   1343   
]
 1344   1344   
 1345   1345   
[[package]]
 1346   1346   
name = "aws-smithy-http"
 1347   1347   
version = "0.60.11"
 1348   1348   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1349   1349   
checksum = "5c8bc3e8fdc6b8d07d976e301c02fe553f72a39b7a9fea820e023268467d7ab6"
 1350   1350   
dependencies = [
 1351   1351   
 "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
 1352         -
 "aws-smithy-runtime-api 1.7.2",
 1353         -
 "aws-smithy-types 1.2.8",
        1352  +
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
        1353  +
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
 1354   1354   
 "bytes",
 1355   1355   
 "bytes-utils",
 1356   1356   
 "futures-core",
 1357   1357   
 "http 0.2.12",
 1358   1358   
 "http-body 0.4.6",
 1359   1359   
 "once_cell",
 1360   1360   
 "percent-encoding",
 1361   1361   
 "pin-project-lite",
 1362   1362   
 "pin-utils",
 1363   1363   
 "tracing",
 1364   1364   
]
 1365   1365   
 1366   1366   
[[package]]
 1367   1367   
name = "aws-smithy-http-auth"
 1368   1368   
version = "0.60.3"
 1369   1369   
 1370   1370   
[[package]]
 1371   1371   
name = "aws-smithy-http-tower"
 1372   1372   
version = "0.60.3"
 1373   1373   
 1374   1374   
[[package]]
 1375   1375   
name = "aws-smithy-json"
 1376   1376   
version = "0.60.7"
 1377   1377   
dependencies = [
 1378   1378   
 "aws-smithy-types 1.2.9",
 1379   1379   
 "proptest",
 1380   1380   
 "serde_json",
 1381   1381   
]
 1382   1382   
 1383   1383   
[[package]]
 1384   1384   
name = "aws-smithy-json"
 1385   1385   
version = "0.60.7"
 1386   1386   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1387   1387   
checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6"
 1388   1388   
dependencies = [
 1389         -
 "aws-smithy-types 1.2.8",
        1389  +
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
 1390   1390   
]
 1391   1391   
 1392   1392   
[[package]]
 1393   1393   
name = "aws-smithy-mocks-experimental"
 1394   1394   
version = "0.2.1"
 1395   1395   
dependencies = [
 1396         -
 "aws-sdk-s3 1.58.0",
        1396  +
 "aws-sdk-s3 1.59.0",
 1397   1397   
 "aws-smithy-runtime-api 1.7.3",
 1398   1398   
 "aws-smithy-types 1.2.9",
 1399   1399   
 "tokio",
 1400   1400   
]
 1401   1401   
 1402   1402   
[[package]]
 1403   1403   
name = "aws-smithy-protocol-test"
 1404   1404   
version = "0.63.0"
 1405   1405   
dependencies = [
 1406   1406   
 "assert-json-diff",
 1407   1407   
 "aws-smithy-runtime-api 1.7.3",
 1408   1408   
 "base64-simd",
 1409   1409   
 "cbor-diag",
 1410   1410   
 "ciborium",
 1411   1411   
 "http 0.2.12",
 1412   1412   
 "pretty_assertions",
 1413   1413   
 "regex-lite",
 1414   1414   
 "roxmltree",
 1415   1415   
 "serde_json",
 1416   1416   
 "thiserror",
 1417   1417   
]
 1418   1418   
 1419   1419   
[[package]]
 1420   1420   
name = "aws-smithy-protocol-test"
 1421   1421   
version = "0.63.0"
 1422   1422   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1423   1423   
checksum = "3b92b62199921f10685c6b588fdbeb81168ae4e7950ae3e5f50145a01bb5f1ad"
 1424   1424   
dependencies = [
 1425   1425   
 "assert-json-diff",
 1426         -
 "aws-smithy-runtime-api 1.7.2",
        1426  +
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 1427   1427   
 "base64-simd",
 1428   1428   
 "cbor-diag",
 1429   1429   
 "ciborium",
 1430   1430   
 "http 0.2.12",
 1431   1431   
 "pretty_assertions",
 1432   1432   
 "regex-lite",
 1433   1433   
 "roxmltree",
 1434   1434   
 "serde_json",
 1435   1435   
 "thiserror",
 1436   1436   
]
@@ -1460,1460 +1632,1632 @@
 1480   1480   
 1481   1481   
[[package]]
 1482   1482   
name = "aws-smithy-runtime"
 1483   1483   
version = "1.7.3"
 1484   1484   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1485   1485   
checksum = "be28bd063fa91fd871d131fc8b68d7cd4c5fa0869bea68daca50dcb1cbd76be2"
 1486   1486   
dependencies = [
 1487   1487   
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 1488   1488   
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
 1489   1489   
 "aws-smithy-protocol-test 0.63.0 (registry+https://github.com/rust-lang/crates.io-index)",
 1490         -
 "aws-smithy-runtime-api 1.7.2",
 1491         -
 "aws-smithy-types 1.2.8",
        1490  +
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
        1491  +
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
 1492   1492   
 "bytes",
 1493   1493   
 "fastrand 2.0.2",
 1494   1494   
 "h2 0.3.26",
 1495   1495   
 "http 0.2.12",
 1496   1496   
 "http-body 0.4.6",
 1497   1497   
 "http-body 1.0.1",
 1498   1498   
 "httparse",
 1499   1499   
 "hyper 0.14.31",
 1500   1500   
 "hyper-rustls 0.24.2",
 1501   1501   
 "indexmap",
 1502   1502   
 "once_cell",
 1503   1503   
 "pin-project-lite",
 1504   1504   
 "pin-utils",
 1505   1505   
 "rustls 0.21.12",
 1506   1506   
 "serde",
 1507   1507   
 "serde_json",
 1508   1508   
 "tokio",
 1509   1509   
 "tracing",
 1510   1510   
 "tracing-subscriber",
 1511   1511   
]
 1512   1512   
 1513   1513   
[[package]]
 1514   1514   
name = "aws-smithy-runtime-api"
 1515         -
version = "1.7.2"
 1516         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1517         -
checksum = "e086682a53d3aa241192aa110fa8dfce98f2f5ac2ead0de84d41582c7e8fdb96"
        1515  +
version = "1.7.3"
 1518   1516   
dependencies = [
 1519         -
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 1520         -
 "aws-smithy-types 1.2.8",
        1517  +
 "aws-smithy-async 1.2.1",
        1518  +
 "aws-smithy-types 1.2.9",
 1521   1519   
 "bytes",
 1522   1520   
 "http 0.2.12",
 1523   1521   
 "http 1.1.0",
 1524   1522   
 "pin-project-lite",
        1523  +
 "proptest",
 1525   1524   
 "tokio",
 1526   1525   
 "tracing",
 1527   1526   
 "zeroize",
 1528   1527   
]
 1529   1528   
 1530   1529   
[[package]]
 1531   1530   
name = "aws-smithy-runtime-api"
 1532   1531   
version = "1.7.3"
        1532  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1533  +
checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
 1533   1534   
dependencies = [
 1534         -
 "aws-smithy-async 1.2.1",
 1535         -
 "aws-smithy-types 1.2.9",
        1535  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1536  +
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
 1536   1537   
 "bytes",
 1537   1538   
 "http 0.2.12",
 1538   1539   
 "http 1.1.0",
 1539   1540   
 "pin-project-lite",
 1540         -
 "proptest",
 1541   1541   
 "tokio",
 1542   1542   
 "tracing",
 1543   1543   
 "zeroize",
 1544   1544   
]
 1545   1545   
 1546   1546   
[[package]]
 1547   1547   
name = "aws-smithy-types"
 1548         -
version = "1.2.8"
 1549         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1550         -
checksum = "07c9cdc179e6afbf5d391ab08c85eac817b51c87e1892a5edb5f7bbdc64314b4"
        1548  +
version = "1.2.9"
 1551   1549   
dependencies = [
        1550  +
 "base64 0.13.1",
 1552   1551   
 "base64-simd",
 1553   1552   
 "bytes",
 1554   1553   
 "bytes-utils",
        1554  +
 "ciborium",
        1555  +
 "criterion",
 1555   1556   
 "futures-core",
 1556   1557   
 "http 0.2.12",
 1557   1558   
 "http 1.1.0",
 1558   1559   
 "http-body 0.4.6",
 1559   1560   
 "http-body 1.0.1",
 1560   1561   
 "http-body-util",
        1562  +
 "hyper 0.14.31",
 1561   1563   
 "itoa",
        1564  +
 "lazy_static",
 1562   1565   
 "num-integer",
 1563   1566   
 "pin-project-lite",
 1564   1567   
 "pin-utils",
        1568  +
 "proptest",
        1569  +
 "rand",
 1565   1570   
 "ryu",
 1566   1571   
 "serde",
        1572  +
 "serde_json",
        1573  +
 "tempfile",
 1567   1574   
 "time",
 1568   1575   
 "tokio",
        1576  +
 "tokio-stream",
 1569   1577   
 "tokio-util",
 1570   1578   
]
 1571   1579   
 1572   1580   
[[package]]
 1573   1581   
name = "aws-smithy-types"
 1574   1582   
version = "1.2.9"
        1583  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1584  +
checksum = "4fbd94a32b3a7d55d3806fe27d98d3ad393050439dd05eb53ece36ec5e3d3510"
 1575   1585   
dependencies = [
 1576         -
 "base64 0.13.1",
 1577   1586   
 "base64-simd",
 1578   1587   
 "bytes",
 1579   1588   
 "bytes-utils",
 1580         -
 "ciborium",
 1581         -
 "criterion",
 1582   1589   
 "futures-core",
 1583   1590   
 "http 0.2.12",
 1584   1591   
 "http 1.1.0",
 1585   1592   
 "http-body 0.4.6",
 1586   1593   
 "http-body 1.0.1",
 1587   1594   
 "http-body-util",
 1588         -
 "hyper 0.14.31",
 1589   1595   
 "itoa",
 1590         -
 "lazy_static",
 1591   1596   
 "num-integer",
 1592   1597   
 "pin-project-lite",
 1593   1598   
 "pin-utils",
 1594         -
 "proptest",
 1595         -
 "rand",
 1596   1599   
 "ryu",
 1597   1600   
 "serde",
 1598         -
 "serde_json",
 1599         -
 "tempfile",
 1600   1601   
 "time",
 1601   1602   
 "tokio",
 1602         -
 "tokio-stream",
 1603   1603   
 "tokio-util",
 1604   1604   
]
 1605   1605   
 1606   1606   
[[package]]
 1607   1607   
name = "aws-smithy-types-convert"
 1608   1608   
version = "0.60.8"
 1609   1609   
dependencies = [
 1610   1610   
 "aws-smithy-async 1.2.1",
 1611   1611   
 "aws-smithy-types 1.2.9",
 1612   1612   
 "chrono",
@@ -1645,1645 +1706,1706 @@
 1665   1665   
]
 1666   1666   
 1667   1667   
[[package]]
 1668   1668   
name = "aws-types"
 1669   1669   
version = "1.3.3"
 1670   1670   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1671   1671   
checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef"
 1672   1672   
dependencies = [
 1673   1673   
 "aws-credential-types 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 1674   1674   
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 1675         -
 "aws-smithy-runtime-api 1.7.2",
 1676         -
 "aws-smithy-types 1.2.8",
        1675  +
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
        1676  +
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
 1677   1677   
 "rustc_version",
 1678   1678   
 "tracing",
 1679   1679   
]
 1680   1680   
 1681   1681   
[[package]]
 1682   1682   
name = "backtrace"
 1683   1683   
version = "0.3.74"
 1684   1684   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1685   1685   
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1686   1686   
dependencies = [
@@ -1719,1719 +1828,1828 @@
 1739   1739   
 "itertools 0.12.1",
 1740   1740   
 "lazy_static",
 1741   1741   
 "lazycell",
 1742   1742   
 "log",
 1743   1743   
 "prettyplease",
 1744   1744   
 "proc-macro2",
 1745   1745   
 "quote",
 1746   1746   
 "regex",
 1747   1747   
 "rustc-hash",
 1748   1748   
 "shlex",
 1749         -
 "syn 2.0.85",
        1749  +
 "syn 2.0.87",
 1750   1750   
 "which",
 1751   1751   
]
 1752   1752   
 1753   1753   
[[package]]
 1754   1754   
name = "bit-set"
 1755   1755   
version = "0.5.3"
 1756   1756   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1757   1757   
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1758   1758   
dependencies = [
 1759   1759   
 "bit-vec",
 1760   1760   
]
 1761   1761   
 1762   1762   
[[package]]
 1763   1763   
name = "bit-vec"
 1764   1764   
version = "0.6.3"
 1765   1765   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1766   1766   
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1767   1767   
 1768   1768   
[[package]]
 1769   1769   
name = "bitflags"
 1770   1770   
version = "1.3.2"
 1771   1771   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1772   1772   
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1773   1773   
 1774   1774   
[[package]]
 1775   1775   
name = "bitflags"
 1776   1776   
version = "2.6.0"
 1777   1777   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1778   1778   
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
 1779   1779   
 1780   1780   
[[package]]
 1781   1781   
name = "block-buffer"
 1782   1782   
version = "0.10.4"
 1783   1783   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1784   1784   
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 1785   1785   
dependencies = [
 1786   1786   
 "generic-array",
 1787   1787   
]
 1788   1788   
 1789   1789   
[[package]]
 1790   1790   
name = "blocking"
 1791   1791   
version = "1.6.1"
 1792   1792   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1793   1793   
checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 1794   1794   
dependencies = [
 1795   1795   
 "async-channel 2.3.1",
 1796   1796   
 "async-task",
 1797   1797   
 "futures-io",
 1798         -
 "futures-lite 2.3.0",
        1798  +
 "futures-lite 2.4.0",
 1799   1799   
 "piper",
 1800   1800   
]
 1801   1801   
 1802   1802   
[[package]]
 1803   1803   
name = "bs58"
 1804   1804   
version = "0.5.1"
 1805   1805   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1806   1806   
checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
 1807   1807   
dependencies = [
 1808   1808   
 "tinyvec",
@@ -1836,1836 +1898,1898 @@
 1856   1856   
 "num-bigint",
 1857   1857   
 "num-rational",
 1858   1858   
 "num-traits",
 1859   1859   
 "separator",
 1860   1860   
 "url",
 1861   1861   
 "uuid",
 1862   1862   
]
 1863   1863   
 1864   1864   
[[package]]
 1865   1865   
name = "cc"
 1866         -
version = "1.1.31"
        1866  +
version = "1.1.36"
 1867   1867   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1868         -
checksum = "c2e7962b54006dcfcc61cb72735f4d89bb97061dd6a7ed882ec6b8ee53714c6f"
        1868  +
checksum = "baee610e9452a8f6f0a1b6194ec09ff9e2d85dea54432acdae41aa0761c95d70"
 1869   1869   
dependencies = [
 1870   1870   
 "jobserver",
 1871   1871   
 "libc",
 1872   1872   
 "shlex",
 1873   1873   
]
 1874   1874   
 1875   1875   
[[package]]
 1876   1876   
name = "cexpr"
 1877   1877   
version = "0.6.0"
 1878   1878   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2143,2143 +2228,2239 @@
 2163   2163   
name = "deranged"
 2164   2164   
version = "0.3.11"
 2165   2165   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2166   2166   
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
 2167   2167   
dependencies = [
 2168   2168   
 "powerfmt",
 2169   2169   
]
 2170   2170   
 2171   2171   
[[package]]
 2172   2172   
name = "derive_arbitrary"
 2173         -
version = "1.3.2"
        2173  +
version = "1.4.0"
 2174   2174   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2175         -
checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611"
        2175  +
checksum = "d475dfebcb4854d596b17b09f477616f80f17a550517f2b3615d8c205d5c802b"
 2176   2176   
dependencies = [
 2177   2177   
 "proc-macro2",
 2178   2178   
 "quote",
 2179         -
 "syn 2.0.85",
        2179  +
 "syn 2.0.87",
 2180   2180   
]
 2181   2181   
 2182   2182   
[[package]]
 2183   2183   
name = "diff"
 2184   2184   
version = "0.1.13"
 2185   2185   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2186   2186   
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 2187   2187   
 2188   2188   
[[package]]
 2189   2189   
name = "digest"
 2190   2190   
version = "0.10.7"
 2191   2191   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2192   2192   
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 2193   2193   
dependencies = [
 2194   2194   
 "block-buffer",
 2195   2195   
 "crypto-common",
 2196   2196   
 "subtle",
 2197   2197   
]
 2198   2198   
        2199  +
[[package]]
        2200  +
name = "displaydoc"
        2201  +
version = "0.2.5"
        2202  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2203  +
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
        2204  +
dependencies = [
        2205  +
 "proc-macro2",
        2206  +
 "quote",
        2207  +
 "syn 2.0.87",
        2208  +
]
        2209  +
 2199   2210   
[[package]]
 2200   2211   
name = "dunce"
 2201   2212   
version = "1.0.5"
 2202   2213   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2203   2214   
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 2204   2215   
 2205   2216   
[[package]]
 2206   2217   
name = "ecdsa"
 2207   2218   
version = "0.14.8"
 2208   2219   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2379,2390 +2458,2469 @@
 2399   2410   
 "futures-core",
 2400   2411   
 "futures-io",
 2401   2412   
 "memchr",
 2402   2413   
 "parking",
 2403   2414   
 "pin-project-lite",
 2404   2415   
 "waker-fn",
 2405   2416   
]
 2406   2417   
 2407   2418   
[[package]]
 2408   2419   
name = "futures-lite"
 2409         -
version = "2.3.0"
        2420  +
version = "2.4.0"
 2410   2421   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2411         -
checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
        2422  +
checksum = "3f1fa2f9765705486b33fd2acf1577f8ec449c2ba1f318ae5447697b7c08d210"
 2412   2423   
dependencies = [
 2413   2424   
 "fastrand 2.0.2",
 2414   2425   
 "futures-core",
 2415   2426   
 "futures-io",
 2416   2427   
 "parking",
 2417   2428   
 "pin-project-lite",
 2418   2429   
]
 2419   2430   
 2420   2431   
[[package]]
 2421   2432   
name = "futures-macro"
 2422   2433   
version = "0.3.31"
 2423   2434   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2424   2435   
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 2425   2436   
dependencies = [
 2426   2437   
 "proc-macro2",
 2427   2438   
 "quote",
 2428         -
 "syn 2.0.85",
        2439  +
 "syn 2.0.87",
 2429   2440   
]
 2430   2441   
 2431   2442   
[[package]]
 2432   2443   
name = "futures-sink"
 2433   2444   
version = "0.3.31"
 2434   2445   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2435   2446   
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 2436   2447   
 2437   2448   
[[package]]
 2438   2449   
name = "futures-task"
@@ -2533,2544 +2595,2606 @@
 2553   2564   
version = "2.4.1"
 2554   2565   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2555   2566   
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 2556   2567   
dependencies = [
 2557   2568   
 "cfg-if",
 2558   2569   
 "crunchy",
 2559   2570   
]
 2560   2571   
 2561   2572   
[[package]]
 2562   2573   
name = "hashbrown"
 2563         -
version = "0.15.0"
        2574  +
version = "0.15.1"
 2564   2575   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2565         -
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
        2576  +
checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3"
 2566   2577   
dependencies = [
 2567   2578   
 "allocator-api2",
 2568   2579   
 "equivalent",
 2569   2580   
 "foldhash",
 2570   2581   
]
 2571   2582   
 2572   2583   
[[package]]
 2573   2584   
name = "hdrhistogram"
 2574   2585   
version = "7.5.4"
 2575   2586   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2770,2781 +2837,2977 @@
 2790   2801   
 "http 1.1.0",
 2791   2802   
 "http-body 1.0.1",
 2792   2803   
 "hyper 1.5.0",
 2793   2804   
 "pin-project-lite",
 2794   2805   
 "socket2 0.5.7",
 2795   2806   
 "tokio",
 2796   2807   
 "tower-service",
 2797   2808   
 "tracing",
 2798   2809   
]
 2799   2810   
        2811  +
[[package]]
        2812  +
name = "icu_collections"
        2813  +
version = "1.5.0"
        2814  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2815  +
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
        2816  +
dependencies = [
        2817  +
 "displaydoc",
        2818  +
 "yoke",
        2819  +
 "zerofrom",
        2820  +
 "zerovec",
        2821  +
]
        2822  +
        2823  +
[[package]]
        2824  +
name = "icu_locid"
        2825  +
version = "1.5.0"
        2826  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2827  +
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
        2828  +
dependencies = [
        2829  +
 "displaydoc",
        2830  +
 "litemap",
        2831  +
 "tinystr",
        2832  +
 "writeable",
        2833  +
 "zerovec",
        2834  +
]
        2835  +
        2836  +
[[package]]
        2837  +
name = "icu_locid_transform"
        2838  +
version = "1.5.0"
        2839  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2840  +
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
        2841  +
dependencies = [
        2842  +
 "displaydoc",
        2843  +
 "icu_locid",
        2844  +
 "icu_locid_transform_data",
        2845  +
 "icu_provider",
        2846  +
 "tinystr",
        2847  +
 "zerovec",
        2848  +
]
        2849  +
        2850  +
[[package]]
        2851  +
name = "icu_locid_transform_data"
        2852  +
version = "1.5.0"
        2853  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2854  +
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
        2855  +
        2856  +
[[package]]
        2857  +
name = "icu_normalizer"
        2858  +
version = "1.5.0"
        2859  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2860  +
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
        2861  +
dependencies = [
        2862  +
 "displaydoc",
        2863  +
 "icu_collections",
        2864  +
 "icu_normalizer_data",
        2865  +
 "icu_properties",
        2866  +
 "icu_provider",
        2867  +
 "smallvec",
        2868  +
 "utf16_iter",
        2869  +
 "utf8_iter",
        2870  +
 "write16",
        2871  +
 "zerovec",
        2872  +
]
        2873  +
        2874  +
[[package]]
        2875  +
name = "icu_normalizer_data"
        2876  +
version = "1.5.0"
        2877  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2878  +
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
        2879  +
        2880  +
[[package]]
        2881  +
name = "icu_properties"
        2882  +
version = "1.5.1"
        2883  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2884  +
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
        2885  +
dependencies = [
        2886  +
 "displaydoc",
        2887  +
 "icu_collections",
        2888  +
 "icu_locid_transform",
        2889  +
 "icu_properties_data",
        2890  +
 "icu_provider",
        2891  +
 "tinystr",
        2892  +
 "zerovec",
        2893  +
]
        2894  +
        2895  +
[[package]]
        2896  +
name = "icu_properties_data"
        2897  +
version = "1.5.0"
        2898  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2899  +
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
        2900  +
        2901  +
[[package]]
        2902  +
name = "icu_provider"
        2903  +
version = "1.5.0"
        2904  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2905  +
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
        2906  +
dependencies = [
        2907  +
 "displaydoc",
        2908  +
 "icu_locid",
        2909  +
 "icu_provider_macros",
        2910  +
 "stable_deref_trait",
        2911  +
 "tinystr",
        2912  +
 "writeable",
        2913  +
 "yoke",
        2914  +
 "zerofrom",
        2915  +
 "zerovec",
        2916  +
]
        2917  +
        2918  +
[[package]]
        2919  +
name = "icu_provider_macros"
        2920  +
version = "1.5.0"
        2921  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2922  +
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
        2923  +
dependencies = [
        2924  +
 "proc-macro2",
        2925  +
 "quote",
        2926  +
 "syn 2.0.87",
        2927  +
]
        2928  +
 2800   2929   
[[package]]
 2801   2930   
name = "idna"
 2802         -
version = "0.5.0"
        2931  +
version = "1.0.3"
 2803   2932   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2804         -
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
        2933  +
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 2805   2934   
dependencies = [
 2806         -
 "unicode-bidi",
 2807         -
 "unicode-normalization",
        2935  +
 "idna_adapter",
        2936  +
 "smallvec",
        2937  +
 "utf8_iter",
        2938  +
]
        2939  +
        2940  +
[[package]]
        2941  +
name = "idna_adapter"
        2942  +
version = "1.2.0"
        2943  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2944  +
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
        2945  +
dependencies = [
        2946  +
 "icu_normalizer",
        2947  +
 "icu_properties",
 2808   2948   
]
 2809   2949   
 2810   2950   
[[package]]
 2811   2951   
name = "indexmap"
 2812   2952   
version = "2.6.0"
 2813   2953   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2814   2954   
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
 2815   2955   
dependencies = [
 2816   2956   
 "equivalent",
 2817   2957   
 "hashbrown",
@@ -2930,3070 +2989,3135 @@
 2950   3090   
version = "0.3.8"
 2951   3091   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2952   3092   
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
 2953   3093   
 2954   3094   
[[package]]
 2955   3095   
name = "linux-raw-sys"
 2956   3096   
version = "0.4.14"
 2957   3097   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2958   3098   
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
 2959   3099   
        3100  +
[[package]]
        3101  +
name = "litemap"
        3102  +
version = "0.7.3"
        3103  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3104  +
checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704"
        3105  +
 2960   3106   
[[package]]
 2961   3107   
name = "lock_api"
 2962   3108   
version = "0.4.12"
 2963   3109   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2964   3110   
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 2965   3111   
dependencies = [
 2966   3112   
 "autocfg",
 2967   3113   
 "scopeguard",
 2968   3114   
]
 2969   3115   
@@ -3001,3147 +3061,3207 @@
 3021   3167   
]
 3022   3168   
 3023   3169   
[[package]]
 3024   3170   
name = "minicbor-derive"
 3025   3171   
version = "0.15.3"
 3026   3172   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3027   3173   
checksum = "bd2209fff77f705b00c737016a48e73733d7fbccb8b007194db148f03561fb70"
 3028   3174   
dependencies = [
 3029   3175   
 "proc-macro2",
 3030   3176   
 "quote",
 3031         -
 "syn 2.0.85",
        3177  +
 "syn 2.0.87",
 3032   3178   
]
 3033   3179   
 3034   3180   
[[package]]
 3035   3181   
name = "minimal-lexical"
 3036   3182   
version = "0.2.1"
 3037   3183   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3038   3184   
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 3039   3185   
 3040   3186   
[[package]]
 3041   3187   
name = "miniz_oxide"
@@ -3281,3427 +3378,3524 @@
 3301   3447   
[[package]]
 3302   3448   
name = "polling"
 3303   3449   
version = "3.7.3"
 3304   3450   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3305   3451   
checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511"
 3306   3452   
dependencies = [
 3307   3453   
 "cfg-if",
 3308   3454   
 "concurrent-queue",
 3309   3455   
 "hermit-abi 0.4.0",
 3310   3456   
 "pin-project-lite",
 3311         -
 "rustix 0.38.38",
        3457  +
 "rustix 0.38.39",
 3312   3458   
 "tracing",
 3313   3459   
 "windows-sys 0.59.0",
 3314   3460   
]
 3315   3461   
 3316   3462   
[[package]]
 3317   3463   
name = "powerfmt"
 3318   3464   
version = "0.2.0"
 3319   3465   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3320   3466   
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
 3321   3467   
 3322   3468   
[[package]]
 3323   3469   
name = "ppv-lite86"
 3324   3470   
version = "0.2.20"
 3325   3471   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3326   3472   
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
 3327   3473   
dependencies = [
 3328   3474   
 "zerocopy",
 3329   3475   
]
 3330   3476   
 3331   3477   
[[package]]
 3332   3478   
name = "pretty_assertions"
 3333   3479   
version = "1.4.1"
 3334   3480   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3335   3481   
checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
 3336   3482   
dependencies = [
 3337   3483   
 "diff",
 3338   3484   
 "yansi",
 3339   3485   
]
 3340   3486   
 3341   3487   
[[package]]
 3342   3488   
name = "prettyplease"
 3343   3489   
version = "0.2.25"
 3344   3490   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3345   3491   
checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
 3346   3492   
dependencies = [
 3347   3493   
 "proc-macro2",
 3348         -
 "syn 2.0.85",
        3494  +
 "syn 2.0.87",
 3349   3495   
]
 3350   3496   
 3351   3497   
[[package]]
 3352   3498   
name = "proc-macro-error"
 3353   3499   
version = "1.0.4"
 3354   3500   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3355   3501   
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
 3356   3502   
dependencies = [
 3357   3503   
 "proc-macro-error-attr",
 3358   3504   
 "proc-macro2",
@@ -3579,3725 +3641,3787 @@
 3599   3745   
 "bitflags 1.3.2",
 3600   3746   
 "errno",
 3601   3747   
 "io-lifetimes",
 3602   3748   
 "libc",
 3603   3749   
 "linux-raw-sys 0.3.8",
 3604   3750   
 "windows-sys 0.48.0",
 3605   3751   
]
 3606   3752   
 3607   3753   
[[package]]
 3608   3754   
name = "rustix"
 3609         -
version = "0.38.38"
        3755  +
version = "0.38.39"
 3610   3756   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3611         -
checksum = "aa260229e6538e52293eeb577aabd09945a09d6d9cc0fc550ed7529056c2e32a"
        3757  +
checksum = "375116bee2be9ed569afe2154ea6a99dfdffd257f533f187498c2a8f5feaf4ee"
 3612   3758   
dependencies = [
 3613   3759   
 "bitflags 2.6.0",
 3614   3760   
 "errno",
 3615   3761   
 "libc",
 3616   3762   
 "linux-raw-sys 0.4.14",
 3617   3763   
 "windows-sys 0.52.0",
 3618   3764   
]
 3619   3765   
 3620   3766   
[[package]]
 3621   3767   
name = "rustls"
@@ -3806,3952 +3866,4012 @@
 3826   3972   
]
 3827   3973   
 3828   3974   
[[package]]
 3829   3975   
name = "serde_derive"
 3830   3976   
version = "1.0.214"
 3831   3977   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3832   3978   
checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766"
 3833   3979   
dependencies = [
 3834   3980   
 "proc-macro2",
 3835   3981   
 "quote",
 3836         -
 "syn 2.0.85",
        3982  +
 "syn 2.0.87",
 3837   3983   
]
 3838   3984   
 3839   3985   
[[package]]
 3840   3986   
name = "serde_json"
 3841   3987   
version = "1.0.132"
 3842   3988   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3843   3989   
checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
 3844   3990   
dependencies = [
 3845   3991   
 "indexmap",
 3846   3992   
 "itoa",
@@ -3946,4092 +4159,4332 @@
 3966   4112   
[[package]]
 3967   4113   
name = "spki"
 3968   4114   
version = "0.6.0"
 3969   4115   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3970   4116   
checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
 3971   4117   
dependencies = [
 3972   4118   
 "base64ct",
 3973   4119   
 "der",
 3974   4120   
]
 3975   4121   
        4122  +
[[package]]
        4123  +
name = "stable_deref_trait"
        4124  +
version = "1.2.0"
        4125  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4126  +
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
        4127  +
 3976   4128   
[[package]]
 3977   4129   
name = "subtle"
 3978   4130   
version = "2.6.1"
 3979   4131   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3980   4132   
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
 3981   4133   
 3982   4134   
[[package]]
 3983   4135   
name = "syn"
 3984   4136   
version = "1.0.109"
 3985   4137   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3986   4138   
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
 3987   4139   
dependencies = [
 3988   4140   
 "proc-macro2",
 3989   4141   
 "quote",
 3990   4142   
 "unicode-ident",
 3991   4143   
]
 3992   4144   
 3993   4145   
[[package]]
 3994   4146   
name = "syn"
 3995         -
version = "2.0.85"
        4147  +
version = "2.0.87"
 3996   4148   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3997         -
checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56"
        4149  +
checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
 3998   4150   
dependencies = [
 3999   4151   
 "proc-macro2",
 4000   4152   
 "quote",
 4001   4153   
 "unicode-ident",
 4002   4154   
]
 4003   4155   
        4156  +
[[package]]
        4157  +
name = "synstructure"
        4158  +
version = "0.13.1"
        4159  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4160  +
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
        4161  +
dependencies = [
        4162  +
 "proc-macro2",
        4163  +
 "quote",
        4164  +
 "syn 2.0.87",
        4165  +
]
        4166  +
 4004   4167   
[[package]]
 4005   4168   
name = "tempfile"
 4006   4169   
version = "3.12.0"
 4007   4170   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4008   4171   
checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
 4009   4172   
dependencies = [
 4010   4173   
 "cfg-if",
 4011   4174   
 "fastrand 2.0.2",
 4012   4175   
 "once_cell",
 4013         -
 "rustix 0.38.38",
        4176  +
 "rustix 0.38.39",
 4014   4177   
 "windows-sys 0.59.0",
 4015   4178   
]
 4016   4179   
 4017   4180   
[[package]]
 4018   4181   
name = "thiserror"
 4019         -
version = "1.0.65"
        4182  +
version = "1.0.68"
 4020   4183   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4021         -
checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5"
        4184  +
checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892"
 4022   4185   
dependencies = [
 4023   4186   
 "thiserror-impl",
 4024   4187   
]
 4025   4188   
 4026   4189   
[[package]]
 4027   4190   
name = "thiserror-impl"
 4028         -
version = "1.0.65"
        4191  +
version = "1.0.68"
 4029   4192   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4030         -
checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602"
        4193  +
checksum = "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e"
 4031   4194   
dependencies = [
 4032   4195   
 "proc-macro2",
 4033   4196   
 "quote",
 4034         -
 "syn 2.0.85",
        4197  +
 "syn 2.0.87",
 4035   4198   
]
 4036   4199   
 4037   4200   
[[package]]
 4038   4201   
name = "thread_local"
 4039   4202   
version = "1.1.8"
 4040   4203   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4041   4204   
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
 4042   4205   
dependencies = [
 4043   4206   
 "cfg-if",
 4044   4207   
 "once_cell",
 4045   4208   
]
 4046   4209   
 4047   4210   
[[package]]
 4048   4211   
name = "time"
 4049   4212   
version = "0.3.36"
 4050   4213   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4051   4214   
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
 4052   4215   
dependencies = [
 4053   4216   
 "deranged",
 4054   4217   
 "itoa",
 4055   4218   
 "num-conv",
 4056   4219   
 "powerfmt",
 4057   4220   
 "serde",
 4058   4221   
 "time-core",
 4059   4222   
 "time-macros",
 4060   4223   
]
 4061   4224   
 4062   4225   
[[package]]
 4063   4226   
name = "time-core"
 4064   4227   
version = "0.1.2"
 4065   4228   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4066   4229   
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
 4067   4230   
 4068   4231   
[[package]]
 4069   4232   
name = "time-macros"
 4070   4233   
version = "0.2.18"
 4071   4234   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4072   4235   
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
 4073   4236   
dependencies = [
 4074   4237   
 "num-conv",
 4075   4238   
 "time-core",
 4076   4239   
]
 4077   4240   
        4241  +
[[package]]
        4242  +
name = "tinystr"
        4243  +
version = "0.7.6"
        4244  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4245  +
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
        4246  +
dependencies = [
        4247  +
 "displaydoc",
        4248  +
 "zerovec",
        4249  +
]
        4250  +
 4078   4251   
[[package]]
 4079   4252   
name = "tinytemplate"
 4080   4253   
version = "1.2.1"
 4081   4254   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4082   4255   
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
 4083   4256   
dependencies = [
 4084   4257   
 "serde",
 4085   4258   
 "serde_json",
 4086   4259   
]
 4087   4260   
 4088   4261   
[[package]]
 4089   4262   
name = "tinyvec"
 4090   4263   
version = "1.8.0"
 4091   4264   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4092   4265   
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
 4093   4266   
dependencies = [
 4094   4267   
 "tinyvec_macros",
 4095   4268   
]
 4096   4269   
 4097   4270   
[[package]]
 4098   4271   
name = "tinyvec_macros"
 4099   4272   
version = "0.1.1"
 4100   4273   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4101   4274   
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
 4102   4275   
 4103   4276   
[[package]]
 4104   4277   
name = "tokio"
 4105   4278   
version = "1.41.0"
 4106   4279   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4107   4280   
checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb"
 4108   4281   
dependencies = [
 4109   4282   
 "backtrace",
 4110   4283   
 "bytes",
 4111   4284   
 "libc",
 4112   4285   
 "mio",
 4113   4286   
 "parking_lot",
 4114   4287   
 "pin-project-lite",
 4115   4288   
 "signal-hook-registry",
 4116   4289   
 "socket2 0.5.7",
 4117   4290   
 "tokio-macros",
 4118   4291   
 "windows-sys 0.52.0",
 4119   4292   
]
 4120   4293   
 4121   4294   
[[package]]
 4122   4295   
name = "tokio-macros"
 4123   4296   
version = "2.4.0"
 4124   4297   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4125   4298   
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
 4126   4299   
dependencies = [
 4127   4300   
 "proc-macro2",
 4128   4301   
 "quote",
 4129         -
 "syn 2.0.85",
        4302  +
 "syn 2.0.87",
 4130   4303   
]
 4131   4304   
 4132   4305   
[[package]]
 4133   4306   
name = "tokio-rustls"
 4134   4307   
version = "0.24.1"
 4135   4308   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4136   4309   
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
 4137   4310   
dependencies = [
 4138   4311   
 "rustls 0.21.12",
 4139   4312   
 "tokio",
@@ -4215,4388 +4275,4448 @@
 4235   4408   
]
 4236   4409   
 4237   4410   
[[package]]
 4238   4411   
name = "tracing-attributes"
 4239   4412   
version = "0.1.27"
 4240   4413   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4241   4414   
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
 4242   4415   
dependencies = [
 4243   4416   
 "proc-macro2",
 4244   4417   
 "quote",
 4245         -
 "syn 2.0.85",
        4418  +
 "syn 2.0.87",
 4246   4419   
]
 4247   4420   
 4248   4421   
[[package]]
 4249   4422   
name = "tracing-core"
 4250   4423   
version = "0.1.32"
 4251   4424   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4252   4425   
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
 4253   4426   
dependencies = [
 4254   4427   
 "once_cell",
 4255   4428   
 "valuable",
@@ -4288,4461 +4418,4588 @@
 4308   4481   
 "tracing-test-macro",
 4309   4482   
]
 4310   4483   
 4311   4484   
[[package]]
 4312   4485   
name = "tracing-test-macro"
 4313   4486   
version = "0.2.5"
 4314   4487   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4315   4488   
checksum = "04659ddb06c87d233c566112c1c9c5b9e98256d9af50ec3bc9c8327f873a7568"
 4316   4489   
dependencies = [
 4317   4490   
 "quote",
 4318         -
 "syn 2.0.85",
        4491  +
 "syn 2.0.87",
 4319   4492   
]
 4320   4493   
 4321   4494   
[[package]]
 4322   4495   
name = "try-lock"
 4323   4496   
version = "0.2.5"
 4324   4497   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4325   4498   
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
 4326   4499   
 4327   4500   
[[package]]
 4328   4501   
name = "typenum"
 4329   4502   
version = "1.17.0"
 4330   4503   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4331   4504   
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
 4332   4505   
 4333   4506   
[[package]]
 4334   4507   
name = "unarray"
 4335   4508   
version = "0.1.4"
 4336   4509   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4337   4510   
checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
 4338   4511   
 4339         -
[[package]]
 4340         -
name = "unicode-bidi"
 4341         -
version = "0.3.17"
 4342         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 4343         -
checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
 4344         -
 4345   4512   
[[package]]
 4346   4513   
name = "unicode-ident"
 4347   4514   
version = "1.0.13"
 4348   4515   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4349   4516   
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
 4350   4517   
 4351         -
[[package]]
 4352         -
name = "unicode-normalization"
 4353         -
version = "0.1.24"
 4354         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 4355         -
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
 4356         -
dependencies = [
 4357         -
 "tinyvec",
 4358         -
]
 4359         -
 4360   4518   
[[package]]
 4361   4519   
name = "unicode-segmentation"
 4362   4520   
version = "1.12.0"
 4363   4521   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4364   4522   
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
 4365   4523   
 4366   4524   
[[package]]
 4367   4525   
name = "untrusted"
 4368   4526   
version = "0.9.0"
 4369   4527   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4370   4528   
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
 4371   4529   
 4372   4530   
[[package]]
 4373   4531   
name = "url"
 4374         -
version = "2.5.2"
        4532  +
version = "2.5.3"
 4375   4533   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4376         -
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
        4534  +
checksum = "8d157f1b96d14500ffdc1f10ba712e780825526c03d9a49b4d0324b0d9113ada"
 4377   4535   
dependencies = [
 4378   4536   
 "form_urlencoded",
 4379   4537   
 "idna",
 4380   4538   
 "percent-encoding",
 4381   4539   
]
 4382   4540   
 4383   4541   
[[package]]
 4384   4542   
name = "urlencoding"
 4385   4543   
version = "2.1.3"
 4386   4544   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4387   4545   
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
 4388   4546   
        4547  +
[[package]]
        4548  +
name = "utf16_iter"
        4549  +
version = "1.0.5"
        4550  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4551  +
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
        4552  +
        4553  +
[[package]]
        4554  +
name = "utf8_iter"
        4555  +
version = "1.0.4"
        4556  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4557  +
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
        4558  +
 4389   4559   
[[package]]
 4390   4560   
name = "uuid"
 4391   4561   
version = "1.11.0"
 4392   4562   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4393   4563   
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
 4394   4564   
 4395   4565   
[[package]]
 4396   4566   
name = "valuable"
 4397   4567   
version = "0.1.0"
 4398   4568   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -4460,4630 +4590,4760 @@
 4480   4650   
name = "wasm-bindgen-backend"
 4481   4651   
version = "0.2.95"
 4482   4652   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4483   4653   
checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
 4484   4654   
dependencies = [
 4485   4655   
 "bumpalo",
 4486   4656   
 "log",
 4487   4657   
 "once_cell",
 4488   4658   
 "proc-macro2",
 4489   4659   
 "quote",
 4490         -
 "syn 2.0.85",
        4660  +
 "syn 2.0.87",
 4491   4661   
 "wasm-bindgen-shared",
 4492   4662   
]
 4493   4663   
 4494   4664   
[[package]]
 4495   4665   
name = "wasm-bindgen-futures"
 4496   4666   
version = "0.4.45"
 4497   4667   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4498   4668   
checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b"
 4499   4669   
dependencies = [
 4500   4670   
 "cfg-if",
 4501   4671   
 "js-sys",
 4502   4672   
 "wasm-bindgen",
 4503   4673   
 "web-sys",
 4504   4674   
]
 4505   4675   
 4506   4676   
[[package]]
 4507   4677   
name = "wasm-bindgen-macro"
 4508   4678   
version = "0.2.95"
 4509   4679   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4510   4680   
checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
 4511   4681   
dependencies = [
 4512   4682   
 "quote",
 4513   4683   
 "wasm-bindgen-macro-support",
 4514   4684   
]
 4515   4685   
 4516   4686   
[[package]]
 4517   4687   
name = "wasm-bindgen-macro-support"
 4518   4688   
version = "0.2.95"
 4519   4689   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4520   4690   
checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
 4521   4691   
dependencies = [
 4522   4692   
 "proc-macro2",
 4523   4693   
 "quote",
 4524         -
 "syn 2.0.85",
        4694  +
 "syn 2.0.87",
 4525   4695   
 "wasm-bindgen-backend",
 4526   4696   
 "wasm-bindgen-shared",
 4527   4697   
]
 4528   4698   
 4529   4699   
[[package]]
 4530   4700   
name = "wasm-bindgen-shared"
 4531   4701   
version = "0.2.95"
 4532   4702   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4533   4703   
checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
 4534   4704   
 4535   4705   
[[package]]
 4536   4706   
name = "web-sys"
 4537   4707   
version = "0.3.72"
 4538   4708   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4539   4709   
checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112"
 4540   4710   
dependencies = [
 4541   4711   
 "js-sys",
 4542   4712   
 "wasm-bindgen",
 4543   4713   
]
 4544   4714   
 4545   4715   
[[package]]
 4546   4716   
name = "webpki-roots"
 4547   4717   
version = "0.25.4"
 4548   4718   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4549   4719   
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
 4550   4720   
 4551   4721   
[[package]]
 4552   4722   
name = "which"
 4553   4723   
version = "4.4.2"
 4554   4724   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4555   4725   
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
 4556   4726   
dependencies = [
 4557   4727   
 "either",
 4558   4728   
 "home",
 4559   4729   
 "once_cell",
 4560         -
 "rustix 0.38.38",
        4730  +
 "rustix 0.38.39",
 4561   4731   
]
 4562   4732   
 4563   4733   
[[package]]
 4564   4734   
name = "winapi"
 4565   4735   
version = "0.3.9"
 4566   4736   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4567   4737   
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
 4568   4738   
dependencies = [
 4569   4739   
 "winapi-i686-pc-windows-gnu",
 4570   4740   
 "winapi-x86_64-pc-windows-gnu",
@@ -4721,4891 +0,5037 @@
 4741   4911   
 4742   4912   
[[package]]
 4743   4913   
name = "wit-bindgen"
 4744   4914   
version = "0.19.2"
 4745   4915   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4746   4916   
checksum = "b37d270da94012e0ac490ac633ad5bdd76a10a3fb15069edb033c1b771ce931f"
 4747   4917   
dependencies = [
 4748   4918   
 "bitflags 2.6.0",
 4749   4919   
]
 4750   4920   
        4921  +
[[package]]
        4922  +
name = "write16"
        4923  +
version = "1.0.0"
        4924  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4925  +
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
        4926  +
        4927  +
[[package]]
        4928  +
name = "writeable"
        4929  +
version = "0.5.5"
        4930  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4931  +
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
        4932  +
 4751   4933   
[[package]]
 4752   4934   
name = "xmlparser"
 4753   4935   
version = "0.13.6"
 4754   4936   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4755   4937   
checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
 4756   4938   
 4757   4939   
[[package]]
 4758   4940   
name = "yansi"
 4759   4941   
version = "1.0.1"
 4760   4942   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4761   4943   
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
 4762   4944   
        4945  +
[[package]]
        4946  +
name = "yoke"
        4947  +
version = "0.7.4"
        4948  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4949  +
checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5"
        4950  +
dependencies = [
        4951  +
 "serde",
        4952  +
 "stable_deref_trait",
        4953  +
 "yoke-derive",
        4954  +
 "zerofrom",
        4955  +
]
        4956  +
        4957  +
[[package]]
        4958  +
name = "yoke-derive"
        4959  +
version = "0.7.4"
        4960  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4961  +
checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95"
        4962  +
dependencies = [
        4963  +
 "proc-macro2",
        4964  +
 "quote",
        4965  +
 "syn 2.0.87",
        4966  +
 "synstructure",
        4967  +
]
        4968  +
 4763   4969   
[[package]]
 4764   4970   
name = "zerocopy"
 4765   4971   
version = "0.7.35"
 4766   4972   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4767   4973   
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
 4768   4974   
dependencies = [
 4769   4975   
 "byteorder",
 4770   4976   
 "zerocopy-derive",
 4771   4977   
]
 4772   4978   
 4773   4979   
[[package]]
 4774   4980   
name = "zerocopy-derive"
 4775   4981   
version = "0.7.35"
 4776   4982   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4777   4983   
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
 4778   4984   
dependencies = [
 4779   4985   
 "proc-macro2",
 4780   4986   
 "quote",
 4781         -
 "syn 2.0.85",
        4987  +
 "syn 2.0.87",
        4988  +
]
        4989  +
        4990  +
[[package]]
        4991  +
name = "zerofrom"
        4992  +
version = "0.1.4"
        4993  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4994  +
checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55"
        4995  +
dependencies = [
        4996  +
 "zerofrom-derive",
        4997  +
]
        4998  +
        4999  +
[[package]]
        5000  +
name = "zerofrom-derive"
        5001  +
version = "0.1.4"
        5002  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        5003  +
checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5"
        5004  +
dependencies = [
        5005  +
 "proc-macro2",
        5006  +
 "quote",
        5007  +
 "syn 2.0.87",
        5008  +
 "synstructure",
 4782   5009   
]
 4783   5010   
 4784   5011   
[[package]]
 4785   5012   
name = "zeroize"
 4786   5013   
version = "1.8.1"
 4787   5014   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4788   5015   
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
        5016  +
        5017  +
[[package]]
        5018  +
name = "zerovec"
        5019  +
version = "0.10.4"
        5020  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        5021  +
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
        5022  +
dependencies = [
        5023  +
 "yoke",
        5024  +
 "zerofrom",
        5025  +
 "zerovec-derive",
        5026  +
]
        5027  +
        5028  +
[[package]]
        5029  +
name = "zerovec-derive"
        5030  +
version = "0.10.3"
        5031  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        5032  +
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
        5033  +
dependencies = [
        5034  +
 "proc-macro2",
        5035  +
 "quote",
        5036  +
 "syn 2.0.87",
        5037  +
]