AWS SDK

AWS SDK

rev. 9140fc23df867c6f00ff5f700626897eda217b43 (ignoring whitespace)

Files changed:

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

@@ -308,308 +368,368 @@
  328    328   
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
  329    329   
  330    330   
[[package]]
  331    331   
name = "autocfg"
  332    332   
version = "1.5.0"
  333    333   
source = "registry+https://github.com/rust-lang/crates.io-index"
  334    334   
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
  335    335   
  336    336   
[[package]]
  337    337   
name = "aws-config"
  338         -
version = "1.9.0"
         338  +
version = "1.8.16"
  339    339   
dependencies = [
  340    340   
 "aws-credential-types",
  341    341   
 "aws-runtime",
  342    342   
 "aws-sdk-signin",
  343    343   
 "aws-sdk-sso",
  344    344   
 "aws-sdk-ssooidc",
  345    345   
 "aws-sdk-sts",
  346    346   
 "aws-smithy-async",
  347    347   
 "aws-smithy-http",
  348    348   
 "aws-smithy-http-client",
@@ -1278,1278 +1343,1343 @@
 1298   1298   
 "h2 0.3.27",
 1299   1299   
 "h2 0.4.13",
 1300   1300   
 "http 0.2.12",
 1301   1301   
 "http 1.4.0",
 1302   1302   
 "http-body 0.4.6",
 1303   1303   
 "http-body 1.0.1",
 1304   1304   
 "http-body-util",
 1305   1305   
 "hyper 0.14.32",
 1306   1306   
 "hyper 1.9.0",
 1307   1307   
 "hyper-rustls 0.24.2",
 1308         -
 "hyper-rustls 0.27.7",
        1308  +
 "hyper-rustls 0.27.9",
 1309   1309   
 "hyper-util",
 1310   1310   
 "indexmap",
 1311   1311   
 "pin-project-lite",
 1312   1312   
 "rustls 0.21.12",
 1313         -
 "rustls 0.23.37",
        1313  +
 "rustls 0.23.38",
 1314   1314   
 "rustls-native-certs",
 1315   1315   
 "rustls-pemfile",
 1316   1316   
 "rustls-pki-types",
 1317   1317   
 "s2n-tls",
 1318   1318   
 "s2n-tls-hyper",
 1319   1319   
 "s2n-tls-tokio",
 1320   1320   
 "serde",
 1321   1321   
 "serde_json",
 1322   1322   
 "serial_test",
 1323   1323   
 "tokio",
@@ -1397,1397 +1499,1509 @@
 1417   1417   
[[package]]
 1418   1418   
name = "aws-smithy-query"
 1419   1419   
version = "0.60.15"
 1420   1420   
dependencies = [
 1421   1421   
 "aws-smithy-types",
 1422   1422   
 "urlencoding",
 1423   1423   
]
 1424   1424   
 1425   1425   
[[package]]
 1426   1426   
name = "aws-smithy-runtime"
 1427         -
version = "1.10.3"
        1427  +
version = "1.11.1"
 1428   1428   
dependencies = [
 1429   1429   
 "approx",
 1430   1430   
 "aws-smithy-async",
 1431   1431   
 "aws-smithy-http",
 1432   1432   
 "aws-smithy-http-client",
 1433   1433   
 "aws-smithy-observability",
 1434   1434   
 "aws-smithy-runtime-api",
 1435   1435   
 "aws-smithy-types",
 1436   1436   
 "bytes",
 1437   1437   
 "fastrand 2.4.1",
 1438   1438   
 "futures-util",
 1439   1439   
 "http 0.2.12",
 1440   1440   
 "http 1.4.0",
 1441   1441   
 "http-body 0.4.6",
 1442   1442   
 "http-body 1.0.1",
 1443   1443   
 "http-body-util",
 1444   1444   
 "hyper 0.14.32",
 1445   1445   
 "pin-project-lite",
 1446   1446   
 "pin-utils",
 1447   1447   
 "pretty_assertions",
 1448   1448   
 "tokio",
 1449   1449   
 "tracing",
 1450   1450   
 "tracing-subscriber",
 1451   1451   
 "tracing-test",
 1452   1452   
]
 1453   1453   
 1454   1454   
[[package]]
 1455   1455   
name = "aws-smithy-runtime-api"
 1456         -
version = "1.11.6"
        1456  +
version = "1.12.0"
 1457   1457   
dependencies = [
 1458   1458   
 "aws-smithy-async",
        1459  +
 "aws-smithy-runtime-api-macros",
 1459   1460   
 "aws-smithy-types",
 1460   1461   
 "bytes",
 1461   1462   
 "http 0.2.12",
 1462   1463   
 "http 1.4.0",
 1463   1464   
 "pin-project-lite",
 1464   1465   
 "proptest",
 1465   1466   
 "tokio",
 1466   1467   
 "tracing",
 1467   1468   
 "zeroize",
 1468   1469   
]
 1469   1470   
        1471  +
[[package]]
        1472  +
name = "aws-smithy-runtime-api-macros"
        1473  +
version = "1.0.0"
        1474  +
dependencies = [
        1475  +
 "proc-macro2",
        1476  +
 "quote",
        1477  +
 "syn",
        1478  +
]
        1479  +
 1470   1480   
[[package]]
 1471   1481   
name = "aws-smithy-types"
 1472   1482   
version = "1.4.7"
 1473   1483   
dependencies = [
 1474   1484   
 "base64 0.13.1",
 1475   1485   
 "base64-simd",
 1476   1486   
 "bytes",
 1477   1487   
 "bytes-utils",
 1478   1488   
 "ciborium",
 1479   1489   
 "criterion",
@@ -1509,1519 +1569,1579 @@
 1529   1539   
version = "0.60.15"
 1530   1540   
dependencies = [
 1531   1541   
 "aws-smithy-protocol-test",
 1532   1542   
 "base64 0.13.1",
 1533   1543   
 "proptest",
 1534   1544   
 "xmlparser",
 1535   1545   
]
 1536   1546   
 1537   1547   
[[package]]
 1538   1548   
name = "aws-types"
 1539         -
version = "1.4.0"
        1549  +
version = "1.3.15"
 1540   1550   
dependencies = [
 1541   1551   
 "aws-credential-types",
 1542   1552   
 "aws-smithy-async",
 1543   1553   
 "aws-smithy-runtime",
 1544   1554   
 "aws-smithy-runtime-api",
 1545   1555   
 "aws-smithy-types",
 1546   1556   
 "http 0.2.12",
 1547   1557   
 "hyper-rustls 0.24.2",
 1548   1558   
 "rustc_version",
 1549   1559   
 "tempfile",
@@ -1577,1587 +1676,1686 @@
 1597   1607   
version = "1.8.3"
 1598   1608   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1599   1609   
checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
 1600   1610   
 1601   1611   
[[package]]
 1602   1612   
name = "bindgen"
 1603   1613   
version = "0.72.1"
 1604   1614   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1605   1615   
checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 1606   1616   
dependencies = [
 1607         -
 "bitflags 2.11.0",
        1617  +
 "bitflags 2.11.1",
 1608   1618   
 "cexpr",
 1609   1619   
 "clang-sys",
 1610   1620   
 "itertools 0.13.0",
 1611   1621   
 "log",
 1612   1622   
 "prettyplease",
 1613   1623   
 "proc-macro2",
 1614   1624   
 "quote",
 1615   1625   
 "regex",
 1616   1626   
 "rustc-hash",
 1617   1627   
 "shlex",
 1618   1628   
 "syn",
 1619   1629   
]
 1620   1630   
 1621   1631   
[[package]]
 1622   1632   
name = "bit-set"
 1623   1633   
version = "0.8.0"
 1624   1634   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1625   1635   
checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1626   1636   
dependencies = [
 1627   1637   
 "bit-vec",
 1628   1638   
]
 1629   1639   
 1630   1640   
[[package]]
 1631   1641   
name = "bit-vec"
 1632   1642   
version = "0.8.0"
 1633   1643   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1634   1644   
checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1635   1645   
 1636   1646   
[[package]]
 1637   1647   
name = "bitflags"
 1638   1648   
version = "1.3.2"
 1639   1649   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1640   1650   
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1641   1651   
 1642   1652   
[[package]]
 1643   1653   
name = "bitflags"
 1644         -
version = "2.11.0"
        1654  +
version = "2.11.1"
 1645   1655   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1646         -
checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
        1656  +
checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
 1647   1657   
 1648   1658   
[[package]]
 1649   1659   
name = "block-buffer"
 1650   1660   
version = "0.10.4"
 1651   1661   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1652   1662   
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 1653   1663   
dependencies = [
 1654   1664   
 "generic-array",
 1655   1665   
]
 1656   1666   
@@ -1713,1723 +1775,1785 @@
 1733   1743   
 "num-bigint",
 1734   1744   
 "num-rational",
 1735   1745   
 "num-traits",
 1736   1746   
 "separator",
 1737   1747   
 "url",
 1738   1748   
 "uuid",
 1739   1749   
]
 1740   1750   
 1741   1751   
[[package]]
 1742   1752   
name = "cc"
 1743         -
version = "1.2.59"
        1753  +
version = "1.2.60"
 1744   1754   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1745         -
checksum = "b7a4d3ec6524d28a329fc53654bbadc9bdd7b0431f5d65f1a56ffb28a1ee5283"
        1755  +
checksum = "43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20"
 1746   1756   
dependencies = [
 1747   1757   
 "find-msvc-tools",
 1748   1758   
 "jobserver",
 1749   1759   
 "libc",
 1750   1760   
 "shlex",
 1751   1761   
]
 1752   1762   
 1753   1763   
[[package]]
 1754   1764   
name = "cexpr"
 1755   1765   
version = "0.6.0"
@@ -2655,2665 +2797,2813 @@
 2675   2685   
name = "hashbrown"
 2676   2686   
version = "0.16.1"
 2677   2687   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2678   2688   
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 2679   2689   
dependencies = [
 2680   2690   
 "allocator-api2",
 2681   2691   
 "equivalent",
 2682   2692   
 "foldhash 0.2.0",
 2683   2693   
]
 2684   2694   
        2695  +
[[package]]
        2696  +
name = "hashbrown"
        2697  +
version = "0.17.0"
        2698  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2699  +
checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51"
        2700  +
 2685   2701   
[[package]]
 2686   2702   
name = "hdrhistogram"
 2687   2703   
version = "7.5.4"
 2688   2704   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2689   2705   
checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
 2690   2706   
dependencies = [
 2691   2707   
 "base64 0.21.7",
 2692   2708   
 "byteorder",
 2693   2709   
 "crossbeam-channel",
 2694   2710   
 "flate2",
 2695   2711   
 "nom",
 2696   2712   
 "num-traits",
 2697   2713   
]
 2698   2714   
 2699   2715   
[[package]]
 2700   2716   
name = "heck"
 2701   2717   
version = "0.5.0"
 2702   2718   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2703   2719   
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 2704   2720   
 2705   2721   
[[package]]
 2706   2722   
name = "hermit-abi"
 2707   2723   
version = "0.3.9"
 2708   2724   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2709   2725   
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 2710   2726   
 2711   2727   
[[package]]
 2712   2728   
name = "hermit-abi"
 2713   2729   
version = "0.5.2"
 2714   2730   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2715   2731   
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 2716   2732   
 2717   2733   
[[package]]
 2718   2734   
name = "hex"
 2719   2735   
version = "0.4.3"
 2720   2736   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2721   2737   
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 2722   2738   
 2723   2739   
[[package]]
 2724   2740   
name = "hex-literal"
 2725   2741   
version = "0.4.1"
 2726   2742   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2727   2743   
checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"
 2728   2744   
 2729   2745   
[[package]]
 2730   2746   
name = "hickory-proto"
 2731   2747   
version = "0.25.2"
 2732   2748   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2733   2749   
checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502"
 2734   2750   
dependencies = [
 2735   2751   
 "async-trait",
 2736   2752   
 "cfg-if",
 2737   2753   
 "data-encoding",
 2738   2754   
 "enum-as-inner",
 2739   2755   
 "futures-channel",
 2740   2756   
 "futures-io",
 2741   2757   
 "futures-util",
 2742   2758   
 "idna",
 2743   2759   
 "ipnet",
 2744   2760   
 "once_cell",
 2745         -
 "rand 0.9.2",
        2761  +
 "rand 0.9.4",
 2746   2762   
 "ring",
 2747   2763   
 "thiserror 2.0.18",
 2748   2764   
 "tinyvec",
 2749   2765   
 "tokio",
 2750   2766   
 "tracing",
 2751   2767   
 "url",
 2752   2768   
]
 2753   2769   
 2754   2770   
[[package]]
 2755   2771   
name = "hickory-resolver"
 2756   2772   
version = "0.25.2"
 2757   2773   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2758   2774   
checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a"
 2759   2775   
dependencies = [
 2760   2776   
 "cfg-if",
 2761   2777   
 "futures-util",
 2762   2778   
 "hickory-proto",
 2763   2779   
 "ipconfig",
 2764   2780   
 "moka",
 2765   2781   
 "once_cell",
 2766   2782   
 "parking_lot",
 2767         -
 "rand 0.9.2",
        2783  +
 "rand 0.9.4",
 2768   2784   
 "resolv-conf",
 2769   2785   
 "smallvec",
 2770   2786   
 "thiserror 2.0.18",
 2771   2787   
 "tokio",
 2772   2788   
 "tracing",
 2773   2789   
]
 2774   2790   
 2775   2791   
[[package]]
 2776   2792   
name = "hmac"
 2777   2793   
version = "0.12.1"
@@ -2909,2925 +2978,2993 @@
 2929   2945   
 "hyper 0.14.32",
 2930   2946   
 "log",
 2931   2947   
 "rustls 0.21.12",
 2932   2948   
 "tokio",
 2933   2949   
 "tokio-rustls 0.24.1",
 2934   2950   
 "webpki-roots",
 2935   2951   
]
 2936   2952   
 2937   2953   
[[package]]
 2938   2954   
name = "hyper-rustls"
 2939         -
version = "0.27.7"
        2955  +
version = "0.27.9"
 2940   2956   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2941         -
checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
        2957  +
checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
 2942   2958   
dependencies = [
 2943   2959   
 "http 1.4.0",
 2944   2960   
 "hyper 1.9.0",
 2945   2961   
 "hyper-util",
 2946         -
 "rustls 0.23.37",
        2962  +
 "rustls 0.23.38",
 2947   2963   
 "rustls-native-certs",
 2948         -
 "rustls-pki-types",
 2949   2964   
 "tokio",
 2950   2965   
 "tokio-rustls 0.26.4",
 2951   2966   
 "tower-service",
 2952   2967   
]
 2953   2968   
 2954   2969   
[[package]]
 2955   2970   
name = "hyper-util"
 2956   2971   
version = "0.1.20"
 2957   2972   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2958   2973   
checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
@@ -3061,3076 +3126,3141 @@
 3081   3096   
version = "1.2.1"
 3082   3097   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3083   3098   
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 3084   3099   
dependencies = [
 3085   3100   
 "icu_normalizer",
 3086   3101   
 "icu_properties",
 3087   3102   
]
 3088   3103   
 3089   3104   
[[package]]
 3090   3105   
name = "indexmap"
 3091         -
version = "2.13.1"
        3106  +
version = "2.14.0"
 3092   3107   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3093         -
checksum = "45a8a2b9cb3e0b0c1803dbb0758ffac5de2f425b23c28f518faabd9d805342ff"
        3108  +
checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
 3094   3109   
dependencies = [
 3095   3110   
 "equivalent",
 3096         -
 "hashbrown 0.16.1",
        3111  +
 "hashbrown 0.17.0",
 3097   3112   
 "serde",
 3098   3113   
 "serde_core",
 3099   3114   
]
 3100   3115   
 3101   3116   
[[package]]
 3102   3117   
name = "instant"
 3103   3118   
version = "0.1.13"
 3104   3119   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3105   3120   
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 3106   3121   
dependencies = [
@@ -3177,3192 +3272,3287 @@
 3197   3212   
version = "0.1.34"
 3198   3213   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3199   3214   
checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 3200   3215   
dependencies = [
 3201   3216   
 "getrandom 0.3.4",
 3202   3217   
 "libc",
 3203   3218   
]
 3204   3219   
 3205   3220   
[[package]]
 3206   3221   
name = "js-sys"
 3207         -
version = "0.3.94"
        3222  +
version = "0.3.95"
 3208   3223   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3209         -
checksum = "2e04e2ef80ce82e13552136fabeef8a5ed1f985a96805761cbb9a2c34e7664d9"
        3224  +
checksum = "2964e92d1d9dc3364cae4d718d93f227e3abb088e747d92e0395bfdedf1c12ca"
 3210   3225   
dependencies = [
 3211   3226   
 "cfg-if",
 3212   3227   
 "futures-util",
 3213   3228   
 "once_cell",
 3214   3229   
 "wasm-bindgen",
 3215   3230   
]
 3216   3231   
 3217   3232   
[[package]]
 3218   3233   
name = "kv-log-macro"
 3219   3234   
version = "1.0.7"
 3220   3235   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3221   3236   
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 3222   3237   
dependencies = [
 3223   3238   
 "log",
 3224   3239   
]
 3225   3240   
 3226   3241   
[[package]]
 3227   3242   
name = "lazy_static"
 3228   3243   
version = "1.5.0"
 3229   3244   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3230   3245   
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 3231   3246   
 3232   3247   
[[package]]
 3233   3248   
name = "leb128fmt"
 3234   3249   
version = "0.1.0"
 3235   3250   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3236   3251   
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 3237   3252   
 3238   3253   
[[package]]
 3239   3254   
name = "libc"
 3240         -
version = "0.2.184"
        3255  +
version = "0.2.185"
 3241   3256   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3242         -
checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af"
        3257  +
checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f"
 3243   3258   
 3244   3259   
[[package]]
 3245   3260   
name = "libloading"
 3246   3261   
version = "0.8.9"
 3247   3262   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3248   3263   
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 3249   3264   
dependencies = [
 3250   3265   
 "cfg-if",
 3251   3266   
 "windows-link",
 3252   3267   
]
@@ -3278,3293 +3340,3355 @@
 3298   3313   
name = "log"
 3299   3314   
version = "0.4.29"
 3300   3315   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3301   3316   
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
 3302   3317   
dependencies = [
 3303   3318   
 "value-bag",
 3304   3319   
]
 3305   3320   
 3306   3321   
[[package]]
 3307   3322   
name = "lru"
 3308         -
version = "0.16.3"
        3323  +
version = "0.16.4"
 3309   3324   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3310         -
checksum = "a1dc47f592c06f33f8e3aea9591776ec7c9f9e4124778ff8a3c3b87159f7e593"
        3325  +
checksum = "7f66e8d5d03f609abc3a39e6f08e4164ebf1447a732906d39eb9b99b7919ef39"
 3311   3326   
dependencies = [
 3312   3327   
 "hashbrown 0.16.1",
 3313   3328   
]
 3314   3329   
 3315   3330   
[[package]]
 3316   3331   
name = "matchers"
 3317   3332   
version = "0.2.0"
 3318   3333   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3319   3334   
checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
 3320   3335   
dependencies = [
@@ -3756,3771 +3948,3963 @@
 3776   3791   
]
 3777   3792   
 3778   3793   
[[package]]
 3779   3794   
name = "proptest"
 3780   3795   
version = "1.11.0"
 3781   3796   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3782   3797   
checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744"
 3783   3798   
dependencies = [
 3784   3799   
 "bit-set",
 3785   3800   
 "bit-vec",
 3786         -
 "bitflags 2.11.0",
        3801  +
 "bitflags 2.11.1",
 3787   3802   
 "num-traits",
 3788         -
 "rand 0.9.2",
        3803  +
 "rand 0.9.4",
 3789   3804   
 "rand_chacha 0.9.0",
 3790   3805   
 "rand_xorshift",
 3791   3806   
 "regex-syntax",
 3792   3807   
 "rusty-fork",
 3793   3808   
 "tempfile",
 3794   3809   
 "unarray",
 3795   3810   
]
 3796   3811   
 3797   3812   
[[package]]
 3798   3813   
name = "quick-error"
 3799   3814   
version = "1.2.3"
 3800   3815   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3801   3816   
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
 3802   3817   
 3803   3818   
[[package]]
 3804   3819   
name = "quote"
 3805   3820   
version = "1.0.45"
 3806   3821   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3807   3822   
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
 3808   3823   
dependencies = [
 3809   3824   
 "proc-macro2",
 3810   3825   
]
 3811   3826   
 3812   3827   
[[package]]
 3813   3828   
name = "r-efi"
 3814   3829   
version = "5.3.0"
 3815   3830   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3816   3831   
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
 3817   3832   
 3818   3833   
[[package]]
 3819   3834   
name = "r-efi"
 3820   3835   
version = "6.0.0"
 3821   3836   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3822   3837   
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
 3823   3838   
 3824   3839   
[[package]]
 3825   3840   
name = "rand"
 3826   3841   
version = "0.8.5"
 3827   3842   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3828   3843   
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
 3829   3844   
dependencies = [
 3830   3845   
 "libc",
 3831   3846   
 "rand_chacha 0.3.1",
 3832   3847   
 "rand_core 0.6.4",
 3833   3848   
]
 3834   3849   
 3835   3850   
[[package]]
 3836   3851   
name = "rand"
 3837         -
version = "0.9.2"
        3852  +
version = "0.9.4"
 3838   3853   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3839         -
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
        3854  +
checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
 3840   3855   
dependencies = [
 3841   3856   
 "rand_chacha 0.9.0",
 3842   3857   
 "rand_core 0.9.5",
 3843   3858   
]
 3844   3859   
 3845   3860   
[[package]]
 3846   3861   
name = "rand_chacha"
 3847   3862   
version = "0.3.1"
 3848   3863   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3849   3864   
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
 3850   3865   
dependencies = [
 3851   3866   
 "ppv-lite86",
 3852   3867   
 "rand_core 0.6.4",
 3853   3868   
]
 3854   3869   
 3855   3870   
[[package]]
 3856   3871   
name = "rand_chacha"
 3857   3872   
version = "0.9.0"
 3858   3873   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3859   3874   
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
 3860   3875   
dependencies = [
 3861   3876   
 "ppv-lite86",
 3862   3877   
 "rand_core 0.9.5",
 3863   3878   
]
 3864   3879   
 3865   3880   
[[package]]
 3866   3881   
name = "rand_core"
 3867   3882   
version = "0.6.4"
 3868   3883   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3869   3884   
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
 3870   3885   
dependencies = [
 3871   3886   
 "getrandom 0.2.17",
 3872   3887   
]
 3873   3888   
 3874   3889   
[[package]]
 3875   3890   
name = "rand_core"
 3876   3891   
version = "0.9.5"
 3877   3892   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3878   3893   
checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
 3879   3894   
dependencies = [
 3880   3895   
 "getrandom 0.3.4",
 3881   3896   
]
 3882   3897   
 3883   3898   
[[package]]
 3884   3899   
name = "rand_xorshift"
 3885   3900   
version = "0.4.0"
 3886   3901   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3887   3902   
checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
 3888   3903   
dependencies = [
 3889   3904   
 "rand_core 0.9.5",
 3890   3905   
]
 3891   3906   
 3892   3907   
[[package]]
 3893   3908   
name = "rayon"
 3894         -
version = "1.11.0"
        3909  +
version = "1.12.0"
 3895   3910   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3896         -
checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
        3911  +
checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
 3897   3912   
dependencies = [
 3898   3913   
 "either",
 3899   3914   
 "rayon-core",
 3900   3915   
]
 3901   3916   
 3902   3917   
[[package]]
 3903   3918   
name = "rayon-core"
 3904   3919   
version = "1.13.0"
 3905   3920   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3906   3921   
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
 3907   3922   
dependencies = [
 3908   3923   
 "crossbeam-deque",
 3909   3924   
 "crossbeam-utils",
 3910   3925   
]
 3911   3926   
 3912   3927   
[[package]]
 3913   3928   
name = "redox_syscall"
 3914   3929   
version = "0.5.18"
 3915   3930   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3916   3931   
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
 3917   3932   
dependencies = [
 3918         -
 "bitflags 2.11.0",
        3933  +
 "bitflags 2.11.1",
 3919   3934   
]
 3920   3935   
 3921   3936   
[[package]]
 3922   3937   
name = "regex"
 3923   3938   
version = "1.12.3"
 3924   3939   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3925   3940   
checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
 3926   3941   
dependencies = [
 3927   3942   
 "aho-corasick",
 3928   3943   
 "memchr",
@@ -4011,4026 +4163,4178 @@
 4031   4046   
 "linux-raw-sys 0.3.8",
 4032   4047   
 "windows-sys 0.48.0",
 4033   4048   
]
 4034   4049   
 4035   4050   
[[package]]
 4036   4051   
name = "rustix"
 4037   4052   
version = "0.38.44"
 4038   4053   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4039   4054   
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
 4040   4055   
dependencies = [
 4041         -
 "bitflags 2.11.0",
        4056  +
 "bitflags 2.11.1",
 4042   4057   
 "errno",
 4043   4058   
 "libc",
 4044   4059   
 "linux-raw-sys 0.4.15",
 4045   4060   
 "windows-sys 0.59.0",
 4046   4061   
]
 4047   4062   
 4048   4063   
[[package]]
 4049   4064   
name = "rustix"
 4050   4065   
version = "1.1.4"
 4051   4066   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4052   4067   
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
 4053   4068   
dependencies = [
 4054         -
 "bitflags 2.11.0",
        4069  +
 "bitflags 2.11.1",
 4055   4070   
 "errno",
 4056   4071   
 "libc",
 4057   4072   
 "linux-raw-sys 0.12.1",
 4058   4073   
 "windows-sys 0.61.2",
 4059   4074   
]
 4060   4075   
 4061   4076   
[[package]]
 4062   4077   
name = "rustls"
 4063   4078   
version = "0.21.12"
 4064   4079   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4065   4080   
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
 4066   4081   
dependencies = [
 4067   4082   
 "log",
 4068   4083   
 "ring",
 4069   4084   
 "rustls-webpki 0.101.7",
 4070   4085   
 "sct",
 4071   4086   
]
 4072   4087   
 4073   4088   
[[package]]
 4074   4089   
name = "rustls"
 4075         -
version = "0.23.37"
        4090  +
version = "0.23.38"
 4076   4091   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4077         -
checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
        4092  +
checksum = "69f9466fb2c14ea04357e91413efb882e2a6d4a406e625449bc0a5d360d53a21"
 4078   4093   
dependencies = [
 4079   4094   
 "aws-lc-rs",
 4080   4095   
 "log",
 4081   4096   
 "once_cell",
 4082   4097   
 "ring",
 4083   4098   
 "rustls-pki-types",
 4084         -
 "rustls-webpki 0.103.10",
        4099  +
 "rustls-webpki 0.103.12",
 4085   4100   
 "subtle",
 4086   4101   
 "zeroize",
 4087   4102   
]
 4088   4103   
 4089   4104   
[[package]]
 4090   4105   
name = "rustls-native-certs"
 4091   4106   
version = "0.8.3"
 4092   4107   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4093   4108   
checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
 4094   4109   
dependencies = [
 4095   4110   
 "openssl-probe",
 4096   4111   
 "rustls-pki-types",
 4097   4112   
 "schannel",
 4098   4113   
 "security-framework",
 4099   4114   
]
 4100   4115   
 4101   4116   
[[package]]
 4102   4117   
name = "rustls-pemfile"
 4103   4118   
version = "2.2.0"
 4104   4119   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4105   4120   
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
 4106   4121   
dependencies = [
 4107   4122   
 "rustls-pki-types",
 4108   4123   
]
 4109   4124   
 4110   4125   
[[package]]
 4111   4126   
name = "rustls-pki-types"
 4112   4127   
version = "1.14.0"
 4113   4128   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4114   4129   
checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
 4115   4130   
dependencies = [
 4116   4131   
 "zeroize",
 4117   4132   
]
 4118   4133   
 4119   4134   
[[package]]
 4120   4135   
name = "rustls-webpki"
 4121   4136   
version = "0.101.7"
 4122   4137   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4123   4138   
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
 4124   4139   
dependencies = [
 4125   4140   
 "ring",
 4126   4141   
 "untrusted 0.9.0",
 4127   4142   
]
 4128   4143   
 4129   4144   
[[package]]
 4130   4145   
name = "rustls-webpki"
 4131         -
version = "0.103.10"
        4146  +
version = "0.103.12"
 4132   4147   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4133         -
checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef"
        4148  +
checksum = "8279bb85272c9f10811ae6a6c547ff594d6a7f3c6c6b02ee9726d1d0dcfcdd06"
 4134   4149   
dependencies = [
 4135   4150   
 "aws-lc-rs",
 4136   4151   
 "ring",
 4137   4152   
 "rustls-pki-types",
 4138   4153   
 "untrusted 0.9.0",
 4139   4154   
]
 4140   4155   
 4141   4156   
[[package]]
 4142   4157   
name = "rustversion"
 4143   4158   
version = "1.0.22"
@@ -4269,4284 +4329,4344 @@
 4289   4304   
 "subtle",
 4290   4305   
 "zeroize",
 4291   4306   
]
 4292   4307   
 4293   4308   
[[package]]
 4294   4309   
name = "security-framework"
 4295   4310   
version = "3.7.0"
 4296   4311   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4297   4312   
checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
 4298   4313   
dependencies = [
 4299         -
 "bitflags 2.11.0",
        4314  +
 "bitflags 2.11.1",
 4300   4315   
 "core-foundation 0.10.1",
 4301   4316   
 "core-foundation-sys",
 4302   4317   
 "libc",
 4303   4318   
 "security-framework-sys",
 4304   4319   
]
 4305   4320   
 4306   4321   
[[package]]
 4307   4322   
name = "security-framework-sys"
 4308   4323   
version = "2.17.0"
 4309   4324   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -4603,4618 +4663,4678 @@
 4623   4638   
 "quote",
 4624   4639   
 "syn",
 4625   4640   
]
 4626   4641   
 4627   4642   
