AWS SDK

AWS SDK

rev. 29e5aa67c62fe58b2173feacdf5222c8f01aba21 (ignoring whitespace)

Files changed:

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

@@ -311,311 +471,456 @@
  331    331   
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
  332    332   
  333    333   
[[package]]
  334    334   
name = "autocfg"
  335    335   
version = "1.5.0"
  336    336   
source = "registry+https://github.com/rust-lang/crates.io-index"
  337    337   
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
  338    338   
  339    339   
[[package]]
  340    340   
name = "aws-config"
  341         -
version = "1.8.6"
         341  +
version = "1.8.7"
  342    342   
dependencies = [
  343    343   
 "aws-credential-types",
  344    344   
 "aws-runtime",
  345    345   
 "aws-sdk-sso",
  346    346   
 "aws-sdk-ssooidc",
  347    347   
 "aws-sdk-sts",
  348    348   
 "aws-smithy-async",
  349    349   
 "aws-smithy-http",
  350    350   
 "aws-smithy-http-client",
  351    351   
 "aws-smithy-json",
  352    352   
 "aws-smithy-runtime",
  353    353   
 "aws-smithy-runtime-api",
  354    354   
 "aws-smithy-types",
  355    355   
 "aws-types",
  356    356   
 "bytes",
  357    357   
 "fastrand 2.3.0",
  358    358   
 "futures-util",
  359    359   
 "hex",
  360    360   
 "http 1.3.1",
  361    361   
 "ring",
  362    362   
 "serde",
  363    363   
 "serde_json",
  364    364   
 "time",
  365    365   
 "tokio",
  366    366   
 "tracing",
  367    367   
 "tracing-subscriber",
  368    368   
 "tracing-test",
  369    369   
 "url",
  370    370   
 "zeroize",
  371    371   
]
  372    372   
  373    373   
[[package]]
  374    374   
name = "aws-credential-types"
  375         -
version = "1.2.6"
         375  +
version = "1.2.7"
  376    376   
dependencies = [
  377    377   
 "async-trait",
  378    378   
 "aws-smithy-async",
  379    379   
 "aws-smithy-runtime-api",
  380    380   
 "aws-smithy-types",
  381    381   
 "tokio",
  382    382   
 "zeroize",
  383    383   
]
  384    384   
  385         -
[[package]]
  386         -
name = "aws-endpoint"
  387         -
version = "0.60.3"
  388         -
  389         -
[[package]]
  390         -
name = "aws-http"
  391         -
version = "0.60.6"
  392         -
dependencies = [
  393         -
 "aws-runtime",
  394         -
]
  395         -
  396         -
[[package]]
  397         -
name = "aws-hyper"
  398         -
version = "0.60.3"
  399         -
  400    385   
[[package]]
  401    386   
name = "aws-lc-fips-sys"
  402    387   
version = "0.13.7"
  403    388   
source = "registry+https://github.com/rust-lang/crates.io-index"
  404    389   
checksum = "2608e5a7965cc9d58c56234d346c9c89b824c4c8652b6f047b3bd0a777c0644f"
  405    390   
dependencies = [
  406    391   
 "bindgen 0.69.5",
  407    392   
 "cc",
  408    393   
 "cmake",
  409    394   
 "dunce",
  410    395   
 "fs_extra",
  411    396   
 "regex",
  412    397   
]
  413    398   
  414    399   
[[package]]
  415    400   
name = "aws-lc-rs"
  416    401   
version = "1.14.0"
  417    402   
source = "registry+https://github.com/rust-lang/crates.io-index"
  418    403   
checksum = "94b8ff6c09cd57b16da53641caa860168b88c172a5ee163b0288d3d6eea12786"
  419    404   
dependencies = [
  420    405   
 "aws-lc-fips-sys",
  421    406   
 "aws-lc-sys",
  422    407   
 "untrusted 0.7.1",
  423    408   
 "zeroize",
  424    409   
]
  425    410   
  426    411   
[[package]]
  427    412   
name = "aws-lc-sys"
  428    413   
version = "0.31.0"
  429    414   
source = "registry+https://github.com/rust-lang/crates.io-index"
  430    415   
checksum = "0e44d16778acaf6a9ec9899b92cebd65580b83f685446bf2e1f5d3d732f99dcd"
  431    416   
dependencies = [
  432    417   
 "bindgen 0.72.1",
  433    418   
 "cc",
  434    419   
 "cmake",
  435    420   
 "dunce",
  436    421   
 "fs_extra",
  437    422   
]
  438    423   
  439    424   
[[package]]
  440    425   
name = "aws-runtime"
  441         -
version = "1.5.10"
         426  +
version = "1.5.11"
  442    427   
dependencies = [
  443    428   
 "arbitrary",
  444    429   
 "aws-credential-types",
  445    430   
 "aws-sigv4",
  446    431   
 "aws-smithy-async",
  447    432   
 "aws-smithy-eventstream",
  448    433   
 "aws-smithy-http",
  449    434   
 "aws-smithy-protocol-test",
  450    435   
 "aws-smithy-runtime",
  451    436   
 "aws-smithy-runtime-api",
@@ -1080,1065 +1143,1124 @@
 1100   1085   
 "http 0.2.12",
 1101   1086   
 "http 1.3.1",
 1102   1087   
 "hyper 0.14.32",
 1103   1088   
 "regex-lite",
 1104   1089   
 "serde_json",
 1105   1090   
 "tokio",
 1106   1091   
 "tracing",
 1107   1092   
 "tracing-subscriber",
 1108   1093   
]
 1109   1094   
 1110         -
[[package]]
 1111         -
name = "aws-sig-auth"
 1112         -
version = "0.60.3"
 1113         -
 1114   1095   
[[package]]
 1115   1096   
name = "aws-sigv4"
 1116   1097   
version = "1.3.4"
 1117   1098   
dependencies = [
 1118   1099   
 "aws-credential-types",
 1119   1100   
 "aws-smithy-eventstream",
 1120   1101   
 "aws-smithy-http",
 1121   1102   
 "aws-smithy-runtime-api",
 1122   1103   
 "aws-smithy-types",
 1123   1104   
 "bytes",
@@ -1160,1141 +1223,1200 @@
 1180   1161   
 "md-5",
 1181   1162   
 "pin-project-lite",
 1182   1163   
 "pretty_assertions",
 1183   1164   
 "sha1",
 1184   1165   
 "sha2",
 1185   1166   
 "tokio",
 1186   1167   
 "tracing",
 1187   1168   
 "tracing-test",
 1188   1169   
]
 1189   1170   
 1190         -
[[package]]
 1191         -
name = "aws-smithy-client"
 1192         -
version = "0.60.3"
 1193         -
 1194   1171   
[[package]]
 1195   1172   
name = "aws-smithy-compression"
 1196   1173   
version = "0.0.4"
 1197   1174   
