AWS SDK

AWS SDK

rev. 1ae04a47a8ef8ef5fbc483d469781a8446375d05 (ignoring whitespace)

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.60.0"
  897    897   
source = "registry+https://github.com/rust-lang/crates.io-index"
  898         -
checksum = "0656a79cf5e6ab0d4bb2465cd750a7a2fd7ea26c062183ed94225f5782e22365"
         898  +
checksum = "0506cc60e392e33712d47717d5ae5760a3b134bf8ee7aea7e43df3d7e2669ae0"
  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.60.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 +2209,2209 @@
 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.1"
 2174   2174   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2175         -
checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611"
        2175  +
checksum = "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800"
 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"
@@ -2379,2379 +2458,2458 @@
 2399   2399   
 "futures-core",
 2400   2400   
 "futures-io",
 2401   2401   
 "memchr",
 2402   2402   
 "parking",
 2403   2403   
 "pin-project-lite",
 2404   2404   
 "waker-fn",
 2405   2405   
]
 2406   2406   
 2407   2407   
[[package]]
 2408   2408   
name = "futures-lite"
 2409         -
version = "2.3.0"
        2409  +
version = "2.4.0"
 2410   2410   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2411         -
checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
        2411  +
checksum = "3f1fa2f9765705486b33fd2acf1577f8ec449c2ba1f318ae5447697b7c08d210"
 2412   2412   
dependencies = [
 2413   2413   
 "fastrand 2.0.2",
 2414   2414   
 "futures-core",
 2415   2415   
 "futures-io",
 2416   2416   
 "parking",
 2417   2417   
 "pin-project-lite",
 2418   2418   
]
 2419   2419   
 2420   2420   
[[package]]
 2421   2421   
name = "futures-macro"
 2422   2422   
version = "0.3.31"
 2423   2423   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2424   2424   
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 2425   2425   
dependencies = [
 2426   2426   
 "proc-macro2",
 2427   2427   
 "quote",
 2428         -
 "syn 2.0.85",
        2428  +
 "syn 2.0.87",
 2429   2429   
]
 2430   2430   
 2431   2431   
[[package]]
 2432   2432   
name = "futures-sink"
 2433   2433   
version = "0.3.31"
 2434   2434   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2435   2435   
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 2436   2436   
 2437   2437   
[[package]]
 2438   2438   
name = "futures-task"
@@ -2533,2533 +2595,2595 @@
 2553   2553   
version = "2.4.1"
 2554   2554   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2555   2555   
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 2556   2556   
dependencies = [
 2557   2557   
 "cfg-if",
 2558   2558   
 "crunchy",
 2559   2559   
]
 2560   2560   
 2561   2561   
[[package]]
 2562   2562   
name = "hashbrown"
 2563         -
version = "0.15.0"
        2563  +
version = "0.15.1"
 2564   2564   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2565         -
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
        2565  +
checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3"
 2566   2566   
dependencies = [
 2567   2567   
 "allocator-api2",
 2568   2568   
 "equivalent",
 2569   2569   
 "foldhash",
 2570   2570   
]
 2571   2571   
 2572   2572   
[[package]]
 2573   2573   
name = "hdrhistogram"
 2574   2574   
version = "7.5.4"
 2575   2575   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3001,3001 +3061,3061 @@
 3021   3021   
]
 3022   3022   
 3023   3023   
[[package]]
 3024   3024   
name = "minicbor-derive"
 3025   3025   
version = "0.15.3"
 3026   3026   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3027   3027   
checksum = "bd2209fff77f705b00c737016a48e73733d7fbccb8b007194db148f03561fb70"
 3028   3028   
dependencies = [
 3029   3029   
 "proc-macro2",
 3030   3030   
 "quote",
 3031         -
 "syn 2.0.85",
        3031  +
 "syn 2.0.87",
 3032   3032   
]
 3033   3033   
 3034   3034   
[[package]]
 3035   3035   
name = "minimal-lexical"
 3036   3036   
version = "0.2.1"
 3037   3037   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3038   3038   
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 3039   3039   
 3040   3040   
[[package]]
 3041   3041   
name = "miniz_oxide"
@@ -3281,3281 +3378,3378 @@
 3301   3301   
[[package]]
 3302   3302   
name = "polling"
 3303   3303   
version = "3.7.3"
 3304   3304   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3305   3305   
checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511"
 3306   3306   