[[package]]
 4628   4643   
name = "system-configuration"
 4629   4644   
version = "0.7.0"
 4630   4645   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4631   4646   
checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
 4632   4647   
dependencies = [
 4633         -
 "bitflags 2.11.0",
        4648  +
 "bitflags 2.11.1",
 4634   4649   
 "core-foundation 0.9.4",
 4635   4650   
 "system-configuration-sys",
 4636   4651   
]
 4637   4652   
 4638   4653   
[[package]]
 4639   4654   
name = "system-configuration-sys"
 4640   4655   
version = "0.6.0"
 4641   4656   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4642   4657   
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
 4643   4658   
dependencies = [
@@ -4754,4769 +4856,4871 @@
 4774   4789   
]
 4775   4790   
 4776   4791   
[[package]]
 4777   4792   
name = "tinyvec_macros"
 4778   4793   
version = "0.1.1"
 4779   4794   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4780   4795   
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
 4781   4796   
 4782   4797   
[[package]]
 4783   4798   
name = "tokio"
 4784         -
version = "1.51.0"
        4799  +
version = "1.52.0"
 4785   4800   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4786         -
checksum = "2bd1c4c0fc4a7ab90fc15ef6daaa3ec3b893f004f915f2392557ed23237820cd"
        4801  +