dependencies = [
 1198   1175   
 "aws-smithy-runtime-api",
 1199   1176   
 "aws-smithy-types",
 1200   1177   
 "bytes",
 1201   1178   
 "bytes-utils",
 1202   1179   
 "flate2",
 1203   1180   
 "futures-util",
@@ -1238,1215 +1377,1337 @@
 1258   1235   
 "http-body 0.4.6",
 1259   1236   
 "hyper 0.14.32",
 1260   1237   
 "percent-encoding",
 1261   1238   
 "pin-project-lite",
 1262   1239   
 "pin-utils",
 1263   1240   
 "proptest",
 1264   1241   
 "tokio",
 1265   1242   
 "tracing",
 1266   1243   
]
 1267   1244   
 1268         -
[[package]]
 1269         -
name = "aws-smithy-http-auth"
 1270         -
version = "0.60.3"
 1271         -
 1272   1245   
[[package]]
 1273   1246   
name = "aws-smithy-http-client"
 1274         -
version = "1.1.1"
        1247  +
version = "1.1.2"
 1275   1248   
dependencies = [
 1276   1249   
 "aws-smithy-async",
 1277   1250   
 "aws-smithy-protocol-test",
 1278   1251   
 "aws-smithy-runtime-api",
 1279   1252   
 "aws-smithy-types",
 1280   1253   
 "base64 0.22.1",
 1281   1254   
 "bytes",
 1282   1255   
 "h2 0.3.27",
 1283   1256   
 "h2 0.4.12",
 1284   1257   
 "http 0.2.12",
 1285   1258   
 "http 1.3.1",
 1286   1259   
 "http-body 0.4.6",
 1287   1260   
 "http-body 1.0.1",
 1288   1261   
 "http-body-util",
 1289   1262   
 "hyper 0.14.32",
 1290   1263   
 "hyper 1.7.0",
 1291   1264   
 "hyper-rustls 0.24.2",
 1292   1265   
 "hyper-rustls 0.27.7",
 1293   1266   
 "hyper-util",
 1294   1267   
 "indexmap",
 1295   1268   
 "pin-project-lite",
 1296   1269   
 "rustls 0.21.12",
 1297         -
 "rustls 0.23.31",
        1270  +
 "rustls 0.23.32",
 1298   1271   
 "rustls-native-certs 0.8.1",
 1299   1272   
 "rustls-pemfile 2.2.0",
 1300   1273   
 "rustls-pki-types",
 1301   1274   
 "s2n-tls",
 1302   1275   
 "s2n-tls-hyper",
 1303   1276   
 "s2n-tls-tokio",
 1304   1277   
 "serde",
 1305   1278   
 "serde_json",
 1306   1279   
 "serial_test",
 1307   1280   
 "tokio",
 1308         -
 "tokio-rustls 0.26.2",
        1281  +
 "tokio-rustls 0.26.3",
 1309   1282   
 "tower",
 1310   1283   
 "tracing",
 1311   1284   
]
 1312   1285   
 1313         -
[[package]]
 1314         -
name = "aws-smithy-http-tower"
 1315         -
version = "0.60.3"
 1316         -
 1317   1286   
[[package]]
 1318   1287   
name = "aws-smithy-json"
 1319   1288   
version = "0.61.5"
 1320   1289   
dependencies = [
 1321   1290   
 "aws-smithy-types",
 1322   1291   
 "proptest",
 1323   1292   
 "serde_json",
 1324   1293   
]
 1325   1294   
 1326   1295   
[[package]]
 1327   1296   
name = "aws-smithy-mocks"
 1328         -
version = "0.1.1"
        1297  +
version = "0.1.2"
 1329   1298   
dependencies = [
 1330   1299   
 "aws-smithy-async",
 1331   1300   
 "aws-smithy-http-client",
 1332   1301   
 "aws-smithy-runtime",
 1333   1302   
 "aws-smithy-runtime-api",
 1334   1303   
 "aws-smithy-types",
 1335   1304   
 "http 1.3.1",
 1336   1305   
 "tokio",
 1337   1306   
]
 1338   1307   
 1339         -
[[package]]
 1340         -
name = "aws-smithy-mocks-experimental"
 1341         -
version = "0.2.4"
 1342         -
dependencies = [
 1343         -
 "aws-smithy-runtime-api",
 1344         -
 "aws-smithy-types",
 1345         -
 "tokio",
 1346         -
]
 1347         -
 1348   1308   
[[package]]
 1349   1309   
name = "aws-smithy-observability"
 1350   1310   
version = "0.1.3"
 1351   1311   
dependencies = [
 1352   1312   
 "aws-smithy-runtime-api",
 1353   1313   
 "serial_test",
 1354   1314   
]
 1355   1315   
 1356   1316   
[[package]]
 1357   1317   
name = "aws-smithy-observability-otel"
@@ -1707,1667 +1769,1729 @@
 1727   1687   
 "num-bigint",
 1728   1688   
 "num-rational",
 1729   1689   
 "num-traits",
 1730   1690   
 "separator",
 1731   1691   
 "url",
 1732   1692   
 "uuid",
 1733   1693   
]
 1734   1694   
 1735   1695   
[[package]]
 1736   1696   
name = "cc"
 1737         -
version = "1.2.37"
        1697  +
version = "1.2.38"
 1738   1698   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1739         -
checksum = "65193589c6404eb80b450d618eaf9a2cafaaafd57ecce47370519ef674a7bd44"
        1699  +
checksum = "80f41ae168f955c12fb8960b057d70d0ca153fb83182b57d86380443527be7e9"
 1740   1700   
dependencies = [
 1741   1701   
 "find-msvc-tools",
 1742   1702   
 "jobserver",
 1743   1703   
 "libc",
 1744   1704   
 "shlex",
 1745   1705   
]
 1746   1706   
 1747   1707   
[[package]]
 1748   1708   
name = "cexpr"
 1749   1709   
version = "0.6.0"
@@ -1781,1741 +1852,1812 @@
 1801   1761   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1802   1762   
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 1803   1763   
dependencies = [
 1804   1764   
 "glob",
 1805   1765   
 "libc",
 1806   1766   
 "libloading",
 1807   1767   
]
 1808   1768   
 1809   1769   
[[package]]
 1810   1770   
name = "clap"
 1811         -
version = "4.5.47"
        1771  +
version = "4.5.48"
 1812   1772   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1813         -
checksum = "7eac00902d9d136acd712710d71823fb8ac8004ca445a89e73a41d45aa712931"
        1773  +
checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae"
 1814   1774   
dependencies = [
 1815   1775   
 "clap_builder",
 1816   1776   
]
 1817   1777   
 1818   1778   
[[package]]
 1819   1779   
name = "clap_builder"
 1820         -
version = "4.5.47"
        1780  +
version = "4.5.48"
 1821   1781   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1822         -
checksum = "2ad9bbf750e73b5884fb8a211a9424a1906c1e156724260fdae972f31d70e1d6"
        1782  +
checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9"
 1823   1783   
dependencies = [
 1824   1784   
 "anstyle",
 1825   1785   
 "clap_lex",
 1826   1786   
]
 1827   1787   
 1828   1788   
[[package]]
 1829   1789   
name = "clap_lex"
 1830   1790   
version = "0.7.5"
 1831   1791   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1832   1792   
checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
@@ -2226,2186 +2288,2248 @@
 2246   2206   