dependencies = [
 3307   3307   
 "cfg-if",
 3308   3308   
 "concurrent-queue",
 3309   3309   
 "hermit-abi 0.4.0",
 3310   3310   
 "pin-project-lite",
 3311         -
 "rustix 0.38.38",
        3311  +
 "rustix 0.38.39",
 3312   3312   
 "tracing",
 3313   3313   
 "windows-sys 0.59.0",
 3314   3314   
]
 3315   3315   
 3316   3316   
[[package]]
 3317   3317   
name = "powerfmt"
 3318   3318   
version = "0.2.0"
 3319   3319   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3320   3320   
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
 3321   3321   
 3322   3322   
[[package]]
 3323   3323   
name = "ppv-lite86"
 3324   3324   
version = "0.2.20"
 3325   3325   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3326   3326   
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
 3327   3327   
dependencies = [
 3328   3328   
 "zerocopy",
 3329   3329   
]
 3330   3330   
 3331   3331   
[[package]]
 3332   3332   
name = "pretty_assertions"
 3333   3333   
version = "1.4.1"
 3334   3334   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3335   3335   
checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
 3336   3336   
dependencies = [
 3337   3337   
 "diff",
 3338   3338   
 "yansi",
 3339   3339   
]
 3340   3340   
 3341   3341   
[[package]]
 3342   3342   
name = "prettyplease"
 3343   3343   
version = "0.2.25"
 3344   3344   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3345   3345   
checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
 3346   3346   
dependencies = [
 3347   3347   
 "proc-macro2",
 3348         -
 "syn 2.0.85",
        3348  +
 "syn 2.0.87",
 3349   3349   
]
 3350   3350   
 3351   3351   
[[package]]
 3352   3352   
name = "proc-macro-error"
 3353   3353   
version = "1.0.4"
 3354   3354   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3355   3355   
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
 3356   3356   
dependencies = [
 3357   3357   
 "proc-macro-error-attr",
 3358   3358   
 "proc-macro2",
@@ -3579,3579 +3641,3641 @@
 3599   3599   
 "bitflags 1.3.2",
 3600   3600   
 "errno",
 3601   3601   
 "io-lifetimes",
 3602   3602   
 "libc",
 3603   3603   
 "linux-raw-sys 0.3.8",
 3604   3604   
 "windows-sys 0.48.0",
 3605   3605   
]
 3606   3606   
 3607   3607   
[[package]]
 3608   3608   
name = "rustix"
 3609         -
version = "0.38.38"
        3609  +
version = "0.38.39"
 3610   3610   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3611         -
checksum = "aa260229e6538e52293eeb577aabd09945a09d6d9cc0fc550ed7529056c2e32a"
        3611  +
checksum = "375116bee2be9ed569afe2154ea6a99dfdffd257f533f187498c2a8f5feaf4ee"
 3612   3612   
dependencies = [
 3613   3613   
 "bitflags 2.6.0",
 3614   3614   
 "errno",
 3615   3615   
 "libc",
 3616   3616   
 "linux-raw-sys 0.4.14",
 3617   3617   
 "windows-sys 0.52.0",
 3618   3618   
]
 3619   3619   
 3620   3620   
[[package]]
 3621   3621   
name = "rustls"
@@ -3806,3806 +3866,3866 @@
 3826   3826   
]
 3827   3827   
 3828   3828   
[[package]]
 3829   3829   
name = "serde_derive"
 3830   3830   
version = "1.0.214"
 3831   3831   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3832   3832   
checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766"
 3833   3833   
dependencies = [
 3834   3834   
 "proc-macro2",
 3835   3835   
 "quote",
 3836         -
 "syn 2.0.85",
        3836  +
 "syn 2.0.87",
 3837   3837   
]
 3838   3838   
 3839   3839   
[[package]]
 3840   3840   
name = "serde_json"
 3841   3841   
version = "1.0.132"
 3842   3842   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3843   3843   
checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
 3844   3844   