checksum = "a91135f59b1cbf38c91e73cf3386fca9bb77915c45ce2771460c9d92f0f3d776"
 4787   4802   
dependencies = [
 4788   4803   
 "bytes",
 4789   4804   
 "libc",
 4790   4805   
 "mio",
 4791   4806   
 "parking_lot",
 4792   4807   
 "pin-project-lite",
 4793   4808   
 "signal-hook-registry",
 4794   4809   
 "socket2 0.6.3",
 4795   4810   
 "tokio-macros",
 4796   4811   
 "windows-sys 0.61.2",
 4797   4812   
]
 4798   4813   
 4799   4814   
[[package]]
 4800   4815   
name = "tokio-macros"
 4801   4816   
version = "2.7.0"
 4802   4817   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4803   4818   
checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
 4804   4819   
dependencies = [
 4805   4820   
 "proc-macro2",
 4806   4821   
 "quote",
 4807   4822   
 "syn",
 4808   4823   
]
 4809   4824   
 4810   4825   
[[package]]
 4811   4826   
name = "tokio-rustls"
 4812   4827   
version = "0.24.1"
 4813   4828   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4814   4829   
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
 4815   4830   
dependencies = [
 4816   4831   
 "rustls 0.21.12",
 4817   4832   
 "tokio",
 4818   4833   
]
 4819   4834   
 4820   4835   