version = "0.12.1"
 2247   2207   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2248   2208   
checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 2249   2209   
dependencies = [
 2250   2210   
 "rand_core 0.6.4",
 2251   2211   
 "subtle",
 2252   2212   
]
 2253   2213   
 2254   2214   
[[package]]
 2255   2215   
name = "find-msvc-tools"
 2256         -
version = "0.1.1"
        2216  +
version = "0.1.2"
 2257   2217   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2258         -
checksum = "7fd99930f64d146689264c637b5af2f0233a933bef0d8570e2526bf9e083192d"
        2218  +
checksum = "1ced73b1dacfc750a6db6c0a0c3a3853c8b41997e2e2c563dc90804ae6867959"
 2259   2219   
 2260   2220   
[[package]]
 2261   2221   
name = "flate2"
 2262   2222   
version = "1.1.2"
 2263   2223   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2264   2224   
checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
 2265   2225   
dependencies = [
 2266   2226   
 "crc32fast",
 2267   2227   
 "miniz_oxide",
 2268   2228   
]
@@ -2384,2344 +2457,2403 @@
 2404   2364   
 "futures-io",
 2405   2365   
 "futures-macro",
 2406   2366   
 "futures-sink",
 2407   2367   
 "futures-task",
 2408   2368   
 "memchr",
 2409   2369   
 "pin-project-lite",
 2410   2370   
 "pin-utils",
 2411   2371   
 "slab",
 2412   2372   
]
 2413   2373   
 2414         -
[[package]]
 2415         -
name = "generator"
 2416         -
version = "0.8.7"
 2417         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2418         -
checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 2419         -
dependencies = [
 2420         -
 "cc",
 2421         -
 "cfg-if",
 2422         -
 "libc",
 2423         -
 "log",
 2424         -
 "rustversion",
 2425         -
 "windows",
 2426         -
]
 2427         -
 2428   2374   
[[package]]
 2429   2375   
name = "generic-array"
 2430   2376   
version = "0.14.7"
 2431   2377   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2432   2378   
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 2433   2379   
dependencies = [
 2434   2380   
 "typenum",
 2435   2381   
 "version_check",
 2436   2382   
]
 2437   2383   
@@ -2525,2471 +2584,2536 @@
 2545   2491   
name = "hashbrown"
 2546   2492   
version = "0.15.5"
 2547   2493   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2548   2494   
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 2549   2495   
dependencies = [
 2550   2496   
 "allocator-api2",
 2551   2497   
 "equivalent",
 2552   2498   
 "foldhash",
 2553   2499   
]
 2554   2500   
        2501  +
[[package]]
        2502  +
name = "hashbrown"
        2503  +
version = "0.16.0"
        2504  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2505  +
checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
        2506  +
 2555   2507   
[[package]]
 2556   2508   
name = "hdrhistogram"
 2557   2509   
version = "7.5.4"
 2558   2510   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2559   2511   
checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
 2560   2512   