dependencies = [
 3845   3845   
 "indexmap",
 3846   3846   
 "itoa",
@@ -3965,3965 +4064,4064 @@
 3985   3985   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3986   3986   
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
 3987   3987   
dependencies = [
 3988   3988   
 "proc-macro2",
 3989   3989   
 "quote",
 3990   3990   
 "unicode-ident",
 3991   3991   
]
 3992   3992   
 3993   3993   
[[package]]
 3994   3994   
name = "syn"
 3995         -
version = "2.0.85"
        3995  +
version = "2.0.87"
 3996   3996   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3997         -
checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56"
        3997  +
checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
 3998   3998   
dependencies = [
 3999   3999   
 "proc-macro2",
 4000   4000   
 "quote",
 4001   4001   
 "unicode-ident",
 4002   4002   
]
 4003   4003   
 4004   4004   
[[package]]
 4005   4005   
name = "tempfile"
 4006   4006   
version = "3.12.0"
 4007   4007   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4008   4008   
checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
 4009   4009   
dependencies = [
 4010   4010   
 "cfg-if",
 4011   4011   
 "fastrand 2.0.2",
 4012   4012   
 "once_cell",
 4013         -
 "rustix 0.38.38",
        4013  +
 "rustix 0.38.39",
 4014   4014   
 "windows-sys 0.59.0",
 4015   4015   
]
 4016   4016   
 4017   4017   
[[package]]
 4018   4018   
name = "thiserror"
 4019         -
version = "1.0.65"
        4019  +
version = "1.0.68"
 4020   4020   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4021         -
checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5"
        4021  +
checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892"
 4022   4022   
dependencies = [
 4023   4023   
 "thiserror-impl",
 4024   4024   
]
 4025   4025   
 4026   4026   
[[package]]
 4027   4027   
name = "thiserror-impl"
 4028         -
version = "1.0.65"
        4028  +
version = "1.0.68"
 4029   4029   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4030         -
checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602"
        4030  +
checksum = "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e"
 4031   4031   
dependencies = [
 4032   4032   
 "proc-macro2",
 4033   4033   
 "quote",
 4034         -
 "syn 2.0.85",
        4034  +
 "syn 2.0.87",
 4035   4035   
]
 4036   4036   
 4037   4037   
[[package]]
 4038   4038   
name = "thread_local"
 4039   4039   
version = "1.1.8"
 4040   4040   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4041   4041   
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
 4042   4042   
dependencies = [
 4043   4043   
 "cfg-if",
 4044   4044   
 "once_cell",
@@ -4099,4099 +4159,4159 @@
 4119   4119   
]
 4120   4120   
 4121   4121   
[[package]]
 4122   4122   
name = "tokio-macros"
 4123   4123   
version = "2.4.0"
 4124   4124   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4125   4125   
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
 4126   4126   
dependencies = [
 4127   4127   
 "proc-macro2",
 4128   4128   
 "quote",
 4129         -
 "syn 2.0.85",
        4129  +
 "syn 2.0.87",
 4130   4130   
]
 4131   4131   
 4132   4132   
[[package]]
 4133   4133   
name = "tokio-rustls"
 4134   4134   
version = "0.24.1"
 4135   4135   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4136   4136   
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
 4137   4137   
dependencies = [
 4138   4138   
 "rustls 0.21.12",
 4139   4139   
 "tokio",
@@ -4215,4215 +4275,4275 @@
 4235   4235   
]
 4236   4236   
 4237   4237   
[[package]]
 4238   4238   
name = "tracing-attributes"
 4239   4239   
version = "0.1.27"
 4240   4240   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4241   4241   
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
 4242   4242   
dependencies = [
 4243   4243   
 "proc-macro2",
 4244   4244   
 "quote",
 4245         -
 "syn 2.0.85",
        4245  +
 "syn 2.0.87",
 4246   4246   
]
 4247   4247   
 4248   4248   
[[package]]
 4249   4249   
name = "tracing-core"
 4250   4250   
version = "0.1.32"
 4251   4251   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4252   4252   
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
 4253   4253   
dependencies = [
 4254   4254   
 "once_cell",
 4255   4255   
 "valuable",
@@ -4288,4288 +4348,4348 @@
 4308   4308   
 "tracing-test-macro",
 4309   4309   
]
 4310   4310   
 4311   4311   
[[package]]
 4312   4312   
name = "tracing-test-macro"
 4313   4313   
version = "0.2.5"
 4314   4314   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4315   4315   
checksum = "04659ddb06c87d233c566112c1c9c5b9e98256d9af50ec3bc9c8327f873a7568"
 4316   4316   
dependencies = [
 4317   4317   
 "quote",
 4318         -
 "syn 2.0.85",
        4318  +
 "syn 2.0.87",
 4319   4319   
]
 4320   4320   
 4321   4321   
[[package]]
 4322   4322   
name = "try-lock"
 4323   4323   
version = "0.2.5"
 4324   4324   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4325   4325   
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
 4326   4326   
 4327   4327   
[[package]]
 4328   4328   
name = "typenum"
@@ -4460,4460 +4590,4590 @@
 4480   4480   
name = "wasm-bindgen-backend"
 4481   4481   
version = "0.2.95"
 4482   4482   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4483   4483   
checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
 4484   4484   
dependencies = [
 4485   4485   
 "bumpalo",
 4486   4486   
 "log",
 4487   4487   
 "once_cell",
 4488   4488   
 "proc-macro2",
 4489   4489   
 "quote",
 4490         -
 "syn 2.0.85",
        4490  +
 "syn 2.0.87",
 4491   4491   
 "wasm-bindgen-shared",
 4492   4492   
]
 4493   4493   
 4494   4494   
[[package]]
 4495   4495   
name = "wasm-bindgen-futures"
 4496   4496   
version = "0.4.45"
 4497   4497   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4498   4498   
checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b"
 4499   4499   
dependencies = [
 4500   4500   
 "cfg-if",
 4501   4501   
 "js-sys",
 4502   4502   
 "wasm-bindgen",
 4503   4503   
 "web-sys",
 4504   4504   
]
 4505   4505   
 4506   4506   
[[package]]
 4507   4507   
name = "wasm-bindgen-macro"
 4508   4508   
version = "0.2.95"
 4509   4509   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4510   4510   
checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
 4511   4511   
dependencies = [
 4512   4512   
 "quote",
 4513   4513   
 "wasm-bindgen-macro-support",
 4514   4514   
]
 4515   4515   
 4516   4516   
[[package]]
 4517   4517   
name = "wasm-bindgen-macro-support"
 4518   4518   
version = "0.2.95"
 4519   4519   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4520   4520   
checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
 4521   4521   
dependencies = [
 4522   4522   
 "proc-macro2",
 4523   4523   
 "quote",
 4524         -
 "syn 2.0.85",
        4524  +
 "syn 2.0.87",
 4525   4525   
 "wasm-bindgen-backend",
 4526   4526   
 "wasm-bindgen-shared",
 4527   4527   
]
 4528   4528   
 4529   4529   
[[package]]
 4530   4530   
name = "wasm-bindgen-shared"
 4531   4531   
version = "0.2.95"
 4532   4532   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4533   4533   
checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
 4534   4534   
 4535   4535   
[[package]]
 4536   4536   
name = "web-sys"
 4537   4537   
version = "0.3.72"
 4538   4538   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4539   4539   
checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112"
 4540   4540   
dependencies = [
 4541   4541   
 "js-sys",
 4542   4542   
 "wasm-bindgen",
 4543   4543   
]
 4544   4544   
 4545   4545   
[[package]]
 4546   4546   
name = "webpki-roots"
 4547   4547   
version = "0.25.4"
 4548   4548   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4549   4549   
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
 4550   4550   
 4551   4551   
[[package]]
 4552   4552   
name = "which"
 4553   4553   
version = "4.4.2"
 4554   4554   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4555   4555   
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
 4556   4556   
dependencies = [
 4557   4557   
 "either",
 4558   4558   
 "home",
 4559   4559   
 "once_cell",
 4560         -
 "rustix 0.38.38",
        4560  +
 "rustix 0.38.39",
 4561   4561   
]
 4562   4562   
 4563   4563   
[[package]]
 4564   4564   
name = "winapi"
 4565   4565   
version = "0.3.9"
 4566   4566   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4567   4567   
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
 4568   4568   
dependencies = [
 4569   4569   
 "winapi-i686-pc-windows-gnu",
 4570   4570   
 "winapi-x86_64-pc-windows-gnu",
@@ -4751,4751 +4788,4788 @@
 4771   4771   
]
 4772   4772   
 4773   4773   
[[package]]
 4774   4774   
name = "zerocopy-derive"
 4775   4775   
version = "0.7.35"
 4776   4776   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4777   4777   
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
 4778   4778   
dependencies = [
 4779   4779   
 "proc-macro2",
 4780   4780   
 "quote",
 4781         -
 "syn 2.0.85",
        4781  +
 "syn 2.0.87",
 4782   4782   
]
 4783   4783   
 4784   4784   
[[package]]
 4785   4785   
name = "zeroize"
 4786   4786   
version = "1.8.1"
 4787   4787   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4788   4788   
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"