[[package]]
 4821   4836   
name = "tokio-rustls"
 4822   4837   
version = "0.26.4"
 4823   4838   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4824   4839   
checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
 4825   4840   
dependencies = [
 4826         -
 "rustls 0.23.37",
        4841  +
 "rustls 0.23.38",
 4827   4842   
 "tokio",
 4828   4843   
]
 4829   4844   
 4830   4845   
[[package]]
 4831   4846   
name = "tokio-stream"
 4832   4847   
version = "0.1.18"
 4833   4848   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4834   4849   
checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
 4835   4850   
dependencies = [
 4836   4851   
 "futures-core",
@@ -5131,5146 +5282,5297 @@
 5151   5166   
name = "wasip3"
 5152   5167   
version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
 5153   5168   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5154   5169   
checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
 5155   5170   
dependencies = [
 5156   5171   
 "wit-bindgen",
 5157   5172   
]
 5158   5173   
 5159   5174   
[[package]]
 5160   5175   
name = "wasm-bindgen"
 5161         -
version = "0.2.117"
        5176  +
version = "0.2.118"
 5162   5177   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5163         -
checksum = "0551fc1bb415591e3372d0bc4780db7e587d84e2a7e79da121051c5c4b89d0b0"
        5178  +
checksum = "0bf938a0bacb0469e83c1e148908bd7d5a6010354cf4fb73279b7447422e3a89"
 5164   5179   
dependencies = [
 5165   5180   
 "cfg-if",
 5166   5181   
 "once_cell",
 5167   5182   
 "rustversion",
 5168   5183   
 "wasm-bindgen-macro",
 5169   5184   
 "wasm-bindgen-shared",
 5170   5185   
]
 5171   5186   
 5172   5187   
[[package]]
 5173   5188   
name = "wasm-bindgen-futures"
 5174         -
version = "0.4.67"
        5189  +
version = "0.4.68"
 5175   5190   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5176         -
checksum = "03623de6905b7206edd0a75f69f747f134b7f0a2323392d664448bf2d3c5d87e"
        5191  +
checksum = "f371d383f2fb139252e0bfac3b81b265689bf45b6874af544ffa4c975ac1ebf8"
 5177   5192   
dependencies = [
 5178   5193   
 "js-sys",
 5179   5194   
 "wasm-bindgen",
 5180   5195   
]
 5181   5196   
 5182   5197   
[[package]]
 5183   5198   
name = "wasm-bindgen-macro"
 5184         -
version = "0.2.117"
        5199  +
version = "0.2.118"
 5185   5200   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5186         -
checksum = "7fbdf9a35adf44786aecd5ff89b4563a90325f9da0923236f6104e603c7e86be"
        5201  +
checksum = "eeff24f84126c0ec2db7a449f0c2ec963c6a49efe0698c4242929da037ca28ed"
 5187   5202   
dependencies = [
 5188   5203   
 "quote",
 5189   5204   
 "wasm-bindgen-macro-support",
 5190   5205   
]
 5191   5206   
 5192   5207   
[[package]]
 5193   5208   
name = "wasm-bindgen-macro-support"
 5194         -
version = "0.2.117"
        5209  +
version = "0.2.118"
 5195   5210   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5196         -
checksum = "dca9693ef2bab6d4e6707234500350d8dad079eb508dca05530c85dc3a529ff2"
        5211  +
checksum = "9d08065faf983b2b80a79fd87d8254c409281cf7de75fc4b773019824196c904"
 5197   5212   
dependencies = [
 5198   5213   
 "bumpalo",
 5199   5214   
 "proc-macro2",
 5200   5215   
 "quote",
 5201   5216   
 "syn",
 5202   5217   
 "wasm-bindgen-shared",
 5203   5218   
]
 5204   5219   
 5205   5220   
[[package]]
 5206   5221   
name = "wasm-bindgen-shared"
 5207         -
version = "0.2.117"
        5222  +
version = "0.2.118"
 5208   5223   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5209         -
checksum = "39129a682a6d2d841b6c429d0c51e5cb0ed1a03829d8b3d1e69a011e62cb3d3b"
        5224  +
checksum = "5fd04d9e306f1907bd13c6361b5c6bfc7b3b3c095ed3f8a9246390f8dbdee129"
 5210   5225   
dependencies = [
 5211   5226   
 "unicode-ident",
 5212   5227   
]
 5213   5228   
 5214   5229   
[[package]]
 5215   5230   
name = "wasm-encoder"
 5216   5231   
version = "0.244.0"
 5217   5232   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5218   5233   
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
 5219   5234   
dependencies = [
 5220   5235   
 "leb128fmt",
 5221   5236   
 "wasmparser",
 5222   5237   
]
 5223   5238   
 5224   5239   
[[package]]
 5225   5240   
name = "wasm-metadata"
 5226   5241   
version = "0.244.0"
 5227   5242   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5228   5243   
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
 5229   5244   
dependencies = [
 5230   5245   
 "anyhow",
 5231   5246   
 "indexmap",
 5232   5247   
 "wasm-encoder",
 5233   5248   
 "wasmparser",
 5234   5249   
]
 5235   5250   
 5236   5251   
[[package]]
 5237   5252   
name = "wasmparser"
 5238   5253   
version = "0.244.0"
 5239   5254   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5240   5255   
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
 5241   5256   
dependencies = [
 5242         -
 "bitflags 2.11.0",
        5257  +
 "bitflags 2.11.1",
 5243   5258   
 "hashbrown 0.15.5",
 5244   5259   
 "indexmap",
 5245   5260   
 "semver",
 5246   5261   
]
 5247   5262   
 5248   5263   
[[package]]
 5249   5264   
name = "web-sys"
 5250         -
version = "0.3.94"
        5265  +
version = "0.3.95"
 5251   5266   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5252         -
checksum = "cd70027e39b12f0849461e08ffc50b9cd7688d942c1c8e3c7b22273236b4dd0a"
        5267  +
checksum = "4f2dfbb17949fa2088e5d39408c48368947b86f7834484e87b73de55bc14d97d"
 5253   5268   
dependencies = [
 5254   5269   
 "js-sys",
 5255   5270   
 "wasm-bindgen",
 5256   5271   
]
 5257   5272   
 5258   5273   
[[package]]
 5259   5274   
name = "webpki-roots"
 5260   5275   
version = "0.25.4"
 5261   5276   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5262   5277   
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
@@ -5469,5484 +5582,5597 @@
 5489   5504   
version = "0.52.6"
 5490   5505   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5491   5506   
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
 5492   5507   
 5493   5508   
[[package]]
 5494   5509   
name = "wit-bindgen"
 5495   5510   
version = "0.51.0"
 5496   5511   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5497   5512   
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
 5498   5513   
dependencies = [
 5499         -
 "bitflags 2.11.0",
        5514  +
 "bitflags 2.11.1",
 5500   5515   
 "wit-bindgen-rust-macro",
 5501   5516   
]
 5502   5517   
 5503   5518   
[[package]]
 5504   5519   
name = "wit-bindgen-core"
 5505   5520   
version = "0.51.0"
 5506   5521   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5507   5522   
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
 5508   5523   
dependencies = [
 5509   5524   
 "anyhow",
 5510   5525   
 "heck",
 5511   5526   
 "wit-parser",
 5512   5527   
]
 5513   5528   
 5514   5529   
[[package]]
 5515   5530   
name = "wit-bindgen-rust"
 5516   5531   
version = "0.51.0"
 5517   5532   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5518   5533   
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
 5519   5534   
dependencies = [
 5520   5535   
 "anyhow",
 5521   5536   
 "heck",
 5522   5537   
 "indexmap",
 5523   5538   
 "prettyplease",
 5524   5539   
 "syn",
 5525   5540   
 "wasm-metadata",
 5526   5541   
 "wit-bindgen-core",
 5527   5542   
 "wit-component",
 5528   5543   
]
 5529   5544   
 5530   5545   
[[package]]
 5531   5546   
name = "wit-bindgen-rust-macro"
 5532   5547   
version = "0.51.0"
 5533   5548   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5534   5549   
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
 5535   5550   
dependencies = [
 5536   5551   
 "anyhow",
 5537   5552   
 "prettyplease",
 5538   5553   
 "proc-macro2",
 5539   5554   
 "quote",
 5540   5555   
 "syn",
 5541   5556   
 "wit-bindgen-core",
 5542   5557   
 "wit-bindgen-rust",
 5543   5558   
]
 5544   5559   
 5545   5560   
[[package]]
 5546   5561   
name = "wit-component"
 5547   5562   
version = "0.244.0"
 5548   5563   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5549   5564   
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
 5550   5565   
dependencies = [
 5551   5566   
 "anyhow",
 5552         -
 "bitflags 2.11.0",
        5567  +
 "bitflags 2.11.1",
 5553   5568   
 "indexmap",
 5554   5569   
 "log",
 5555   5570   
 "serde",
 5556   5571   
 "serde_derive",
 5557   5572   
 "serde_json",
 5558   5573   
 "wasm-encoder",
 5559   5574   
 "wasm-metadata",
 5560   5575   
 "wasmparser",
 5561   5576   
 "wit-parser",
 5562   5577   
]