dependencies = [
 2561   2513   
 "base64 0.21.7",
 2562   2514   
 "byteorder",
 2563   2515   
 "crossbeam-channel",
 2564   2516   
 "flate2",
@@ -2780,2732 +2844,2796 @@
 2800   2752   
 2801   2753   
[[package]]
 2802   2754   
name = "hyper-rustls"
 2803   2755   
version = "0.27.7"
 2804   2756   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2805   2757   
checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 2806   2758   
dependencies = [
 2807   2759   
 "http 1.3.1",
 2808   2760   
 "hyper 1.7.0",
 2809   2761   
 "hyper-util",
 2810         -
 "rustls 0.23.31",
        2762  +
 "rustls 0.23.32",
 2811   2763   
 "rustls-native-certs 0.8.1",
 2812   2764   
 "rustls-pki-types",
 2813   2765   
 "tokio",
 2814         -
 "tokio-rustls 0.26.2",
        2766  +
 "tokio-rustls 0.26.3",
 2815   2767   
 "tower-service",
 2816   2768   
]
 2817   2769   
 2818   2770   
[[package]]
 2819   2771   
name = "hyper-util"
 2820   2772   
version = "0.1.17"
 2821   2773   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2822   2774   
checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 2823   2775   
dependencies = [
 2824   2776   
 "base64 0.22.1",
@@ -2923,2875 +2988,2940 @@
 2943   2895   
version = "1.2.1"
 2944   2896   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2945   2897   
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 2946   2898   
dependencies = [
 2947   2899   
 "icu_normalizer",
 2948   2900   
 "icu_properties",
 2949   2901   
]
 2950   2902   
 2951   2903   
[[package]]
 2952   2904   
name = "indexmap"
 2953         -
version = "2.11.3"
        2905  +
version = "2.11.4"
 2954   2906   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2955         -
checksum = "92119844f513ffa41556430369ab02c295a3578af21cf945caa3e9e0c2481ac3"
        2907  +
checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 2956   2908   
dependencies = [
 2957   2909   
 "equivalent",
 2958         -
 "hashbrown",
        2910  +
 "hashbrown 0.16.0",
 2959   2911   
 "serde",
 2960   2912   
 "serde_core",
 2961   2913   
]
 2962   2914   
 2963   2915   
[[package]]
 2964   2916   
name = "instant"
 2965   2917   
version = "0.1.13"
 2966   2918   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2967   2919   
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 2968   2920   
dependencies = [
@@ -3058,3010 +3235,3174 @@
 3078   3030   
version = "0.1.34"
 3079   3031   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3080   3032   
checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 3081   3033   
dependencies = [
 3082   3034   
 "getrandom 0.3.3",
 3083   3035   
 "libc",
 3084   3036   
]
 3085   3037   
 3086   3038   
[[package]]
 3087   3039   
name = "js-sys"
 3088         -
version = "0.3.78"
        3040  +
version = "0.3.80"
 3089   3041   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3090         -
checksum = "0c0b063578492ceec17683ef2f8c5e89121fbd0b172cbc280635ab7567db2738"
        3042  +
checksum = "852f13bec5eba4ba9afbeb93fd7c13fe56147f055939ae21c43a29a0ecb2702e"
 3091   3043   
dependencies = [
 3092   3044   
 "once_cell",
 3093   3045   
 "wasm-bindgen",
 3094   3046   
]
 3095   3047   
 3096   3048   
[[package]]
 3097   3049   
name = "kv-log-macro"
 3098   3050   
version = "1.0.7"
 3099   3051   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3100   3052   
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 3101   3053   
dependencies = [
 3102   3054   
 "log",
 3103   3055   
]
 3104   3056   
 3105   3057   
[[package]]
 3106   3058   
name = "lazy_static"
 3107   3059   
version = "1.5.0"
 3108   3060   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3109   3061   
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 3110   3062   
 3111   3063   
[[package]]
 3112   3064   
name = "lazycell"
 3113   3065   
version = "1.3.0"
 3114   3066   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3115   3067   
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 3116   3068   
 3117   3069   
[[package]]
 3118   3070   
name = "libc"
 3119         -
version = "0.2.175"
        3071  +
version = "0.2.176"
 3120   3072   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3121         -
checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
        3073  +
checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174"
 3122   3074   
 3123   3075   
[[package]]
 3124   3076   
name = "libloading"
 3125         -
version = "0.8.8"
        3077  +
version = "0.8.9"
 3126   3078   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3127         -
checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
        3079  +
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 3128   3080   
dependencies = [
 3129   3081   
 "cfg-if",
 3130         -
 "windows-targets 0.53.3",
        3082  +
 "windows-link 0.2.0",
 3131   3083   
]
 3132   3084   
 3133   3085   
[[package]]
 3134   3086   
name = "libmimalloc-sys"
 3135   3087   
version = "0.1.44"
 3136   3088   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3137   3089   
checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 3138   3090   
dependencies = [
 3139   3091   
 "cc",
 3140   3092   
 "libc",
 3141   3093   
]
 3142   3094   
 3143   3095   
[[package]]
 3144   3096   
name = "linux-raw-sys"
 3145   3097   
version = "0.3.8"
 3146   3098   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3147   3099   
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
 3148   3100   
 3149   3101   
[[package]]
 3150   3102   
name = "linux-raw-sys"
 3151   3103   
version = "0.4.15"
 3152   3104   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3153   3105   
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 3154   3106   
 3155   3107   
[[package]]
 3156   3108   
name = "linux-raw-sys"
 3157   3109   
version = "0.11.0"
 3158   3110   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3159   3111   
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 3160   3112   
 3161   3113   
[[package]]
 3162   3114   
name = "litemap"
 3163   3115   
version = "0.8.0"
 3164   3116   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3165   3117   
checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 3166   3118   
 3167   3119   
[[package]]
 3168   3120   
name = "lock_api"
 3169   3121   
version = "0.4.13"
 3170   3122   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3171   3123   
checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
 3172   3124   
dependencies = [
 3173   3125   
 "autocfg",
 3174   3126   
 "scopeguard",
 3175   3127   
]
 3176   3128   
 3177   3129   
[[package]]
 3178   3130   
name = "log"
 3179   3131   
version = "0.4.28"
 3180   3132   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3181   3133   
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
 3182   3134   
dependencies = [
 3183   3135   
 "value-bag",
 3184   3136   
]
 3185   3137   
 3186         -
[[package]]
 3187         -
name = "loom"
 3188         -
version = "0.7.2"
 3189         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3190         -
checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
 3191         -
dependencies = [
 3192         -
 "cfg-if",
 3193         -
 "generator",
 3194         -
 "scoped-tls",
 3195         -
 "tracing",
 3196         -
 "tracing-subscriber",
 3197         -
]
 3198         -
 3199   3138   
[[package]]
 3200   3139   
name = "lru"
 3201   3140   
version = "0.12.5"
 3202   3141   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3203   3142   
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 3204   3143   
dependencies = [
 3205         -
 "hashbrown",
        3144  +
 "hashbrown 0.15.5",
 3206   3145   
]
 3207   3146   
 3208   3147   
[[package]]
 3209   3148   
name = "matchers"
 3210   3149   
version = "0.2.0"
 3211   3150   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3212   3151   
checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
 3213   3152   
dependencies = [
 3214   3153   
 "regex-automata",
 3215   3154   
]
@@ -3261,3200 +3334,3272 @@
 3281   3220   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3282   3221   
checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
 3283   3222   
dependencies = [
 3284   3223   
 "libc",
 3285   3224   
 "wasi 0.11.1+wasi-snapshot-preview1",
 3286   3225   
 "windows-sys 0.59.0",
 3287   3226   
]
 3288   3227   
 3289   3228   
[[package]]
 3290   3229   
name = "moka"
 3291         -
version = "0.12.10"
        3230  +
version = "0.12.11"
 3292   3231   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3293         -
checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
        3232  +
checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
 3294   3233   
dependencies = [
 3295   3234   
 "crossbeam-channel",
 3296   3235   
 "crossbeam-epoch",
 3297   3236   
 "crossbeam-utils",
 3298         -
 "loom",
        3237  +
 "equivalent",
 3299   3238   
 "parking_lot",
 3300   3239   
 "portable-atomic",
 3301   3240   
 "rustc_version",
 3302   3241   
 "smallvec",
 3303   3242   
 "tagptr",
 3304         -
 "thiserror 1.0.69",
 3305   3243   
 "uuid",
 3306   3244   
]
 3307   3245   
 3308   3246   
[[package]]
 3309   3247   
name = "nom"
 3310   3248   
version = "7.1.3"
 3311   3249   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3312   3250   
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 3313   3251   
dependencies = [
 3314   3252   
 "memchr",
@@ -3613,3551 +3675,3613 @@
 3633   3571   
name = "proc-macro2"
 3634   3572   
version = "1.0.101"
 3635   3573   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3636   3574   
checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
 3637   3575   
dependencies = [
 3638   3576   
 "unicode-ident",
 3639   3577   
]
 3640   3578   
 3641   3579   
[[package]]
 3642   3580   
name = "proptest"
 3643         -
version = "1.7.0"
        3581  +
version = "1.8.0"
 3644   3582   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3645         -
checksum = "6fcdab19deb5195a31cf7726a210015ff1496ba1464fd42cb4f537b8b01b471f"
        3583  +
checksum = "2bb0be07becd10686a0bb407298fb425360a5c44a663774406340c59a22de4ce"
 3646   3584   
dependencies = [
 3647   3585   
 "bit-set",
 3648   3586   
 "bit-vec",
 3649   3587   
 "bitflags 2.9.4",
 3650   3588   
 "lazy_static",
 3651   3589   
 "num-traits",
 3652   3590   
 "rand 0.9.2",
 3653   3591   
 "rand_chacha 0.9.0",
 3654   3592   
 "rand_xorshift",
 3655   3593   
 "regex-syntax",
@@ -3905,3843 +4000,3938 @@
 3925   3863   
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
 3926   3864   
dependencies = [
 3927   3865   
 "log",
 3928   3866   
 "ring",
 3929   3867   
 "rustls-webpki 0.101.7",
 3930   3868   
 "sct",
 3931   3869   
]
 3932   3870   
 3933   3871   
[[package]]
 3934   3872   
name = "rustls"
 3935         -
version = "0.23.31"
        3873  +
version = "0.23.32"
 3936   3874   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3937         -
checksum = "c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc"
        3875  +
checksum = "cd3c25631629d034ce7cd9940adc9d45762d46de2b0f57193c4443b92c6d4d40"
 3938   3876   
dependencies = [
 3939   3877   
 "aws-lc-rs",
 3940   3878   
 "log",
 3941   3879   
 "once_cell",
 3942   3880   
 "ring",
 3943   3881   
 "rustls-pki-types",
 3944   3882   
 "rustls-webpki 0.103.6",
 3945   3883   
 "subtle",
 3946   3884   
 "zeroize",
 3947   3885   
]
 3948   3886   
 3949   3887   
[[package]]
 3950   3888   
name = "rustls-native-certs"
 3951   3889   
version = "0.6.3"
 3952   3890   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3953   3891   
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
 3954   3892   
dependencies = [
 3955   3893   
 "openssl-probe",
 3956   3894   
 "rustls-pemfile 1.0.4",
 3957   3895   
 "schannel",
 3958   3896   
 "security-framework 2.11.1",
 3959   3897   
]
 3960   3898   
 3961   3899   
[[package]]
 3962   3900   
name = "rustls-native-certs"
 3963   3901   
version = "0.8.1"
 3964   3902   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3965   3903   
checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
 3966   3904   
dependencies = [
 3967   3905   
 "openssl-probe",
 3968   3906   
 "rustls-pki-types",
 3969   3907   
 "schannel",
 3970         -
 "security-framework 3.4.0",
        3908  +
 "security-framework 3.5.0",
 3971   3909   
]
 3972   3910   
 3973   3911   
[[package]]
 3974   3912   
name = "rustls-pemfile"
 3975   3913   
version = "1.0.4"
 3976   3914   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3977   3915   
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
 3978   3916   
dependencies = [
 3979   3917   
 "base64 0.21.7",
 3980   3918   
]
@@ -4094,4032 +4267,4199 @@
 4114   4052   
 4115   4053   
[[package]]
 4116   4054   
name = "schannel"
 4117   4055   
version = "0.1.28"
 4118   4056   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4119   4057   
checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
 4120   4058   
dependencies = [
 4121   4059   
 "windows-sys 0.61.0",
 4122   4060   
]
 4123   4061   
 4124         -
[[package]]
 4125         -
name = "scoped-tls"
 4126         -
version = "1.0.1"
 4127         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 4128         -
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
 4129         -
 4130   4062   
[[package]]
 4131   4063   
name = "scopeguard"
 4132   4064   
version = "1.2.0"
 4133   4065   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4134   4066   
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
 4135   4067   
 4136   4068   
[[package]]
 4137   4069   
name = "sct"
 4138   4070   
version = "0.7.1"
 4139   4071   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4140   4072   
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
 4141   4073   
dependencies = [
 4142   4074   
 "ring",
 4143   4075   
 "untrusted 0.9.0",
 4144   4076   
]
 4145   4077   
 4146   4078   
[[package]]
 4147   4079   
name = "sdd"
 4148   4080   
version = "3.0.10"
 4149   4081   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4150   4082   
checksum = "490dcfcbfef26be6800d11870ff2df8774fa6e86d047e3e8c8a76b25655e41ca"
 4151   4083   
 4152   4084   
[[package]]
 4153   4085   
name = "sec1"
 4154   4086   
version = "0.3.0"
 4155   4087   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4156   4088   
checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
 4157   4089   
dependencies = [
 4158   4090   
 "base16ct",
 4159   4091   
 "der",
 4160   4092   
 "generic-array",
 4161   4093   
 "pkcs8",
 4162   4094   
 "subtle",
 4163   4095   
 "zeroize",
 4164   4096   
]
 4165   4097   
 4166   4098   
[[package]]
 4167   4099   
name = "security-framework"
 4168   4100   
version = "2.11.1"
 4169   4101   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4170   4102   
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
 4171   4103   
dependencies = [
 4172   4104   
 "bitflags 2.9.4",
 4173   4105   
 "core-foundation 0.9.4",
 4174   4106   
 "core-foundation-sys",
 4175   4107   
 "libc",
 4176   4108   
 "security-framework-sys",
 4177   4109   
]
 4178   4110   
 4179   4111   
[[package]]
 4180   4112   
name = "security-framework"
 4181         -
version = "3.4.0"
        4113  +
version = "3.5.0"
 4182   4114   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4183         -
checksum = "60b369d18893388b345804dc0007963c99b7d665ae71d275812d828c6f089640"
        4115  +
checksum = "cc198e42d9b7510827939c9a15f5062a0c913f3371d765977e586d2fe6c16f4a"
 4184   4116   
dependencies = [
 4185   4117   
 "bitflags 2.9.4",
 4186   4118   
 "core-foundation 0.10.1",
 4187   4119   
 "core-foundation-sys",
 4188   4120   
 "libc",
 4189   4121   
 "security-framework-sys",
 4190   4122   
]
 4191   4123   
 4192   4124   
[[package]]
 4193   4125   
name = "security-framework-sys"
 4194   4126   
version = "2.15.0"
 4195   4127   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4196   4128   
checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
 4197   4129   
dependencies = [
 4198   4130   
 "core-foundation-sys",
 4199   4131   
 "libc",
 4200   4132   
]
 4201   4133   
 4202   4134   
[[package]]
 4203   4135   
name = "semver"
 4204   4136   
version = "1.0.27"
 4205   4137   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4206   4138   
checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
 4207   4139   
 4208   4140   
[[package]]
 4209   4141   
name = "separator"
 4210   4142   
version = "0.4.1"
 4211   4143   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4212   4144   
checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5"
 4213   4145   
 4214   4146   
[[package]]
 4215   4147   
name = "serde"
 4216         -
version = "1.0.225"
        4148  +
version = "1.0.226"
 4217   4149   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4218         -
checksum = "fd6c24dee235d0da097043389623fb913daddf92c76e9f5a1db88607a0bcbd1d"
        4150  +
checksum = "0dca6411025b24b60bfa7ec1fe1f8e710ac09782dca409ee8237ba74b51295fd"
 4219   4151   
dependencies = [
 4220   4152   
 "serde_core",
 4221   4153   
 "serde_derive",
 4222   4154   
]
 4223   4155   
 4224   4156   
[[package]]
 4225   4157   
name = "serde_core"
 4226         -
version = "1.0.225"
        4158  +
version = "1.0.226"
 4227   4159   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4228         -
checksum = "659356f9a0cb1e529b24c01e43ad2bdf520ec4ceaf83047b83ddcc2251f96383"
        4160  +
checksum = "ba2ba63999edb9dac981fb34b3e5c0d111a69b0924e253ed29d83f7c99e966a4"
 4229   4161   
dependencies = [
 4230   4162   
 "serde_derive",
 4231   4163   
]
 4232   4164   
 4233   4165   
[[package]]
 4234   4166   
name = "serde_derive"
 4235         -
version = "1.0.225"
        4167  +
version = "1.0.226"
 4236   4168   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4237         -
checksum = "0ea936adf78b1f766949a4977b91d2f5595825bd6ec079aa9543ad2685fc4516"
        4169  +
checksum = "8db53ae22f34573731bafa1db20f04027b2d25e02d8205921b569171699cdb33"
 4238   4170   
dependencies = [
 4239   4171   
 "proc-macro2",
 4240   4172   
 "quote",
 4241   4173   
 "syn",
 4242   4174   
]
 4243   4175   
 4244   4176   
[[package]]
 4245   4177   
name = "serde_json"
 4246   4178   
version = "1.0.145"
 4247   4179   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -4447,4379 +4573,4506 @@
 4467   4399   
]
 4468   4400   
 4469   4401   
[[package]]
 4470   4402   
name = "tagptr"
 4471   4403   
version = "0.2.0"
 4472   4404   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4473   4405   
checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
 4474   4406   
 4475   4407   
[[package]]
 4476   4408   
name = "tempfile"
 4477         -
version = "3.22.0"
        4409  +
version = "3.23.0"
 4478   4410   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4479         -
checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53"
        4411  +
checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
 4480   4412   
dependencies = [
 4481   4413   
 "fastrand 2.3.0",
 4482   4414   
 "getrandom 0.3.3",
 4483   4415   
 "once_cell",
 4484   4416   
 "rustix 1.1.2",
 4485   4417   
 "windows-sys 0.61.0",
 4486   4418   
]
 4487   4419   
 4488   4420   
[[package]]
 4489   4421   
name = "thiserror"
 4490   4422   
version = "1.0.69"
 4491   4423   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4492   4424   
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
 4493   4425   
dependencies = [
 4494   4426   
 "thiserror-impl 1.0.69",
 4495   4427   
]
 4496   4428   
 4497   4429   
[[package]]
 4498   4430   
name = "thiserror"
 4499   4431   
version = "2.0.16"
 4500   4432   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4501   4433   
checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0"
 4502   4434   
dependencies = [
 4503   4435   
 "thiserror-impl 2.0.16",
 4504   4436   
]
 4505   4437   
 4506   4438   
[[package]]
 4507   4439   
name = "thiserror-impl"
 4508   4440   
version = "1.0.69"
 4509   4441   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4510   4442   
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
 4511   4443   
dependencies = [
 4512   4444   
 "proc-macro2",
 4513   4445   
 "quote",
 4514   4446   
 "syn",
 4515   4447   
]
 4516   4448   
 4517   4449   
[[package]]
 4518   4450   
name = "thiserror-impl"
 4519   4451   
version = "2.0.16"
 4520   4452   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4521   4453   
checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960"
 4522   4454   
dependencies = [
 4523   4455   
 "proc-macro2",
 4524   4456   
 "quote",
 4525   4457   
 "syn",
 4526   4458   
]
 4527   4459   
 4528   4460   
[[package]]
 4529   4461   
name = "thread_local"
 4530   4462   
version = "1.1.9"
 4531   4463   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4532   4464   
checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
 4533   4465   
dependencies = [
 4534   4466   
 "cfg-if",
 4535   4467   
]
 4536   4468   
 4537   4469   
[[package]]
 4538   4470   
name = "time"
 4539         -
version = "0.3.43"
        4471  +
version = "0.3.44"
 4540   4472   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4541         -
checksum = "83bde6f1ec10e72d583d91623c939f623002284ef622b87de38cfd546cbf2031"
        4473  +
checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
 4542   4474   
dependencies = [
 4543   4475   
 "deranged",
        4476  +
 "itoa",
 4544   4477   
 "num-conv",
 4545   4478   
 "powerfmt",
 4546   4479   
 "serde",
 4547   4480   
 "time-core",
 4548   4481   
 "time-macros",
 4549   4482   
]
 4550   4483   
 4551   4484   
[[package]]
 4552   4485   
name = "time-core"
 4553   4486   
version = "0.1.6"
@@ -4615,4548 +4679,4612 @@
 4635   4568   
version = "0.24.1"
 4636   4569   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4637   4570   
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
 4638   4571   
dependencies = [
 4639   4572   
 "rustls 0.21.12",
 4640   4573   
 "tokio",
 4641   4574   
]
 4642   4575   
 4643   4576   
[[package]]
 4644   4577   
name = "tokio-rustls"
 4645         -
version = "0.26.2"
        4578  +
version = "0.26.3"
 4646   4579   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4647         -
checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
        4580  +
checksum = "05f63835928ca123f1bef57abbcd23bb2ba0ac9ae1235f1e65bda0d06e7786bd"
 4648   4581   
dependencies = [
 4649         -
 "rustls 0.23.31",
        4582  +
 "rustls 0.23.32",
 4650   4583   
 "tokio",
 4651   4584   
]
 4652   4585   
 4653   4586   
[[package]]
 4654   4587   
name = "tokio-stream"
 4655   4588   
version = "0.1.17"
 4656   4589   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4657   4590   
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
 4658   4591   
dependencies = [
 4659   4592   
 "futures-core",
@@ -4959,4892 +5243,5098 @@
 4979   4912   
name = "wasip2"
 4980   4913   
version = "1.0.1+wasi-0.2.4"
 4981   4914   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4982   4915   
checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
 4983   4916   
dependencies = [
 4984   4917   
 "wit-bindgen 0.46.0",
 4985   4918   
]
 4986   4919   
 4987   4920   
[[package]]
 4988   4921   
name = "wasm-bindgen"
 4989         -
version = "0.2.101"
        4922  +
version = "0.2.103"
 4990   4923   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4991         -
checksum = "7e14915cadd45b529bb8d1f343c4ed0ac1de926144b746e2710f9cd05df6603b"
        4924  +
checksum = "ab10a69fbd0a177f5f649ad4d8d3305499c42bab9aef2f7ff592d0ec8f833819"
 4992   4925   
dependencies = [
 4993   4926   
 "cfg-if",
 4994   4927   
 "once_cell",
 4995   4928   
 "rustversion",
 4996   4929   
 "wasm-bindgen-macro",
 4997   4930   
 "wasm-bindgen-shared",
 4998   4931   
]
 4999   4932   
 5000   4933   
[[package]]
 5001   4934   
name = "wasm-bindgen-backend"
 5002         -
version = "0.2.101"
        4935  +
version = "0.2.103"
 5003   4936   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5004         -
checksum = "e28d1ba982ca7923fd01448d5c30c6864d0a14109560296a162f80f305fb93bb"
        4937  +
checksum = "0bb702423545a6007bbc368fde243ba47ca275e549c8a28617f56f6ba53b1d1c"
 5005   4938   
dependencies = [
 5006   4939   
 "bumpalo",
 5007   4940   
 "log",
 5008   4941   
 "proc-macro2",
 5009   4942   
 "quote",
 5010   4943   
 "syn",
 5011   4944   
 "wasm-bindgen-shared",
 5012   4945   
]
 5013   4946   
 5014   4947   
[[package]]
 5015   4948   
name = "wasm-bindgen-futures"
 5016         -
version = "0.4.51"
        4949  +
version = "0.4.53"
 5017   4950   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5018         -
checksum = "0ca85039a9b469b38336411d6d6ced91f3fc87109a2a27b0c197663f5144dffe"
        4951  +
checksum = "a0b221ff421256839509adbb55998214a70d829d3a28c69b4a6672e9d2a42f67"
 5019   4952   
dependencies = [
 5020   4953   
 "cfg-if",
 5021   4954   
 "js-sys",
 5022   4955   
 "once_cell",
 5023   4956   
 "wasm-bindgen",
 5024   4957   
 "web-sys",
 5025   4958   
]
 5026   4959   
 5027   4960   
[[package]]
 5028   4961   
name = "wasm-bindgen-macro"
 5029         -
version = "0.2.101"
        4962  +
version = "0.2.103"
 5030   4963   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5031         -
checksum = "7c3d463ae3eff775b0c45df9da45d68837702ac35af998361e2c84e7c5ec1b0d"
        4964  +
checksum = "fc65f4f411d91494355917b605e1480033152658d71f722a90647f56a70c88a0"
 5032   4965   
dependencies = [
 5033   4966   
 "quote",
 5034   4967   
 "wasm-bindgen-macro-support",
 5035   4968   
]
 5036   4969   
 5037   4970   
[[package]]
 5038   4971   
name = "wasm-bindgen-macro-support"
 5039         -
version = "0.2.101"
        4972  +
version = "0.2.103"
 5040   4973   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5041         -
checksum = "7bb4ce89b08211f923caf51d527662b75bdc9c9c7aab40f86dcb9fb85ac552aa"
        4974  +
checksum = "ffc003a991398a8ee604a401e194b6b3a39677b3173d6e74495eb51b82e99a32"
 5042   4975   
dependencies = [
 5043   4976   
 "proc-macro2",
 5044   4977   
 "quote",
 5045   4978   
 "syn",
 5046   4979   
 "wasm-bindgen-backend",
 5047   4980   
 "wasm-bindgen-shared",
 5048   4981   
]
 5049   4982   
 5050   4983   
[[package]]
 5051   4984   
name = "wasm-bindgen-shared"
 5052         -
version = "0.2.101"
        4985  +
version = "0.2.103"
 5053   4986   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5054         -
checksum = "f143854a3b13752c6950862c906306adb27c7e839f7414cec8fea35beab624c1"
        4987  +
checksum = "293c37f4efa430ca14db3721dfbe48d8c33308096bd44d80ebaa775ab71ba1cf"
 5055   4988   
dependencies = [
 5056   4989   
 "unicode-ident",
 5057   4990   
]
 5058   4991   
 5059   4992   
[[package]]
 5060   4993   
name = "web-sys"
 5061         -
version = "0.3.78"
        4994  +
version = "0.3.80"
 5062   4995   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5063         -
checksum = "77e4b637749ff0d92b8fad63aa1f7cff3cbe125fd49c175cd6345e7272638b12"
        4996  +
checksum = "fbe734895e869dc429d78c4b433f8d17d95f8d05317440b4fad5ab2d33e596dc"
 5064   4997   
dependencies = [
 5065   4998   
 "js-sys",
 5066   4999   
 "wasm-bindgen",
 5067   5000   
]
 5068   5001   
 5069   5002   
[[package]]
 5070   5003   
name = "webpki-roots"
 5071   5004   
version = "0.25.4"
 5072   5005   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5073   5006   
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
 5074   5007   
 5075   5008   
[[package]]
 5076   5009   
name = "which"
 5077   5010   
version = "4.4.2"
 5078   5011   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5079   5012   
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
 5080   5013   
dependencies = [
 5081   5014   
 "either",
 5082   5015   
 "home",
 5083   5016   
 "once_cell",
 5084   5017   
 "rustix 0.38.44",
 5085   5018   
]
 5086   5019   
 5087   5020   
[[package]]
 5088   5021   
name = "widestring"
 5089   5022   
version = "1.2.0"
 5090   5023   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5091   5024   
checksum = "dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d"
 5092   5025   
 5093   5026   
[[package]]
 5094   5027   
name = "winapi"
 5095   5028   
version = "0.3.9"
 5096   5029   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5097   5030   
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
 5098   5031   
dependencies = [
 5099   5032   
 "winapi-i686-pc-windows-gnu",
 5100   5033   
 "winapi-x86_64-pc-windows-gnu",
 5101   5034   
]
 5102   5035   
 5103   5036   
[[package]]
 5104   5037   
name = "winapi-i686-pc-windows-gnu"
 5105   5038   
version = "0.4.0"
 5106   5039   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5107   5040   
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
 5108   5041   
 5109   5042   
[[package]]
 5110   5043   
name = "winapi-util"
 5111   5044   
version = "0.1.11"
 5112   5045   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5113   5046   
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
 5114   5047   
dependencies = [
 5115   5048   
 "windows-sys 0.61.0",
 5116   5049   
]
 5117   5050   
 5118   5051   
[[package]]
 5119   5052   
name = "winapi-x86_64-pc-windows-gnu"
 5120   5053   
version = "0.4.0"
 5121   5054   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5122   5055   
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
 5123   5056   
 5124         -
[[package]]
 5125         -
name = "windows"
 5126         -
version = "0.61.3"
 5127         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 5128         -
checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
 5129         -
dependencies = [
 5130         -
 "windows-collections",
 5131         -
 "windows-core",
 5132         -
 "windows-future",
 5133         -
 "windows-link 0.1.3",
 5134         -
 "windows-numerics",
 5135         -
]
 5136         -
 5137         -
[[package]]
 5138         -
name = "windows-collections"
 5139         -
version = "0.2.0"
 5140         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 5141         -
checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
 5142         -
dependencies = [
 5143         -
 "windows-core",
 5144         -
]
 5145         -
 5146         -
[[package]]
 5147         -
name = "windows-core"
 5148         -
version = "0.61.2"
 5149         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 5150         -
checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
 5151         -
dependencies = [
 5152         -
 "windows-implement",
 5153         -
 "windows-interface",
 5154         -
 "windows-link 0.1.3",
 5155         -
 "windows-result",
 5156         -
 "windows-strings",
 5157         -
]
 5158         -
 5159         -
[[package]]
 5160         -
name = "windows-future"
 5161         -
version = "0.2.1"
 5162         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 5163         -
checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
 5164         -
dependencies = [
 5165         -
 "windows-core",
 5166         -
 "windows-link 0.1.3",
 5167         -
 "windows-threading",
 5168         -
]
 5169         -
 5170         -
[[package]]
 5171         -
name = "windows-implement"
 5172         -
version = "0.60.0"
 5173         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 5174         -
checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
 5175         -
dependencies = [
 5176         -
 "proc-macro2",
 5177         -
 "quote",
 5178         -
 "syn",
 5179         -
]
 5180         -
 5181         -
[[package]]
 5182         -
name = "windows-interface"
 5183         -
version = "0.59.1"
 5184         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 5185         -
checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
 5186         -
dependencies = [
 5187         -
 "proc-macro2",
 5188         -
 "quote",
 5189         -
 "syn",
 5190         -
]
 5191         -
 5192   5057   
[[package]]
 5193   5058   
name = "windows-link"
 5194   5059   
version = "0.1.3"
 5195   5060   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5196   5061   
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
 5197   5062   
 5198   5063   
[[package]]
 5199   5064   
name = "windows-link"
 5200   5065   
version = "0.2.0"
 5201   5066   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5202   5067   
checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
 5203   5068   
 5204         -
[[package]]
 5205         -
name = "windows-numerics"
 5206         -
version = "0.2.0"
 5207         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 5208         -
checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
 5209         -
dependencies = [
 5210         -
 "windows-core",
 5211         -
 "windows-link 0.1.3",
 5212         -
]
 5213         -
 5214   5069   
[[package]]
 5215   5070   
name = "windows-registry"
 5216   5071   
version = "0.5.3"
 5217   5072   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5218   5073   
checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
 5219   5074   
dependencies = [
 5220   5075   
 "windows-link 0.1.3",
 5221   5076   
 "windows-result",
 5222   5077   
 "windows-strings",
 5223   5078   
]
@@ -5273,5128 +5503,5284 @@
 5293   5148   
 5294   5149   
[[package]]
 5295   5150   
name = "windows-targets"
 5296   5151   
version = "0.52.6"
 5297   5152   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5298   5153   
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
 5299   5154   
dependencies = [
 5300   5155   
 "windows_aarch64_gnullvm 0.52.6",
 5301   5156   
 "windows_aarch64_msvc 0.52.6",
 5302   5157   
 "windows_i686_gnu 0.52.6",
 5303         -
 "windows_i686_gnullvm 0.52.6",
        5158  +
 "windows_i686_gnullvm",
 5304   5159   
 "windows_i686_msvc 0.52.6",
 5305   5160   
 "windows_x86_64_gnu 0.52.6",
 5306   5161   
 "windows_x86_64_gnullvm 0.52.6",
 5307   5162   
 "windows_x86_64_msvc 0.52.6",
 5308   5163   
]
 5309   5164   
 5310         -
[[package]]
 5311         -
name = "windows-targets"
 5312         -
version = "0.53.3"
 5313         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 5314         -
checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91"
 5315         -
dependencies = [
 5316         -
 "windows-link 0.1.3",
 5317         -
 "windows_aarch64_gnullvm 0.53.0",
 5318         -
 "windows_aarch64_msvc 0.53.0",
 5319         -
 "windows_i686_gnu 0.53.0",
 5320         -
 "windows_i686_gnullvm 0.53.0",
 5321         -
 "windows_i686_msvc 0.53.0",
 5322         -
 "windows_x86_64_gnu 0.53.0",
 5323         -
 "windows_x86_64_gnullvm 0.53.0",
 5324         -
 "windows_x86_64_msvc 0.53.0",
 5325         -
]
 5326         -
 5327         -
[[package]]
 5328         -
name = "windows-threading"
 5329         -
version = "0.1.0"
 5330         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 5331         -
checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
 5332         -
dependencies = [
 5333         -
 "windows-link 0.1.3",
 5334         -
]
 5335         -
 5336   5165   
[[package]]
 5337   5166   
name = "windows_aarch64_gnullvm"
 5338   5167   
version = "0.48.5"
 5339   5168   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5340   5169   
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
 5341   5170   
 5342   5171   
[[package]]
 5343   5172   
name = "windows_aarch64_gnullvm"
 5344   5173   
version = "0.52.6"
 5345   5174   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5346   5175   
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
 5347   5176   
 5348         -
[[package]]
 5349         -
name = "windows_aarch64_gnullvm"
 5350         -
version = "0.53.0"
 5351         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 5352         -
checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
 5353         -
 5354   5177   
[[package]]
 5355   5178   
name = "windows_aarch64_msvc"
 5356   5179   
version = "0.48.5"
 5357   5180   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5358   5181   
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
 5359   5182   
 5360   5183   
[[package]]
 5361   5184   
name = "windows_aarch64_msvc"
 5362   5185   
version = "0.52.6"
 5363   5186   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5364   5187   
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
 5365   5188   
 5366         -
[[package]]
 5367         -
name = "windows_aarch64_msvc"
 5368         -
version = "0.53.0"
 5369         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 5370         -
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
 5371         -
 5372   5189   
[[package]]
 5373   5190   
name = "windows_i686_gnu"
 5374   5191   
version = "0.48.5"
 5375   5192   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5376   5193   
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
 5377   5194   
 5378   5195   
[[package]]
 5379   5196   
name = "windows_i686_gnu"
 5380   5197   
version = "0.52.6"
 5381   5198   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5382   5199   
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
 5383   5200   
 5384         -
[[package]]
 5385         -
name = "windows_i686_gnu"
 5386         -
version = "0.53.0"
 5387         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 5388         -
checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
 5389         -
 5390   5201   
[[package]]
 5391   5202   
name = "windows_i686_gnullvm"
 5392   5203   
version = "0.52.6"
 5393   5204   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5394   5205   
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
 5395   5206   
 5396         -
[[package]]
 5397         -
name = "windows_i686_gnullvm"
 5398         -
version = "0.53.0"
 5399         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 5400         -
checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
 5401         -
 5402   5207   
[[package]]
 5403   5208   
name = "windows_i686_msvc"
 5404   5209   
version = "0.48.5"
 5405   5210   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5406   5211   
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
 5407   5212   
 5408   5213   
[[package]]
 5409   5214   
name = "windows_i686_msvc"
 5410   5215   
version = "0.52.6"
 5411   5216   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5412   5217   
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
 5413   5218   
 5414         -
[[package]]
 5415         -
name = "windows_i686_msvc"
 5416         -
version = "0.53.0"
 5417         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 5418         -
checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
 5419         -
 5420   5219   
[[package]]
 5421   5220   
name = "windows_x86_64_gnu"
 5422   5221   
version = "0.48.5"
 5423   5222   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5424   5223   
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
 5425   5224   
 5426   5225   
[[package]]
 5427   5226   
name = "windows_x86_64_gnu"
 5428   5227   
version = "0.52.6"
 5429   5228   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5430   5229   
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
 5431   5230   
 5432         -
[[package]]
 5433         -
name = "windows_x86_64_gnu"
 5434         -
version = "0.53.0"
 5435         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 5436         -
checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
 5437         -
 5438   5231   
[[package]]
 5439   5232   
name = "windows_x86_64_gnullvm"
 5440   5233   
version = "0.48.5"
 5441   5234   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5442   5235   
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
 5443   5236   
 5444   5237   
[[package]]
 5445   5238   
name = "windows_x86_64_gnullvm"
 5446   5239   
version = "0.52.6"
 5447   5240   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5448   5241   
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
 5449   5242   
 5450         -
[[package]]
 5451         -
name = "windows_x86_64_gnullvm"
 5452         -
version = "0.53.0"
 5453         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 5454         -
checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
 5455         -
 5456   5243   
[[package]]
 5457   5244   
name = "windows_x86_64_msvc"
 5458   5245   
version = "0.48.5"
 5459   5246   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5460   5247   
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
 5461   5248   
 5462   5249   
[[package]]
 5463   5250   
name = "windows_x86_64_msvc"
 5464   5251   
version = "0.52.6"
 5465   5252   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5466   5253   
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
 5467   5254   
 5468         -
[[package]]
 5469         -
name = "windows_x86_64_msvc"
 5470         -
version = "0.53.0"
 5471         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 5472         -
checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
 5473         -
 5474   5255   
[[package]]
 5475   5256   
name = "winreg"
 5476   5257   
version = "0.50.0"
 5477   5258   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5478   5259   
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
 5479   5260   
dependencies = [
 5480   5261   
 "cfg-if",
 5481   5262   
 "windows-sys 0.48.0",
 5482   5263   
]
 5483   5264