rev. ff4feb9f09076d1c471aedfc1e0d10fb1bcd19fb
@@ -67,67 +129,129 @@
67 67 | dependencies = [
|
68 68 | "serde",
|
69 69 | "serde_json",
|
70 70 | ]
|
71 71 |
|
72 72 | [[package]]
|
73 73 | name = "async-channel"
|
74 74 | version = "1.9.0"
|
75 75 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
76 76 | checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
|
77 77 | dependencies = [
|
78 78 | "concurrent-queue",
|
79 79 | "event-listener 2.5.3",
|
80 80 | "futures-core",
|
81 81 | ]
|
82 82 |
|
83 83 | [[package]]
|
84 84 | name = "async-channel"
|
85 85 | version = "2.5.0"
|
86 86 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
87 87 | checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
|
88 88 | dependencies = [
|
89 89 | "concurrent-queue",
|
90 90 | "event-listener-strategy",
|
91 91 | "futures-core",
|
92 92 | "pin-project-lite",
|
93 93 | ]
|
94 94 |
|
95 95 | [[package]]
|
96 96 | name = "async-executor"
|
97 - | version = "1.13.3"
|
97 + | version = "1.14.0"
|
98 98 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
99 - | checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
|
99 + | checksum = "c96bf972d85afc50bf5ab8fe2d54d1586b4e0b46c97c50a0c9e71e2f7bcd812a"
|
100 100 | dependencies = [
|
101 101 | "async-task",
|
102 102 | "concurrent-queue",
|
103 103 | "fastrand 2.3.0",
|
104 104 | "futures-lite 2.6.1",
|
105 105 | "pin-project-lite",
|
106 106 | "slab",
|
107 107 | ]
|
108 108 |
|
109 109 | [[package]]
|
110 110 | name = "async-fs"
|
111 111 | version = "1.6.0"
|
112 112 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
113 113 | checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
|
114 114 | dependencies = [
|
115 115 | "async-lock 2.8.0",
|
116 116 | "autocfg",
|
117 117 | "blocking",
|
118 118 | "futures-lite 1.13.0",
|
119 119 | ]
|
120 120 |
|
121 121 | [[package]]
|
122 122 | name = "async-global-executor"
|
123 123 | version = "2.4.1"
|
124 124 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
125 125 | checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
|
126 126 | dependencies = [
|
127 127 | "async-channel 2.5.0",
|
128 128 | "async-executor",
|
129 129 | "async-io 2.6.0",
|
@@ -386,386 +448,448 @@
386 386 | ]
|
387 387 |
|
388 388 | [[package]]
|
389 389 | name = "aws-lc-fips-sys"
|
390 390 | version = "0.13.11"
|
391 391 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
392 392 | checksum = "df6ea8e07e2df15b9f09f2ac5ee2977369b06d116f0c4eb5fa4ad443b73c7f53"
|
393 393 | dependencies = [
|
394 394 | "bindgen",
|
395 395 | "cc",
|
396 396 | "cmake",
|
397 397 | "dunce",
|
398 398 | "fs_extra",
|
399 399 | "regex",
|
400 400 | ]
|
401 401 |
|
402 402 | [[package]]
|
403 403 | name = "aws-lc-rs"
|
404 404 | version = "1.15.4"
|
405 405 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
406 406 | checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
|
407 407 | dependencies = [
|
408 408 | "aws-lc-fips-sys",
|
409 409 | "aws-lc-sys",
|
410 410 | "untrusted 0.7.1",
|
411 411 | "zeroize",
|
412 412 | ]
|
413 413 |
|
414 414 | [[package]]
|
415 415 | name = "aws-lc-sys"
|
416 - | version = "0.37.0"
|
416 + | version = "0.37.1"
|
417 417 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
418 - | checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
|
418 + | checksum = "b092fe214090261288111db7a2b2c2118e5a7f30dc2569f1732c4069a6840549"
|
419 419 | dependencies = [
|
420 420 | "cc",
|
421 421 | "cmake",
|
422 422 | "dunce",
|
423 423 | "fs_extra",
|
424 424 | ]
|
425 425 |
|
426 426 | [[package]]
|
427 427 | name = "aws-runtime"
|
428 428 | version = "1.7.1"
|
429 429 | dependencies = [
|
430 430 | "arbitrary",
|
431 431 | "aws-credential-types",
|
432 432 | "aws-sigv4",
|
433 433 | "aws-smithy-async",
|
434 434 | "aws-smithy-eventstream",
|
435 435 | "aws-smithy-http",
|
436 436 | "aws-smithy-protocol-test",
|
437 437 | "aws-smithy-runtime",
|
438 438 | "aws-smithy-runtime-api",
|
439 439 | "aws-smithy-types",
|
440 440 | "aws-types",
|
441 441 | "bytes",
|
442 442 | "bytes-utils",
|
443 443 | "convert_case",
|
444 444 | "fastrand 2.3.0",
|
445 445 | "futures-util",
|
446 446 | "http 0.2.12",
|
447 447 | "http 1.4.0",
|
448 448 | "http-body 0.4.6",
|
@@ -1577,1577 +1676,1676 @@
1577 1577 | checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
1578 1578 |
|
1579 1579 | [[package]]
|
1580 1580 | name = "base64"
|
1581 1581 | version = "0.22.1"
|
1582 1582 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1583 1583 | checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
1584 1584 |
|
1585 1585 | [[package]]
|
1586 1586 | name = "base64-simd"
|
1587 1587 | version = "0.8.0"
|
1588 1588 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1589 1589 | checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
|
1590 1590 | dependencies = [
|
1591 1591 | "outref",
|
1592 1592 | "vsimd",
|
1593 1593 | ]
|
1594 1594 |
|
1595 1595 | [[package]]
|
1596 1596 | name = "base64ct"
|
1597 1597 | version = "1.8.3"
|
1598 1598 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1599 1599 | checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
|
1600 1600 |
|
1601 1601 | [[package]]
|
1602 1602 | name = "bindgen"
|
1603 1603 | version = "0.72.1"
|
1604 1604 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1605 1605 | checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
|
1606 1606 | dependencies = [
|
1607 - | "bitflags 2.10.0",
|
1607 + | "bitflags 2.11.0",
|
1608 1608 | "cexpr",
|
1609 1609 | "clang-sys",
|
1610 1610 | "itertools 0.13.0",
|
1611 1611 | "log",
|
1612 1612 | "prettyplease",
|
1613 1613 | "proc-macro2",
|
1614 1614 | "quote",
|
1615 1615 | "regex",
|
1616 1616 | "rustc-hash",
|
1617 1617 | "shlex",
|
1618 1618 | "syn",
|
1619 1619 | ]
|
1620 1620 |
|
1621 1621 | [[package]]
|
1622 1622 | name = "bit-set"
|
1623 1623 | version = "0.8.0"
|
1624 1624 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1625 1625 | checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
|
1626 1626 | dependencies = [
|
1627 1627 | "bit-vec",
|
1628 1628 | ]
|
1629 1629 |
|
1630 1630 | [[package]]
|
1631 1631 | name = "bit-vec"
|
1632 1632 | version = "0.8.0"
|
1633 1633 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1634 1634 | checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
|
1635 1635 |
|
1636 1636 | [[package]]
|
1637 1637 | name = "bitflags"
|
1638 1638 | version = "1.3.2"
|
1639 1639 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1640 1640 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
1641 1641 |
|
1642 1642 | [[package]]
|
1643 1643 | name = "bitflags"
|
1644 - | version = "2.10.0"
|
1644 + | version = "2.11.0"
|
1645 1645 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1646 - | checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
|
1646 + | checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
|
1647 1647 |
|
1648 1648 | [[package]]
|
1649 1649 | name = "block-buffer"
|
1650 1650 | version = "0.10.4"
|
1651 1651 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1652 1652 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
1653 1653 | dependencies = [
|
1654 1654 | "generic-array",
|
1655 1655 | ]
|
1656 1656 |
|
1657 1657 | [[package]]
|
1658 1658 | name = "blocking"
|
1659 1659 | version = "1.6.2"
|
1660 1660 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1661 1661 | checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
|
1662 1662 | dependencies = [
|
1663 1663 | "async-channel 2.5.0",
|
1664 1664 | "async-task",
|
1665 1665 | "futures-io",
|
1666 1666 | "futures-lite 2.6.1",
|
1667 1667 | "piper",
|
1668 1668 | ]
|
1669 1669 |
|
1670 1670 | [[package]]
|
1671 1671 | name = "bs58"
|
1672 1672 | version = "0.5.1"
|
1673 1673 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1674 1674 | checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
|
1675 1675 | dependencies = [
|
1676 1676 | "tinyvec",
|
@@ -1704,1704 +1766,1766 @@
1704 1704 | "either",
|
1705 1705 | ]
|
1706 1706 |
|
1707 1707 | [[package]]
|
1708 1708 | name = "cast"
|
1709 1709 | version = "0.3.0"
|
1710 1710 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1711 1711 | checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
1712 1712 |
|
1713 1713 | [[package]]
|
1714 1714 | name = "cbor-diag"
|
1715 1715 | version = "0.1.12"
|
1716 1716 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1717 1717 | checksum = "dc245b6ecd09b23901a4fbad1ad975701fd5061ceaef6afa93a2d70605a64429"
|
1718 1718 | dependencies = [
|
1719 1719 | "bs58",
|
1720 1720 | "chrono",
|
1721 1721 | "data-encoding",
|
1722 1722 | "half",
|
1723 1723 | "nom",
|
1724 1724 | "num-bigint",
|
1725 1725 | "num-rational",
|
1726 1726 | "num-traits",
|
1727 1727 | "separator",
|
1728 1728 | "url",
|
1729 1729 | "uuid",
|
1730 1730 | ]
|
1731 1731 |
|
1732 1732 | [[package]]
|
1733 1733 | name = "cc"
|
1734 - | version = "1.2.55"
|
1734 + | version = "1.2.56"
|
1735 1735 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1736 - | checksum = "47b26a0954ae34af09b50f0de26458fa95369a0d478d8236d3f93082b219bd29"
|
1736 + | checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2"
|
1737 1737 | dependencies = [
|
1738 1738 | "find-msvc-tools",
|
1739 1739 | "jobserver",
|
1740 1740 | "libc",
|
1741 1741 | "shlex",
|
1742 1742 | ]
|
1743 1743 |
|
1744 1744 | [[package]]
|
1745 1745 | name = "cexpr"
|
1746 1746 | version = "0.6.0"
|
1747 1747 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1748 1748 | checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
1749 1749 | dependencies = [
|
1750 1750 | "nom",
|
1751 1751 | ]
|
1752 1752 |
|
1753 1753 | [[package]]
|
1754 1754 | name = "cfg-if"
|
1755 1755 | version = "1.0.4"
|
1756 1756 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1757 1757 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
1758 1758 |
|
1759 1759 | [[package]]
|
1760 1760 | name = "chrono"
|
1761 1761 | version = "0.4.43"
|
1762 1762 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1763 1763 | checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118"
|
1764 1764 | dependencies = [
|
1765 1765 | "num-traits",
|
1766 1766 | ]
|
@@ -1778,1778 +1849,1849 @@
1778 1778 |
|
1779 1779 | [[package]]
|
1780 1780 | name = "ciborium-io"
|
1781 1781 | version = "0.2.2"
|
1782 1782 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1783 1783 | checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
|
1784 1784 |
|
1785 1785 | [[package]]
|
1786 1786 | name = "ciborium-ll"
|
1787 1787 | version = "0.2.2"
|
1788 1788 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1789 1789 | checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
|
1790 1790 | dependencies = [
|
1791 1791 | "ciborium-io",
|
1792 1792 | "half",
|
1793 1793 | ]
|
1794 1794 |
|
1795 1795 | [[package]]
|
1796 1796 | name = "clang-sys"
|
1797 1797 | version = "1.8.1"
|
1798 1798 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1799 1799 | checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
1800 1800 | dependencies = [
|
1801 1801 | "glob",
|
1802 1802 | "libc",
|
1803 1803 | "libloading",
|
1804 1804 | ]
|
1805 1805 |
|
1806 1806 | [[package]]
|
1807 1807 | name = "clap"
|
1808 - | version = "4.5.58"
|
1808 + | version = "4.5.59"
|
1809 1809 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1810 - | checksum = "63be97961acde393029492ce0be7a1af7e323e6bae9511ebfac33751be5e6806"
|
1810 + | checksum = "c5caf74d17c3aec5495110c34cc3f78644bfa89af6c8993ed4de2790e49b6499"
|
1811 1811 | dependencies = [
|
1812 1812 | "clap_builder",
|
1813 1813 | ]
|
1814 1814 |
|
1815 1815 | [[package]]
|
1816 1816 | name = "clap_builder"
|
1817 - | version = "4.5.58"
|
1817 + | version = "4.5.59"
|
1818 1818 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1819 - | checksum = "7f13174bda5dfd69d7e947827e5af4b0f2f94a4a3ee92912fba07a66150f21e2"
|
1819 + | checksum = "370daa45065b80218950227371916a1633217ae42b2715b2287b606dcd618e24"
|
1820 1820 | dependencies = [
|
1821 1821 | "anstyle",
|
1822 1822 | "clap_lex",
|
1823 1823 | ]
|
1824 1824 |
|
1825 1825 | [[package]]
|
1826 1826 | name = "clap_lex"
|
1827 1827 | version = "1.0.0"
|
1828 1828 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1829 1829 | checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831"
|
1830 1830 |
|
1831 1831 | [[package]]
|
1832 1832 | name = "cmake"
|
1833 1833 | version = "0.1.57"
|
1834 1834 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1835 1835 | checksum = "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d"
|
1836 1836 | dependencies = [
|
1837 1837 | "cc",
|
1838 1838 | ]
|
1839 1839 |
|
1840 1840 | [[package]]
|
1841 1841 | name = "concurrent-queue"
|
1842 1842 | version = "2.5.0"
|
1843 1843 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1844 1844 | checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
1845 1845 | dependencies = [
|
1846 1846 | "crossbeam-utils",
|
1847 1847 | ]
|
1848 1848 |
|
1849 1849 | [[package]]
|
@@ -2329,2329 +2496,2495 @@
2329 2329 |
|
2330 2330 | [[package]]
|
2331 2331 | name = "foldhash"
|
2332 2332 | version = "0.1.5"
|
2333 2333 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2334 2334 | checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
2335 2335 |
|
2336 2336 | [[package]]
|
2337 2337 | name = "foldhash"
|
2338 2338 | version = "0.2.0"
|
2339 2339 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2340 2340 | checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
|
2341 2341 |
|
2342 2342 | [[package]]
|
2343 2343 | name = "form_urlencoded"
|
2344 2344 | version = "1.2.2"
|
2345 2345 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2346 2346 | checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
|
2347 2347 | dependencies = [
|
2348 2348 | "percent-encoding",
|
2349 2349 | ]
|
2350 2350 |
|
2351 2351 | [[package]]
|
2352 2352 | name = "fs_extra"
|
2353 2353 | version = "1.3.0"
|
2354 2354 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2355 2355 | checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
|
2356 2356 |
|
2357 2357 | [[package]]
|
2358 2358 | name = "futures"
|
2359 - | version = "0.3.31"
|
2359 + | version = "0.3.32"
|
2360 2360 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2361 - | checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
|
2361 + | checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
|
2362 2362 | dependencies = [
|
2363 2363 | "futures-channel",
|
2364 2364 | "futures-core",
|
2365 2365 | "futures-io",
|
2366 2366 | "futures-sink",
|
2367 2367 | "futures-task",
|
2368 2368 | "futures-util",
|
2369 2369 | ]
|
2370 2370 |
|
2371 2371 | [[package]]
|
2372 2372 | name = "futures-channel"
|
2373 - | version = "0.3.31"
|
2373 + | version = "0.3.32"
|
2374 2374 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2375 - | checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
2375 + | checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
|
2376 2376 | dependencies = [
|
2377 2377 | "futures-core",
|
2378 2378 | "futures-sink",
|
2379 2379 | ]
|
2380 2380 |
|
2381 2381 | [[package]]
|
2382 2382 | name = "futures-core"
|
2383 - | version = "0.3.31"
|
2383 + | version = "0.3.32"
|
2384 2384 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2385 - | checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
2385 + | checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
|
2386 2386 |
|
2387 2387 | [[package]]
|
2388 2388 | name = "futures-executor"
|
2389 - | version = "0.3.31"
|
2389 + | version = "0.3.32"
|
2390 2390 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2391 - | checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
2391 + | checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
|
2392 2392 | dependencies = [
|
2393 2393 | "futures-core",
|
2394 2394 | "futures-task",
|
2395 2395 | "futures-util",
|
2396 2396 | ]
|
2397 2397 |
|
2398 2398 | [[package]]
|
2399 2399 | name = "futures-io"
|
2400 - | version = "0.3.31"
|
2400 + | version = "0.3.32"
|
2401 2401 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2402 - | checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
2402 + | checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
|
2403 2403 |
|
2404 2404 | [[package]]
|
2405 2405 | name = "futures-lite"
|
2406 2406 | version = "1.13.0"
|
2407 2407 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2408 2408 | checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
|
2409 2409 | dependencies = [
|
2410 2410 | "fastrand 1.9.0",
|
2411 2411 | "futures-core",
|
2412 2412 | "futures-io",
|
2413 2413 | "memchr",
|
2414 2414 | "parking",
|
2415 2415 | "pin-project-lite",
|
2416 2416 | "waker-fn",
|
2417 2417 | ]
|
2418 2418 |
|
2419 2419 | [[package]]
|
2420 2420 | name = "futures-lite"
|
2421 2421 | version = "2.6.1"
|
2422 2422 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2423 2423 | checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
|
2424 2424 | dependencies = [
|
2425 2425 | "fastrand 2.3.0",
|
2426 2426 | "futures-core",
|
2427 2427 | "futures-io",
|
2428 2428 | "parking",
|
2429 2429 | "pin-project-lite",
|
2430 2430 | ]
|
2431 2431 |
|
2432 2432 | [[package]]
|
2433 2433 | name = "futures-macro"
|
2434 - | version = "0.3.31"
|
2434 + | version = "0.3.32"
|
2435 2435 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2436 - | checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
2436 + | checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
|
2437 2437 | dependencies = [
|
2438 2438 | "proc-macro2",
|
2439 2439 | "quote",
|
2440 2440 | "syn",
|
2441 2441 | ]
|
2442 2442 |
|
2443 2443 | [[package]]
|
2444 2444 | name = "futures-sink"
|
2445 - | version = "0.3.31"
|
2445 + | version = "0.3.32"
|
2446 2446 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2447 - | checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
2447 + | checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
|
2448 2448 |
|
2449 2449 | [[package]]
|
2450 2450 | name = "futures-task"
|
2451 - | version = "0.3.31"
|
2451 + | version = "0.3.32"
|
2452 2452 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2453 - | checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
2453 + | checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
|
2454 2454 |
|
2455 2455 | [[package]]
|
2456 2456 | name = "futures-util"
|
2457 - | version = "0.3.31"
|
2457 + | version = "0.3.32"
|
2458 2458 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2459 - | checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
2459 + | checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
|
2460 2460 | dependencies = [
|
2461 2461 | "futures-core",
|
2462 2462 | "futures-macro",
|
2463 2463 | "futures-sink",
|
2464 2464 | "futures-task",
|
2465 2465 | "pin-project-lite",
|
2466 - | "pin-utils",
|
2467 2466 | "slab",
|
2468 2467 | ]
|
2469 2468 |
|
2470 2469 | [[package]]
|
2471 2470 | name = "generic-array"
|
2472 2471 | version = "0.14.9"
|
2473 2472 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2474 2473 | checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
|
2475 2474 | dependencies = [
|
2476 2475 | "typenum",
|
2477 2476 | "version_check",
|
2478 2477 | "zeroize",
|
2479 2478 | ]
|
2480 2479 |
|
2481 2480 | [[package]]
|
2482 2481 | name = "getrandom"
|
2483 2482 | version = "0.2.17"
|
2484 2483 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2485 2484 | checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
|
2486 2485 | dependencies = [
|
2487 2486 | "cfg-if",
|
2488 2487 | "libc",
|
2489 2488 | "wasi",
|
2490 2489 | ]
|
2491 2490 |
|
2492 2491 | [[package]]
|
2493 2492 | name = "getrandom"
|
2494 2493 | version = "0.3.4"
|
2495 2494 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2496 2495 | checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
@@ -3130,3129 +3192,3191 @@
3130 3129 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3131 3130 | checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3"
|
3132 3131 | dependencies = [
|
3133 3132 | "once_cell",
|
3134 3133 | "wasm-bindgen",
|
3135 3134 | ]
|
3136 3135 |
|
3137 3136 | [[package]]
|
3138 3137 | name = "kv-log-macro"
|
3139 3138 | version = "1.0.7"
|
3140 3139 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3141 3140 | checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
|
3142 3141 | dependencies = [
|
3143 3142 | "log",
|
3144 3143 | ]
|
3145 3144 |
|
3146 3145 | [[package]]
|
3147 3146 | name = "lazy_static"
|
3148 3147 | version = "1.5.0"
|
3149 3148 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3150 3149 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
3151 3150 |
|
3152 3151 | [[package]]
|
3153 3152 | name = "leb128fmt"
|
3154 3153 | version = "0.1.0"
|
3155 3154 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3156 3155 | checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
|
3157 3156 |
|
3158 3157 | [[package]]
|
3159 3158 | name = "libc"
|
3160 - | version = "0.2.181"
|
3159 + | version = "0.2.182"
|
3161 3160 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3162 - | checksum = "459427e2af2b9c839b132acb702a1c654d95e10f8c326bfc2ad11310e458b1c5"
|
3161 + | checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
|
3163 3162 |
|
3164 3163 | [[package]]
|
3165 3164 | name = "libloading"
|
3166 3165 | version = "0.8.9"
|
3167 3166 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3168 3167 | checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
|
3169 3168 | dependencies = [
|
3170 3169 | "cfg-if",
|
3171 3170 | "windows-link",
|
3172 3171 | ]
|
3173 3172 |
|
3174 3173 | [[package]]
|
3175 3174 | name = "libmimalloc-sys"
|
3176 3175 | version = "0.1.44"
|
3177 3176 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3178 3177 | checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
|
3179 3178 | dependencies = [
|
3180 3179 | "cc",
|
3181 3180 | "libc",
|
3182 3181 | ]
|
3183 3182 |
|
3184 3183 | [[package]]
|
3185 3184 | name = "linux-raw-sys"
|
3186 3185 | version = "0.3.8"
|
3187 3186 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3188 3187 | checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
3189 3188 |
|
3190 3189 | [[package]]
|
3191 3190 | name = "linux-raw-sys"
|
3192 3191 | version = "0.4.15"
|
@@ -3676,3675 +3736,3735 @@
3676 3675 | "proc-macro2",
|
3677 3676 | "syn",
|
3678 3677 | ]
|
3679 3678 |
|
3680 3679 | [[package]]
|
3681 3680 | name = "primeorder"
|
3682 3681 | version = "0.13.6"
|
3683 3682 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3684 3683 | checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
|
3685 3684 | dependencies = [
|
3686 3685 | "elliptic-curve 0.13.8",
|
3687 3686 | ]
|
3688 3687 |
|
3689 3688 | [[package]]
|
3690 3689 | name = "proc-macro2"
|
3691 3690 | version = "1.0.106"
|
3692 3691 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3693 3692 | checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
3694 3693 | dependencies = [
|
3695 3694 | "unicode-ident",
|
3696 3695 | ]
|
3697 3696 |
|
3698 3697 | [[package]]
|
3699 3698 | name = "proptest"
|
3700 3699 | version = "1.10.0"
|
3701 3700 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3702 3701 | checksum = "37566cb3fdacef14c0737f9546df7cfeadbfbc9fef10991038bf5015d0c80532"
|
3703 3702 | dependencies = [
|
3704 3703 | "bit-set",
|
3705 3704 | "bit-vec",
|
3706 - | "bitflags 2.10.0",
|
3705 + | "bitflags 2.11.0",
|
3707 3706 | "num-traits",
|
3708 3707 | "rand 0.9.2",
|
3709 3708 | "rand_chacha 0.9.0",
|
3710 3709 | "rand_xorshift",
|
3711 3710 | "regex-syntax",
|
3712 3711 | "rusty-fork",
|
3713 3712 | "tempfile",
|
3714 3713 | "unarray",
|
3715 3714 | ]
|
3716 3715 |
|
3717 3716 | [[package]]
|
3718 3717 | name = "quick-error"
|
3719 3718 | version = "1.2.3"
|
3720 3719 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3721 3720 | checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
3722 3721 |
|
3723 3722 | [[package]]
|
3724 3723 | name = "quote"
|
3725 3724 | version = "1.0.44"
|
3726 3725 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3727 3726 | checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
|
3728 3727 | dependencies = [
|
3729 3728 | "proc-macro2",
|
3730 3729 | ]
|
3731 3730 |
|
3732 3731 | [[package]]
|
3733 3732 | name = "r-efi"
|
3734 3733 | version = "5.3.0"
|
3735 3734 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3736 3735 | checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
@@ -3802,3801 +3862,3861 @@
3802 3801 | dependencies = [
|
3803 3802 | "rand_core 0.9.5",
|
3804 3803 | ]
|
3805 3804 |
|
3806 3805 | [[package]]
|
3807 3806 | name = "rayon"
|
3808 3807 | version = "1.11.0"
|
3809 3808 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3810 3809 | checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
|
3811 3810 | dependencies = [
|
3812 3811 | "either",
|
3813 3812 | "rayon-core",
|
3814 3813 | ]
|
3815 3814 |
|
3816 3815 | [[package]]
|
3817 3816 | name = "rayon-core"
|
3818 3817 | version = "1.13.0"
|
3819 3818 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3820 3819 | checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
|
3821 3820 | dependencies = [
|
3822 3821 | "crossbeam-deque",
|
3823 3822 | "crossbeam-utils",
|
3824 3823 | ]
|
3825 3824 |
|
3826 3825 | [[package]]
|
3827 3826 | name = "redox_syscall"
|
3828 3827 | version = "0.5.18"
|
3829 3828 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3830 3829 | checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
3831 3830 | dependencies = [
|
3832 - | "bitflags 2.10.0",
|
3831 + | "bitflags 2.11.0",
|
3833 3832 | ]
|
3834 3833 |
|
3835 3834 | [[package]]
|
3836 3835 | name = "regex"
|
3837 3836 | version = "1.12.3"
|
3838 3837 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3839 3838 | checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
|
3840 3839 | dependencies = [
|
3841 3840 | "aho-corasick",
|
3842 3841 | "memchr",
|
3843 3842 | "regex-automata",
|
3844 3843 | "regex-syntax",
|
3845 3844 | ]
|
3846 3845 |
|
3847 3846 | [[package]]
|
3848 3847 | name = "regex-automata"
|
3849 3848 | version = "0.4.14"
|
3850 3849 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3851 3850 | checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
|
3852 3851 | dependencies = [
|
3853 3852 | "aho-corasick",
|
3854 3853 | "memchr",
|
3855 3854 | "regex-syntax",
|
3856 3855 | ]
|
3857 3856 |
|
3858 3857 | [[package]]
|
3859 3858 | name = "regex-lite"
|
3860 3859 | version = "0.1.9"
|
3861 3860 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3862 3861 | checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973"
|
@@ -3925,3924 +3998,3997 @@
3925 3924 |
|
3926 3925 | [[package]]
|
3927 3926 | name = "rustc_version"
|
3928 3927 | version = "0.4.1"
|
3929 3928 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3930 3929 | checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
3931 3930 | dependencies = [
|
3932 3931 | "semver",
|
3933 3932 | ]
|
3934 3933 |
|
3935 3934 | [[package]]
|
3936 3935 | name = "rustix"
|
3937 3936 | version = "0.37.28"
|
3938 3937 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3939 3938 | checksum = "519165d378b97752ca44bbe15047d5d3409e875f39327546b42ac81d7e18c1b6"
|
3940 3939 | dependencies = [
|
3941 3940 | "bitflags 1.3.2",
|
3942 3941 | "errno",
|
3943 3942 | "io-lifetimes",
|
3944 3943 | "libc",
|
3945 3944 | "linux-raw-sys 0.3.8",
|
3946 3945 | "windows-sys 0.48.0",
|
3947 3946 | ]
|
3948 3947 |
|
3949 3948 | [[package]]
|
3950 3949 | name = "rustix"
|
3951 3950 | version = "0.38.44"
|
3952 3951 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3953 3952 | checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
3954 3953 | dependencies = [
|
3955 - | "bitflags 2.10.0",
|
3954 + | "bitflags 2.11.0",
|
3956 3955 | "errno",
|
3957 3956 | "libc",
|
3958 3957 | "linux-raw-sys 0.4.15",
|
3959 3958 | "windows-sys 0.59.0",
|
3960 3959 | ]
|
3961 3960 |
|
3962 3961 | [[package]]
|
3963 3962 | name = "rustix"
|
3964 3963 | version = "1.1.3"
|
3965 3964 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3966 3965 | checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
|
3967 3966 | dependencies = [
|
3968 - | "bitflags 2.10.0",
|
3967 + | "bitflags 2.11.0",
|
3969 3968 | "errno",
|
3970 3969 | "libc",
|
3971 3970 | "linux-raw-sys 0.11.0",
|
3972 3971 | "windows-sys 0.61.2",
|
3973 3972 | ]
|
3974 3973 |
|
3975 3974 | [[package]]
|
3976 3975 | name = "rustls"
|
3977 3976 | version = "0.21.12"
|
3978 3977 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3979 3978 | checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
3980 3979 | dependencies = [
|
3981 3980 | "log",
|
3982 3981 | "ring",
|
3983 3982 | "rustls-webpki 0.101.7",
|
3984 3983 | "sct",
|
3985 3984 | ]
|
3986 3985 |
|
3987 3986 | [[package]]
|
3988 3987 | name = "rustls"
|
3989 3988 | version = "0.23.36"
|
3990 3989 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3991 3990 | checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b"
|
3992 3991 | dependencies = [
|
3993 3992 | "aws-lc-rs",
|
3994 3993 | "log",
|
3995 3994 | "once_cell",
|
3996 3995 | "ring",
|
3997 3996 | "rustls-pki-types",
|
3998 3997 | "rustls-webpki 0.103.9",
|
@@ -4179,4178 +4254,4253 @@
4179 4178 | [[package]]
|
4180 4179 | name = "sec1"
|
4181 4180 | version = "0.3.0"
|
4182 4181 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4183 4182 | checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
|
4184 4183 | dependencies = [
|
4185 4184 | "base16ct 0.1.1",
|
4186 4185 | "der 0.6.1",
|
4187 4186 | "generic-array",
|
4188 4187 | "pkcs8 0.9.0",
|
4189 4188 | "subtle",
|
4190 4189 | "zeroize",
|
4191 4190 | ]
|
4192 4191 |
|
4193 4192 | [[package]]
|
4194 4193 | name = "sec1"
|
4195 4194 | version = "0.7.3"
|
4196 4195 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4197 4196 | checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
|
4198 4197 | dependencies = [
|
4199 4198 | "base16ct 0.2.0",
|
4200 4199 | "der 0.7.10",
|
4201 4200 | "generic-array",
|
4202 4201 | "pkcs8 0.10.2",
|
4203 4202 | "subtle",
|
4204 4203 | "zeroize",
|
4205 4204 | ]
|
4206 4205 |
|
4207 4206 | [[package]]
|
4208 4207 | name = "security-framework"
|
4209 - | version = "3.5.1"
|
4208 + | version = "3.6.0"
|
4210 4209 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4211 - | checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
|
4210 + | checksum = "d17b898a6d6948c3a8ee4372c17cb384f90d2e6e912ef00895b14fd7ab54ec38"
|
4212 4211 | dependencies = [
|
4213 - | "bitflags 2.10.0",
|
4212 + | "bitflags 2.11.0",
|
4214 4213 | "core-foundation 0.10.1",
|
4215 4214 | "core-foundation-sys",
|
4216 4215 | "libc",
|
4217 4216 | "security-framework-sys",
|
4218 4217 | ]
|
4219 4218 |
|
4220 4219 | [[package]]
|
4221 4220 | name = "security-framework-sys"
|
4222 - | version = "2.15.0"
|
4221 + | version = "2.16.0"
|
4223 4222 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4224 - | checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
|
4223 + | checksum = "321c8673b092a9a42605034a9879d73cb79101ed5fd117bc9a597b89b4e9e61a"
|
4225 4224 | dependencies = [
|
4226 4225 | "core-foundation-sys",
|
4227 4226 | "libc",
|
4228 4227 | ]
|
4229 4228 |
|
4230 4229 | [[package]]
|
4231 4230 | name = "semver"
|
4232 4231 | version = "1.0.27"
|
4233 4232 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4234 4233 | checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
|
4235 4234 |
|
4236 4235 | [[package]]
|
4237 4236 | name = "separator"
|
4238 4237 | version = "0.4.1"
|
4239 4238 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4240 4239 | checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5"
|
4241 4240 |
|
4242 4241 | [[package]]
|
4243 4242 | name = "serde"
|
4244 4243 | version = "1.0.228"
|
4245 4244 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4246 4245 | checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
4247 4246 | dependencies = [
|
4248 4247 | "serde_core",
|
4249 4248 | "serde_derive",
|
4250 4249 | ]
|
4251 4250 |
|
4252 4251 | [[package]]
|
4253 4252 | name = "serde_core"
|
4254 4253 | version = "1.0.228"
|
@@ -4460,4459 +4546,4545 @@
4460 4459 | [[package]]
|
4461 4460 | name = "spki"
|
4462 4461 | version = "0.7.3"
|
4463 4462 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4464 4463 | checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
|
4465 4464 | dependencies = [
|
4466 4465 | "base64ct",
|
4467 4466 | "der 0.7.10",
|
4468 4467 | ]
|
4469 4468 |
|
4470 4469 | [[package]]
|
4471 4470 | name = "stable_deref_trait"
|
4472 4471 | version = "1.2.1"
|
4473 4472 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4474 4473 | checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
|
4475 4474 |
|
4476 4475 | [[package]]
|
4477 4476 | name = "stats_alloc"
|
4478 4477 | version = "0.1.10"
|
4479 4478 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4480 4479 | checksum = "5c0e04424e733e69714ca1bbb9204c1a57f09f5493439520f9f68c132ad25eec"
|
4481 4480 |
|
4482 4481 | [[package]]
|
4483 4482 | name = "subtle"
|
4484 4483 | version = "2.6.1"
|
4485 4484 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4486 4485 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
4487 4486 |
|
4488 4487 | [[package]]
|
4489 4488 | name = "syn"
|
4490 - | version = "2.0.114"
|
4489 + | version = "2.0.116"
|
4491 4490 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4492 - | checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
|
4491 + | checksum = "3df424c70518695237746f84cede799c9c58fcb37450d7b23716568cc8bc69cb"
|
4493 4492 | dependencies = [
|
4494 4493 | "proc-macro2",
|
4495 4494 | "quote",
|
4496 4495 | "unicode-ident",
|
4497 4496 | ]
|
4498 4497 |
|
4499 4498 | [[package]]
|
4500 4499 | name = "synstructure"
|
4501 4500 | version = "0.13.2"
|
4502 4501 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4503 4502 | checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
4504 4503 | dependencies = [
|
4505 4504 | "proc-macro2",
|
4506 4505 | "quote",
|
4507 4506 | "syn",
|
4508 4507 | ]
|
4509 4508 |
|
4510 4509 | [[package]]
|
4511 4510 | name = "system-configuration"
|
4512 4511 | version = "0.7.0"
|
4513 4512 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4514 4513 | checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
|
4515 4514 | dependencies = [
|
4516 - | "bitflags 2.10.0",
|
4515 + | "bitflags 2.11.0",
|
4517 4516 | "core-foundation 0.9.4",
|
4518 4517 | "system-configuration-sys",
|
4519 4518 | ]
|
4520 4519 |
|
4521 4520 | [[package]]
|
4522 4521 | name = "system-configuration-sys"
|
4523 4522 | version = "0.6.0"
|
4524 4523 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4525 4524 | checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
4526 4525 | dependencies = [
|
4527 4526 | "core-foundation-sys",
|
4528 4527 | "libc",
|
4529 4528 | ]
|
4530 4529 |
|
4531 4530 | [[package]]
|
4532 4531 | name = "tagptr"
|
4533 4532 | version = "0.2.0"
|
4534 4533 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4535 4534 | checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
|
4536 4535 |
|
4537 4536 | [[package]]
|
4538 4537 | name = "tempfile"
|
4539 4538 | version = "3.25.0"
|
4540 4539 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4541 4540 | checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1"
|
4542 4541 | dependencies = [
|
4543 4542 | "fastrand 2.3.0",
|
4544 4543 | "getrandom 0.4.1",
|
4545 4544 | "once_cell",
|
4546 4545 | "rustix 1.1.3",
|
@@ -4867,4866 +4985,4984 @@
4867 4866 | [[package]]
|
4868 4867 | name = "tracing-test-macro"
|
4869 4868 | version = "0.2.6"
|
4870 4869 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4871 4870 | checksum = "ad06847b7afb65c7866a36664b75c40b895e318cea4f71299f013fb22965329d"
|
4872 4871 | dependencies = [
|
4873 4872 | "quote",
|
4874 4873 | "syn",
|
4875 4874 | ]
|
4876 4875 |
|
4877 4876 | [[package]]
|
4878 4877 | name = "try-lock"
|
4879 4878 | version = "0.2.5"
|
4880 4879 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4881 4880 | checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
4882 4881 |
|
4883 4882 | [[package]]
|
4884 4883 | name = "typenum"
|
4885 4884 | version = "1.19.0"
|
4886 4885 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4887 4886 | checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
|
4888 4887 |
|
4889 4888 | [[package]]
|
4890 4889 | name = "unarray"
|
4891 4890 | version = "0.1.4"
|
4892 4891 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4893 4892 | checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
|
4894 4893 |
|
4895 4894 | [[package]]
|
4896 4895 | name = "unicode-ident"
|
4897 - | version = "1.0.23"
|
4896 + | version = "1.0.24"
|
4898 4897 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4899 - | checksum = "537dd038a89878be9b64dd4bd1b260315c1bb94f4d784956b81e27a088d9a09e"
|
4898 + | checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
4900 4899 |
|
4901 4900 | [[package]]
|
4902 4901 | name = "unicode-segmentation"
|
4903 4902 | version = "1.12.0"
|
4904 4903 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4905 4904 | checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
|
4906 4905 |
|
4907 4906 | [[package]]
|
4908 4907 | name = "unicode-xid"
|
4909 4908 | version = "0.2.6"
|
4910 4909 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4911 4910 | checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
|
4912 4911 |
|
4913 4912 | [[package]]
|
4914 4913 | name = "untrusted"
|
4915 4914 | version = "0.7.1"
|
4916 4915 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4917 4916 | checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
4918 4917 |
|
4919 4918 | [[package]]
|
4920 4919 | name = "untrusted"
|
4921 4920 | version = "0.9.0"
|
4922 4921 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4923 4922 | checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
4924 4923 |
|
4925 4924 | [[package]]
|
4926 4925 | name = "url"
|
4927 4926 | version = "2.5.8"
|
4928 4927 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4929 4928 | checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
|
4930 4929 | dependencies = [
|
4931 4930 | "form_urlencoded",
|
4932 4931 | "idna",
|
4933 4932 | "percent-encoding",
|
4934 4933 | "serde",
|
4935 4934 | ]
|
4936 4935 |
|
4937 4936 | [[package]]
|
4938 4937 | name = "urlencoding"
|
4939 4938 | version = "2.1.3"
|
4940 4939 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4941 4940 | checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
4942 4941 |
|
4943 4942 | [[package]]
|
4944 4943 | name = "utf8_iter"
|
4945 4944 | version = "1.0.4"
|
4946 4945 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4947 4946 | checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
4948 4947 |
|
4949 4948 | [[package]]
|
4950 4949 | name = "uuid"
|
4951 - | version = "1.20.0"
|
4950 + | version = "1.21.0"
|
4952 4951 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4953 - | checksum = "ee48d38b119b0cd71fe4141b30f5ba9c7c5d9f4e7a3a8b4a674e4b6ef789976f"
|
4952 + | checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb"
|
4954 4953 | dependencies = [
|
4955 - | "getrandom 0.3.4",
|
4954 + | "getrandom 0.4.1",
|
4956 4955 | "js-sys",
|
4957 4956 | "wasm-bindgen",
|
4958 4957 | ]
|
4959 4958 |
|
4960 4959 | [[package]]
|
4961 4960 | name = "valuable"
|
4962 4961 | version = "0.1.1"
|
4963 4962 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4964 4963 | checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
|
4965 4964 |
|
4966 4965 | [[package]]
|
4967 4966 | name = "value-bag"
|
4968 4967 | version = "1.12.0"
|
4969 4968 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4970 4969 | checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
|
4971 4970 |
|
4972 4971 | [[package]]
|
4973 4972 | name = "version_check"
|
4974 4973 | version = "0.9.5"
|
4975 4974 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4976 4975 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
4977 4976 |
|
4978 4977 | [[package]]
|
4979 4978 | name = "vsimd"
|
4980 4979 | version = "0.8.0"
|
4981 4980 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4982 4981 | checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
|
4983 4982 |
|
4984 4983 | [[package]]
|
4985 4984 | name = "wait-timeout"
|
@@ -5099,5098 +5159,5158 @@
5099 5098 | ]
|
5100 5099 |
|
5101 5100 | [[package]]
|
5102 5101 | name = "wasm-encoder"
|
5103 5102 | version = "0.244.0"
|
5104 5103 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5105 5104 | checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
|
5106 5105 | dependencies = [
|
5107 5106 | "leb128fmt",
|
5108 5107 | "wasmparser",
|
5109 5108 | ]
|
5110 5109 |
|
5111 5110 | [[package]]
|
5112 5111 | name = "wasm-metadata"
|
5113 5112 | version = "0.244.0"
|
5114 5113 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5115 5114 | checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
|
5116 5115 | dependencies = [
|
5117 5116 | "anyhow",
|
5118 5117 | "indexmap",
|
5119 5118 | "wasm-encoder",
|
5120 5119 | "wasmparser",
|
5121 5120 | ]
|
5122 5121 |
|
5123 5122 | [[package]]
|
5124 5123 | name = "wasmparser"
|
5125 5124 | version = "0.244.0"
|
5126 5125 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5127 5126 | checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
|
5128 5127 | dependencies = [
|
5129 - | "bitflags 2.10.0",
|
5128 + | "bitflags 2.11.0",
|
5130 5129 | "hashbrown 0.15.5",
|
5131 5130 | "indexmap",
|
5132 5131 | "semver",
|
5133 5132 | ]
|
5134 5133 |
|
5135 5134 | [[package]]
|
5136 5135 | name = "web-sys"
|
5137 5136 | version = "0.3.85"
|
5138 5137 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5139 5138 | checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598"
|
5140 5139 | dependencies = [
|
5141 5140 | "js-sys",
|
5142 5141 | "wasm-bindgen",
|
5143 5142 | ]
|
5144 5143 |
|
5145 5144 | [[package]]
|
5146 5145 | name = "webpki-roots"
|
5147 5146 | version = "0.25.4"
|
5148 5147 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5149 5148 | checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
|
5150 5149 |
|
5151 5150 | [[package]]
|
5152 5151 | name = "widestring"
|
5153 5152 | version = "1.2.1"
|
5154 5153 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5155 5154 | checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
|
5156 5155 |
|
5157 5156 | [[package]]
|
5158 5157 | name = "winapi"
|
5159 5158 | version = "0.3.9"
|
@@ -5440,5439 +5561,5560 @@
5440 5439 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
5441 5440 |
|
5442 5441 | [[package]]
|
5443 5442 | name = "windows_x86_64_msvc"
|
5444 5443 | version = "0.52.6"
|
5445 5444 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5446 5445 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
5447 5446 |
|
5448 5447 | [[package]]
|
5449 5448 | name = "windows_x86_64_msvc"
|
5450 5449 | version = "0.53.1"
|
5451 5450 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5452 5451 | checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
5453 5452 |
|
5454 5453 | [[package]]
|
5455 5454 | name = "winreg"
|
5456 5455 | version = "0.50.0"
|
5457 5456 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5458 5457 | checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
5459 5458 | dependencies = [
|
5460 5459 | "cfg-if",
|
5461 5460 | "windows-sys 0.48.0",
|
5462 5461 | ]
|
5463 5462 |
|
5464 5463 | [[package]]
|
5465 5464 | name = "wit-bindgen"
|
5466 5465 | version = "0.46.0"
|
5467 5466 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5468 5467 | checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
|
5469 5468 | dependencies = [
|
5470 - | "bitflags 2.10.0",
|
5469 + | "bitflags 2.11.0",
|
5471 5470 | ]
|
5472 5471 |
|
5473 5472 | [[package]]
|
5474 5473 | name = "wit-bindgen"
|
5475 5474 | version = "0.51.0"
|
5476 5475 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5477 5476 | checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
5478 5477 | dependencies = [
|
5479 5478 | "wit-bindgen-rust-macro",
|
5480 5479 | ]
|
5481 5480 |
|
5482 5481 | [[package]]
|
5483 5482 | name = "wit-bindgen-core"
|
5484 5483 | version = "0.51.0"
|
5485 5484 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5486 5485 | checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
|
5487 5486 | dependencies = [
|
5488 5487 | "anyhow",
|
5489 5488 | "heck",
|
5490 5489 | "wit-parser",
|
5491 5490 | ]
|
5492 5491 |
|
5493 5492 | [[package]]
|
5494 5493 | name = "wit-bindgen-rust"
|
5495 5494 | version = "0.51.0"
|
5496 5495 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5497 5496 | checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
|
5498 5497 | dependencies = [
|
5499 5498 | "anyhow",
|
5500 5499 | "heck",
|
5501 5500 | "indexmap",
|
5502 5501 | "prettyplease",
|
5503 5502 | "syn",
|
5504 5503 | "wasm-metadata",
|
5505 5504 | "wit-bindgen-core",
|
5506 5505 | "wit-component",
|
5507 5506 | ]
|
5508 5507 |
|
5509 5508 | [[package]]
|
5510 5509 | name = "wit-bindgen-rust-macro"
|
5511 5510 | version = "0.51.0"
|
5512 5511 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5513 5512 | checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
|
5514 5513 | dependencies = [
|
5515 5514 | "anyhow",
|
5516 5515 | "prettyplease",
|
5517 5516 | "proc-macro2",
|
5518 5517 | "quote",
|
5519 5518 | "syn",
|
5520 5519 | "wit-bindgen-core",
|
5521 5520 | "wit-bindgen-rust",
|
5522 5521 | ]
|
5523 5522 |
|
5524 5523 | [[package]]
|
5525 5524 | name = "wit-component"
|
5526 5525 | version = "0.244.0"
|
5527 5526 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5528 5527 | checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
|
5529 5528 | dependencies = [
|
5530 5529 | "anyhow",
|
5531 - | "bitflags 2.10.0",
|
5530 + | "bitflags 2.11.0",
|
5532 5531 | "indexmap",
|
5533 5532 | "log",
|
5534 5533 | "serde",
|
5535 5534 | "serde_derive",
|
5536 5535 | "serde_json",
|
5537 5536 | "wasm-encoder",
|
5538 5537 | "wasm-metadata",
|
5539 5538 | "wasmparser",
|
5540 5539 | "wit-parser",
|
5541 5540 | ]
|
5542 5541 |
|
5543 5542 | [[package]]
|
5544 5543 | name = "wit-parser"
|
5545 5544 | version = "0.244.0"
|
5546 5545 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5547 5546 | checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
|
5548 5547 | dependencies = [
|
5549 5548 | "anyhow",
|
5550 5549 | "id-arena",
|
5551 5550 | "indexmap",
|
5552 5551 | "log",
|
5553 5552 | "semver",
|
5554 5553 | "serde",
|
5555 5554 | "serde_derive",
|
5556 5555 | "serde_json",
|
5557 5556 | "unicode-xid",
|
5558 5557 | "wasmparser",
|
5559 5558 | ]
|
5560 5559 |
|
5561 5560 | [[package]]
|