rev. 0e5d9fce818f8d8586ded79a940edb2b62c06965 (ignoring whitespace)
@@ -268,268 +345,345 @@
268 268 | "gloo-timers",
|
269 269 | "kv-log-macro",
|
270 270 | "log",
|
271 271 | "memchr",
|
272 272 | "once_cell",
|
273 273 | "pin-project-lite",
|
274 274 | "pin-utils",
|
275 275 | "slab",
|
276 276 | "wasm-bindgen-futures",
|
277 277 | ]
|
278 278 |
|
279 279 | [[package]]
|
280 280 | name = "async-stream"
|
281 281 | version = "0.3.6"
|
282 282 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
283 283 | checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
|
284 284 | dependencies = [
|
285 285 | "async-stream-impl",
|
286 286 | "futures-core",
|
287 287 | "pin-project-lite",
|
288 288 | ]
|
289 289 |
|
290 290 | [[package]]
|
291 291 | name = "async-stream-impl"
|
292 292 | version = "0.3.6"
|
293 293 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
294 294 | checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
|
295 295 | dependencies = [
|
296 296 | "proc-macro2",
|
297 297 | "quote",
|
298 - | "syn 2.0.79",
|
298 + | "syn 2.0.82",
|
299 299 | ]
|
300 300 |
|
301 301 | [[package]]
|
302 302 | name = "async-task"
|
303 303 | version = "4.7.1"
|
304 304 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
305 305 | checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
306 306 |
|
307 307 | [[package]]
|
308 308 | name = "async-trait"
|
309 309 | version = "0.1.83"
|
310 310 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
311 311 | checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
|
312 312 | dependencies = [
|
313 313 | "proc-macro2",
|
314 314 | "quote",
|
315 - | "syn 2.0.79",
|
315 + | "syn 2.0.82",
|
316 316 | ]
|
317 317 |
|
318 318 | [[package]]
|
319 319 | name = "atomic-waker"
|
320 320 | version = "1.1.2"
|
321 321 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
322 322 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
323 323 |
|
324 324 | [[package]]
|
325 325 | name = "autocfg"
|
326 326 | version = "1.4.0"
|
327 327 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
328 328 | checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
329 329 |
|
330 330 | [[package]]
|
331 331 | name = "aws-config"
|
332 332 | version = "1.5.9"
|
333 333 | dependencies = [
|
334 334 | "aws-credential-types 1.2.1",
|
335 335 | "aws-runtime 1.4.3",
|
336 336 | "aws-sdk-sso",
|
337 337 | "aws-sdk-ssooidc",
|
338 338 | "aws-sdk-sts",
|
339 339 | "aws-smithy-async 1.2.1",
|
340 340 | "aws-smithy-http 0.60.11",
|
341 341 | "aws-smithy-json 0.60.7",
|
342 342 | "aws-smithy-runtime 1.7.3",
|
343 343 | "aws-smithy-runtime-api 1.7.2",
|
344 344 | "aws-smithy-types 1.2.8",
|
345 345 | "aws-types 1.3.3",
|
@@ -1730,1730 +1790,1790 @@
1730 1730 | dependencies = [
|
1731 1731 | "outref",
|
1732 1732 | "vsimd",
|
1733 1733 | ]
|
1734 1734 |
|
1735 1735 | [[package]]
|
1736 1736 | name = "base64ct"
|
1737 1737 | version = "1.6.0"
|
1738 1738 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1739 1739 | checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
1740 1740 |
|
1741 1741 | [[package]]
|
1742 1742 | name = "bindgen"
|
1743 1743 | version = "0.69.5"
|
1744 1744 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1745 1745 | checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
1746 1746 | dependencies = [
|
1747 1747 | "bitflags 2.6.0",
|
1748 1748 | "cexpr",
|
1749 1749 | "clang-sys",
|
1750 1750 | "itertools 0.12.1",
|
1751 1751 | "lazy_static",
|
1752 1752 | "lazycell",
|
1753 1753 | "log",
|
1754 1754 | "prettyplease",
|
1755 1755 | "proc-macro2",
|
1756 1756 | "quote",
|
1757 1757 | "regex",
|
1758 1758 | "rustc-hash",
|
1759 1759 | "shlex",
|
1760 - | "syn 2.0.79",
|
1760 + | "syn 2.0.82",
|
1761 1761 | "which",
|
1762 1762 | ]
|
1763 1763 |
|
1764 1764 | [[package]]
|
1765 1765 | name = "bit-set"
|
1766 1766 | version = "0.5.3"
|
1767 1767 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1768 1768 | checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
1769 1769 | dependencies = [
|
1770 1770 | "bit-vec",
|
1771 1771 | ]
|
1772 1772 |
|
1773 1773 | [[package]]
|
1774 1774 | name = "bit-vec"
|
1775 1775 | version = "0.6.3"
|
1776 1776 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1777 1777 | checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
1778 1778 |
|
1779 1779 | [[package]]
|
1780 1780 | name = "bitflags"
|
1781 1781 | version = "1.3.2"
|
1782 1782 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1783 1783 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
1784 1784 |
|
1785 1785 | [[package]]
|
1786 1786 | name = "bitflags"
|
1787 1787 | version = "2.6.0"
|
1788 1788 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1789 1789 | checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
1790 1790 |
|
@@ -1806,1806 +1909,1909 @@
1806 1806 | "async-channel 2.3.1",
|
1807 1807 | "async-task",
|
1808 1808 | "futures-io",
|
1809 1809 | "futures-lite 2.3.0",
|
1810 1810 | "piper",
|
1811 1811 | ]
|
1812 1812 |
|
1813 1813 | [[package]]
|
1814 1814 | name = "bs58"
|
1815 1815 | version = "0.5.1"
|
1816 1816 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1817 1817 | checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
|
1818 1818 | dependencies = [
|
1819 1819 | "tinyvec",
|
1820 1820 | ]
|
1821 1821 |
|
1822 1822 | [[package]]
|
1823 1823 | name = "bumpalo"
|
1824 1824 | version = "3.16.0"
|
1825 1825 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1826 1826 | checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
1827 1827 |
|
1828 1828 | [[package]]
|
1829 1829 | name = "byteorder"
|
1830 1830 | version = "1.5.0"
|
1831 1831 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1832 1832 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
1833 1833 |
|
1834 1834 | [[package]]
|
1835 1835 | name = "bytes"
|
1836 - | version = "1.7.2"
|
1836 + | version = "1.8.0"
|
1837 1837 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1838 - | checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3"
|
1838 + | checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da"
|
1839 1839 |
|
1840 1840 | [[package]]
|
1841 1841 | name = "bytes-utils"
|
1842 1842 | version = "0.1.4"
|
1843 1843 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1844 1844 | checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
|
1845 1845 | dependencies = [
|
1846 1846 | "bytes",
|
1847 1847 | "either",
|
1848 1848 | ]
|
1849 1849 |
|
1850 1850 | [[package]]
|
1851 1851 | name = "cast"
|
1852 1852 | version = "0.3.0"
|
1853 1853 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1854 1854 | checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
1855 1855 |
|
1856 1856 | [[package]]
|
1857 1857 | name = "cbor-diag"
|
1858 1858 | version = "0.1.12"
|
1859 1859 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1860 1860 | checksum = "dc245b6ecd09b23901a4fbad1ad975701fd5061ceaef6afa93a2d70605a64429"
|
1861 1861 | dependencies = [
|
1862 1862 | "bs58",
|
1863 1863 | "chrono",
|
1864 1864 | "data-encoding",
|
1865 1865 | "half",
|
1866 1866 | "nom",
|
1867 1867 | "num-bigint",
|
1868 1868 | "num-rational",
|
1869 1869 | "num-traits",
|
1870 1870 | "separator",
|
1871 1871 | "url",
|
1872 1872 | "uuid",
|
1873 1873 | ]
|
1874 1874 |
|
1875 1875 | [[package]]
|
1876 1876 | name = "cc"
|
1877 - | version = "1.1.30"
|
1877 + | version = "1.1.31"
|
1878 1878 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1879 - | checksum = "b16803a61b81d9eabb7eae2588776c4c1e584b738ede45fdbb4c972cec1e9945"
|
1879 + | checksum = "c2e7962b54006dcfcc61cb72735f4d89bb97061dd6a7ed882ec6b8ee53714c6f"
|
1880 1880 | dependencies = [
|
1881 1881 | "jobserver",
|
1882 1882 | "libc",
|
1883 1883 | "shlex",
|
1884 1884 | ]
|
1885 1885 |
|
1886 1886 | [[package]]
|
1887 1887 | name = "cexpr"
|
1888 1888 | version = "0.6.0"
|
1889 1889 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1890 1890 | checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
1891 1891 | dependencies = [
|
1892 1892 | "nom",
|
1893 1893 | ]
|
1894 1894 |
|
1895 1895 | [[package]]
|
1896 1896 | name = "cfg-if"
|
1897 1897 | version = "1.0.0"
|
1898 1898 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1899 1899 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
1900 1900 |
|
1901 1901 | [[package]]
|
1902 1902 | name = "chrono"
|
1903 1903 | version = "0.4.38"
|
1904 1904 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1905 1905 | checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
1906 1906 | dependencies = [
|
1907 1907 | "num-traits",
|
1908 1908 | ]
|
1909 1909 |
|
@@ -2160,2160 +2220,2220 @@
2160 2160 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2161 2161 | checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
|
2162 2162 |
|
2163 2163 | [[package]]
|
2164 2164 | name = "der"
|
2165 2165 | version = "0.6.1"
|
2166 2166 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2167 2167 | checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
|
2168 2168 | dependencies = [
|
2169 2169 | "const-oid",
|
2170 2170 | "zeroize",
|
2171 2171 | ]
|
2172 2172 |
|
2173 2173 | [[package]]
|
2174 2174 | name = "deranged"
|
2175 2175 | version = "0.3.11"
|
2176 2176 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2177 2177 | checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
2178 2178 | dependencies = [
|
2179 2179 | "powerfmt",
|
2180 2180 | ]
|
2181 2181 |
|
2182 2182 | [[package]]
|
2183 2183 | name = "derive_arbitrary"
|
2184 2184 | version = "1.3.2"
|
2185 2185 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2186 2186 | checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611"
|
2187 2187 | dependencies = [
|
2188 2188 | "proc-macro2",
|
2189 2189 | "quote",
|
2190 - | "syn 2.0.79",
|
2190 + | "syn 2.0.82",
|
2191 2191 | ]
|
2192 2192 |
|
2193 2193 | [[package]]
|
2194 2194 | name = "diff"
|
2195 2195 | version = "0.1.13"
|
2196 2196 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2197 2197 | checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
2198 2198 |
|
2199 2199 | [[package]]
|
2200 2200 | name = "digest"
|
2201 2201 | version = "0.10.7"
|
2202 2202 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2203 2203 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2204 2204 | dependencies = [
|
2205 2205 | "block-buffer",
|
2206 2206 | "crypto-common",
|
2207 2207 | "subtle",
|
2208 2208 | ]
|
2209 2209 |
|
2210 2210 | [[package]]
|
2211 2211 | name = "dunce"
|
2212 2212 | version = "1.0.5"
|
2213 2213 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2214 2214 | checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
2215 2215 |
|
2216 2216 | [[package]]
|
2217 2217 | name = "ecdsa"
|
2218 2218 | version = "0.14.8"
|
2219 2219 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2220 2220 | checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
|
@@ -2409,2409 +2469,2469 @@
2409 2409 | "fastrand 1.9.0",
|
2410 2410 | "futures-core",
|
2411 2411 | "futures-io",
|
2412 2412 | "memchr",
|
2413 2413 | "parking",
|
2414 2414 | "pin-project-lite",
|
2415 2415 | "waker-fn",
|
2416 2416 | ]
|
2417 2417 |
|
2418 2418 | [[package]]
|
2419 2419 | name = "futures-lite"
|
2420 2420 | version = "2.3.0"
|
2421 2421 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2422 2422 | checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
|
2423 2423 | dependencies = [
|
2424 2424 | "fastrand 2.0.2",
|
2425 2425 | "futures-core",
|
2426 2426 | "futures-io",
|
2427 2427 | "parking",
|
2428 2428 | "pin-project-lite",
|
2429 2429 | ]
|
2430 2430 |
|
2431 2431 | [[package]]
|
2432 2432 | name = "futures-macro"
|
2433 2433 | version = "0.3.31"
|
2434 2434 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2435 2435 | checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
2436 2436 | dependencies = [
|
2437 2437 | "proc-macro2",
|
2438 2438 | "quote",
|
2439 - | "syn 2.0.79",
|
2439 + | "syn 2.0.82",
|
2440 2440 | ]
|
2441 2441 |
|
2442 2442 | [[package]]
|
2443 2443 | name = "futures-sink"
|
2444 2444 | version = "0.3.31"
|
2445 2445 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2446 2446 | checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
2447 2447 |
|
2448 2448 | [[package]]
|
2449 2449 | name = "futures-task"
|
2450 2450 | version = "0.3.31"
|
2451 2451 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2452 2452 | checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
2453 2453 |
|
2454 2454 | [[package]]
|
2455 2455 | name = "futures-util"
|
2456 2456 | version = "0.3.31"
|
2457 2457 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2458 2458 | checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
2459 2459 | dependencies = [
|
2460 2460 | "futures-core",
|
2461 2461 | "futures-macro",
|
2462 2462 | "futures-task",
|
2463 2463 | "pin-project-lite",
|
2464 2464 | "pin-utils",
|
2465 2465 | "slab",
|
2466 2466 | ]
|
2467 2467 |
|
2468 2468 | [[package]]
|
2469 2469 | name = "generic-array"
|
@@ -3012,3012 +3072,3072 @@
3012 3012 | checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
|
3013 3013 | dependencies = [
|
3014 3014 | "cfg-if",
|
3015 3015 | "digest",
|
3016 3016 | ]
|
3017 3017 |
|
3018 3018 | [[package]]
|
3019 3019 | name = "memchr"
|
3020 3020 | version = "2.7.4"
|
3021 3021 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3022 3022 | checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
3023 3023 |
|
3024 3024 | [[package]]
|
3025 3025 | name = "minicbor"
|
3026 3026 | version = "0.24.2"
|
3027 3027 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3028 3028 | checksum = "5f8e213c36148d828083ae01948eed271d03f95f7e72571fa242d78184029af2"
|
3029 3029 | dependencies = [
|
3030 3030 | "half",
|
3031 3031 | "minicbor-derive",
|
3032 3032 | ]
|
3033 3033 |
|
3034 3034 | [[package]]
|
3035 3035 | name = "minicbor-derive"
|
3036 3036 | version = "0.15.3"
|
3037 3037 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3038 3038 | checksum = "bd2209fff77f705b00c737016a48e73733d7fbccb8b007194db148f03561fb70"
|
3039 3039 | dependencies = [
|
3040 3040 | "proc-macro2",
|
3041 3041 | "quote",
|
3042 - | "syn 2.0.79",
|
3042 + | "syn 2.0.82",
|
3043 3043 | ]
|
3044 3044 |
|
3045 3045 | [[package]]
|
3046 3046 | name = "minimal-lexical"
|
3047 3047 | version = "0.2.1"
|
3048 3048 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3049 3049 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
3050 3050 |
|
3051 3051 | [[package]]
|
3052 3052 | name = "miniz_oxide"
|
3053 3053 | version = "0.8.0"
|
3054 3054 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3055 3055 | checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
3056 3056 | dependencies = [
|
3057 3057 | "adler2",
|
3058 3058 | ]
|
3059 3059 |
|
3060 3060 | [[package]]
|
3061 3061 | name = "mio"
|
3062 3062 | version = "1.0.2"
|
3063 3063 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3064 3064 | checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
|
3065 3065 | dependencies = [
|
3066 3066 | "hermit-abi 0.3.9",
|
3067 3067 | "libc",
|
3068 3068 | "wasi 0.11.0+wasi-snapshot-preview1",
|
3069 3069 | "windows-sys 0.52.0",
|
3070 3070 | ]
|
3071 3071 |
|
3072 3072 | [[package]]
|
@@ -3324,3324 +3420,3420 @@
3324 3324 | "windows-sys 0.59.0",
|
3325 3325 | ]
|
3326 3326 |
|
3327 3327 | [[package]]
|
3328 3328 | name = "powerfmt"
|
3329 3329 | version = "0.2.0"
|
3330 3330 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3331 3331 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
3332 3332 |
|
3333 3333 | [[package]]
|
3334 3334 | name = "ppv-lite86"
|
3335 3335 | version = "0.2.20"
|
3336 3336 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3337 3337 | checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
3338 3338 | dependencies = [
|
3339 3339 | "zerocopy",
|
3340 3340 | ]
|
3341 3341 |
|
3342 3342 | [[package]]
|
3343 3343 | name = "pretty_assertions"
|
3344 3344 | version = "1.4.1"
|
3345 3345 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3346 3346 | checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
|
3347 3347 | dependencies = [
|
3348 3348 | "diff",
|
3349 3349 | "yansi",
|
3350 3350 | ]
|
3351 3351 |
|
3352 3352 | [[package]]
|
3353 3353 | name = "prettyplease"
|
3354 - | version = "0.2.22"
|
3354 + | version = "0.2.24"
|
3355 3355 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3356 - | checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba"
|
3356 + | checksum = "910d41a655dac3b764f1ade94821093d3610248694320cd072303a8eedcf221d"
|
3357 3357 | dependencies = [
|
3358 3358 | "proc-macro2",
|
3359 - | "syn 2.0.79",
|
3359 + | "syn 2.0.82",
|
3360 3360 | ]
|
3361 3361 |
|
3362 3362 | [[package]]
|
3363 3363 | name = "proc-macro-error"
|
3364 3364 | version = "1.0.4"
|
3365 3365 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3366 3366 | checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
3367 3367 | dependencies = [
|
3368 3368 | "proc-macro-error-attr",
|
3369 3369 | "proc-macro2",
|
3370 3370 | "quote",
|
3371 3371 | "syn 1.0.109",
|
3372 3372 | "version_check",
|
3373 3373 | ]
|
3374 3374 |
|
3375 3375 | [[package]]
|
3376 3376 | name = "proc-macro-error-attr"
|
3377 3377 | version = "1.0.4"
|
3378 3378 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3379 3379 | checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
3380 3380 | dependencies = [
|
3381 3381 | "proc-macro2",
|
3382 3382 | "quote",
|
3383 3383 | "version_check",
|
3384 3384 | ]
|
3385 3385 |
|
3386 3386 | [[package]]
|
3387 3387 | name = "proc-macro2"
|
3388 - | version = "1.0.88"
|
3388 + | version = "1.0.89"
|
3389 3389 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3390 - | checksum = "7c3a7fc5db1e57d5a779a352c8cdb57b29aa4c40cc69c3a68a7fedc815fbf2f9"
|
3390 + | checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
|
3391 3391 | dependencies = [
|
3392 3392 | "unicode-ident",
|
3393 3393 | ]
|
3394 3394 |
|
3395 3395 | [[package]]
|
3396 3396 | name = "proptest"
|
3397 3397 | version = "1.5.0"
|
3398 3398 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3399 3399 | checksum = "b4c2511913b88df1637da85cc8d96ec8e43a3f8bb8ccb71ee1ac240d6f3df58d"
|
3400 3400 | dependencies = [
|
3401 3401 | "bit-set",
|
3402 3402 | "bit-vec",
|
3403 3403 | "bitflags 2.6.0",
|
3404 3404 | "lazy_static",
|
3405 3405 | "num-traits",
|
3406 3406 | "rand",
|
3407 3407 | "rand_chacha",
|
3408 3408 | "rand_xorshift",
|
3409 3409 | "regex-syntax 0.8.5",
|
3410 3410 | "rusty-fork",
|
3411 3411 | "tempfile",
|
3412 3412 | "unarray",
|
3413 3413 | ]
|
3414 3414 |
|
3415 3415 | [[package]]
|
3416 3416 | name = "quick-error"
|
3417 3417 | version = "1.2.3"
|
3418 3418 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3419 3419 | checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
3420 3420 |
|
@@ -3802,3802 +3884,3884 @@
3802 3802 | "core-foundation",
|
3803 3803 | "core-foundation-sys",
|
3804 3804 | "libc",
|
3805 3805 | "security-framework-sys",
|
3806 3806 | ]
|
3807 3807 |
|
3808 3808 | [[package]]
|
3809 3809 | name = "security-framework-sys"
|
3810 3810 | version = "2.12.0"
|
3811 3811 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3812 3812 | checksum = "ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6"
|
3813 3813 | dependencies = [
|
3814 3814 | "core-foundation-sys",
|
3815 3815 | "libc",
|
3816 3816 | ]
|
3817 3817 |
|
3818 3818 | [[package]]
|
3819 3819 | name = "semver"
|
3820 3820 | version = "1.0.23"
|
3821 3821 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3822 3822 | checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
|
3823 3823 |
|
3824 3824 | [[package]]
|
3825 3825 | name = "separator"
|
3826 3826 | version = "0.4.1"
|
3827 3827 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3828 3828 | checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5"
|
3829 3829 |
|
3830 3830 | [[package]]
|
3831 3831 | name = "serde"
|
3832 - | version = "1.0.210"
|
3832 + | version = "1.0.213"
|
3833 3833 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3834 - | checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
|
3834 + | checksum = "3ea7893ff5e2466df8d720bb615088341b295f849602c6956047f8f80f0e9bc1"
|
3835 3835 | dependencies = [
|
3836 3836 | "serde_derive",
|
3837 3837 | ]
|
3838 3838 |
|
3839 3839 | [[package]]
|
3840 3840 | name = "serde_derive"
|
3841 - | version = "1.0.210"
|
3841 + | version = "1.0.213"
|
3842 3842 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3843 - | checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
|
3843 + | checksum = "7e85ad2009c50b58e87caa8cd6dac16bdf511bbfb7af6c33df902396aa480fa5"
|
3844 3844 | dependencies = [
|
3845 3845 | "proc-macro2",
|
3846 3846 | "quote",
|
3847 - | "syn 2.0.79",
|
3847 + | "syn 2.0.82",
|
3848 3848 | ]
|
3849 3849 |
|
3850 3850 | [[package]]
|
3851 3851 | name = "serde_json"
|
3852 - | version = "1.0.129"
|
3852 + | version = "1.0.132"
|
3853 3853 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3854 - | checksum = "6dbcf9b78a125ee667ae19388837dd12294b858d101fdd393cb9d5501ef09eb2"
|
3854 + | checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
|
3855 3855 | dependencies = [
|
3856 3856 | "indexmap",
|
3857 3857 | "itoa",
|
3858 3858 | "memchr",
|
3859 3859 | "ryu",
|
3860 3860 | "serde",
|
3861 3861 | ]
|
3862 3862 |
|
3863 3863 | [[package]]
|
3864 3864 | name = "sha1"
|
3865 3865 | version = "0.10.6"
|
3866 3866 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3867 3867 | checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
3868 3868 | dependencies = [
|
3869 3869 | "cfg-if",
|
3870 3870 | "cpufeatures",
|
3871 3871 | "digest",
|
3872 3872 | ]
|
3873 3873 |
|
3874 3874 | [[package]]
|
3875 3875 | name = "sha2"
|
3876 3876 | version = "0.10.8"
|
3877 3877 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3878 3878 | checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
3879 3879 | dependencies = [
|
3880 3880 | "cfg-if",
|
3881 3881 | "cpufeatures",
|
3882 3882 | "digest",
|
3883 3883 | ]
|
3884 3884 |
|
@@ -3976,3976 +4075,4075 @@
3976 3976 |
|
3977 3977 | [[package]]
|
3978 3978 | name = "spki"
|
3979 3979 | version = "0.6.0"
|
3980 3980 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3981 3981 | checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
|
3982 3982 | dependencies = [
|
3983 3983 | "base64ct",
|
3984 3984 | "der",
|
3985 3985 | ]
|
3986 3986 |
|
3987 3987 | [[package]]
|
3988 3988 | name = "subtle"
|
3989 3989 | version = "2.6.1"
|
3990 3990 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3991 3991 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
3992 3992 |
|
3993 3993 | [[package]]
|
3994 3994 | name = "syn"
|
3995 3995 | version = "1.0.109"
|
3996 3996 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3997 3997 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
3998 3998 | dependencies = [
|
3999 3999 | "proc-macro2",
|
4000 4000 | "quote",
|
4001 4001 | "unicode-ident",
|
4002 4002 | ]
|
4003 4003 |
|
4004 4004 | [[package]]
|
4005 4005 | name = "syn"
|
4006 - | version = "2.0.79"
|
4006 + | version = "2.0.82"
|
4007 4007 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4008 - | checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590"
|
4008 + | checksum = "83540f837a8afc019423a8edb95b52a8effe46957ee402287f4292fae35be021"
|
4009 4009 | dependencies = [
|
4010 4010 | "proc-macro2",
|
4011 4011 | "quote",
|
4012 4012 | "unicode-ident",
|
4013 4013 | ]
|
4014 4014 |
|
4015 4015 | [[package]]
|
4016 4016 | name = "tempfile"
|
4017 4017 | version = "3.12.0"
|
4018 4018 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4019 4019 | checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
|
4020 4020 | dependencies = [
|
4021 4021 | "cfg-if",
|
4022 4022 | "fastrand 2.0.2",
|
4023 4023 | "once_cell",
|
4024 4024 | "rustix 0.38.37",
|
4025 4025 | "windows-sys 0.59.0",
|
4026 4026 | ]
|
4027 4027 |
|
4028 4028 | [[package]]
|
4029 4029 | name = "thiserror"
|
4030 - | version = "1.0.64"
|
4030 + | version = "1.0.65"
|
4031 4031 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4032 - | checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
|
4032 + | checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5"
|
4033 4033 | dependencies = [
|
4034 4034 | "thiserror-impl",
|
4035 4035 | ]
|
4036 4036 |
|
4037 4037 | [[package]]
|
4038 4038 | name = "thiserror-impl"
|
4039 - | version = "1.0.64"
|
4039 + | version = "1.0.65"
|
4040 4040 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4041 - | checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
|
4041 + | checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602"
|
4042 4042 | dependencies = [
|
4043 4043 | "proc-macro2",
|
4044 4044 | "quote",
|
4045 - | "syn 2.0.79",
|
4045 + | "syn 2.0.82",
|
4046 4046 | ]
|
4047 4047 |
|
4048 4048 | [[package]]
|
4049 4049 | name = "thread_local"
|
4050 4050 | version = "1.1.8"
|
4051 4051 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4052 4052 | checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
4053 4053 | dependencies = [
|
4054 4054 | "cfg-if",
|
4055 4055 | "once_cell",
|
4056 4056 | ]
|
4057 4057 |
|
4058 4058 | [[package]]
|
4059 4059 | name = "time"
|
4060 4060 | version = "0.3.36"
|
4061 4061 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4062 4062 | checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
4063 4063 | dependencies = [
|
4064 4064 | "deranged",
|
4065 4065 | "itoa",
|
4066 4066 | "num-conv",
|
4067 4067 | "powerfmt",
|
4068 4068 | "serde",
|
4069 4069 | "time-core",
|
4070 4070 | "time-macros",
|
4071 4071 | ]
|
4072 4072 |
|
4073 4073 | [[package]]
|
4074 4074 | name = "time-core"
|
4075 4075 | version = "0.1.2"
|
@@ -4086,4086 +4170,4170 @@
4086 4086 | "time-core",
|
4087 4087 | ]
|
4088 4088 |
|
4089 4089 | [[package]]
|
4090 4090 | name = "tinytemplate"
|
4091 4091 | version = "1.2.1"
|
4092 4092 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4093 4093 | checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
4094 4094 | dependencies = [
|
4095 4095 | "serde",
|
4096 4096 | "serde_json",
|
4097 4097 | ]
|
4098 4098 |
|
4099 4099 | [[package]]
|
4100 4100 | name = "tinyvec"
|
4101 4101 | version = "1.8.0"
|
4102 4102 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4103 4103 | checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
|
4104 4104 | dependencies = [
|
4105 4105 | "tinyvec_macros",
|
4106 4106 | ]
|
4107 4107 |
|
4108 4108 | [[package]]
|
4109 4109 | name = "tinyvec_macros"
|
4110 4110 | version = "0.1.1"
|
4111 4111 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4112 4112 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
4113 4113 |
|
4114 4114 | [[package]]
|
4115 4115 | name = "tokio"
|
4116 - | version = "1.40.0"
|
4116 + | version = "1.41.0"
|
4117 4117 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4118 - | checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
|
4118 + | checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb"
|
4119 4119 | dependencies = [
|
4120 4120 | "backtrace",
|
4121 4121 | "bytes",
|
4122 4122 | "libc",
|
4123 4123 | "mio",
|
4124 4124 | "parking_lot",
|
4125 4125 | "pin-project-lite",
|
4126 4126 | "signal-hook-registry",
|
4127 4127 | "socket2 0.5.7",
|
4128 4128 | "tokio-macros",
|
4129 4129 | "windows-sys 0.52.0",
|
4130 4130 | ]
|
4131 4131 |
|
4132 4132 | [[package]]
|
4133 4133 | name = "tokio-macros"
|
4134 4134 | version = "2.4.0"
|
4135 4135 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4136 4136 | checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
4137 4137 | dependencies = [
|
4138 4138 | "proc-macro2",
|
4139 4139 | "quote",
|
4140 - | "syn 2.0.79",
|
4140 + | "syn 2.0.82",
|
4141 4141 | ]
|
4142 4142 |
|
4143 4143 | [[package]]
|
4144 4144 | name = "tokio-rustls"
|
4145 4145 | version = "0.24.1"
|
4146 4146 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4147 4147 | checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
4148 4148 | dependencies = [
|
4149 4149 | "rustls 0.21.12",
|
4150 4150 | "tokio",
|
4151 4151 | ]
|
4152 4152 |
|
4153 4153 | [[package]]
|
4154 4154 | name = "tokio-rustls"
|
4155 4155 | version = "0.26.0"
|
4156 4156 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4157 4157 | checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
|
4158 4158 | dependencies = [
|
4159 4159 | "rustls 0.23.15",
|
4160 4160 | "rustls-pki-types",
|
4161 4161 | "tokio",
|
4162 4162 | ]
|
4163 4163 |
|
4164 4164 | [[package]]
|
4165 4165 | name = "tokio-stream"
|
4166 4166 | version = "0.1.16"
|
4167 4167 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4168 4168 | checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
|
4169 4169 | dependencies = [
|
4170 4170 | "futures-core",
|
@@ -4226,4226 +4286,4286 @@
4226 4226 | version = "0.1.40"
|
4227 4227 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4228 4228 | checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
4229 4229 | dependencies = [
|
4230 4230 | "log",
|
4231 4231 | "pin-project-lite",
|
4232 4232 | "tracing-attributes",
|
4233 4233 | "tracing-core",
|
4234 4234 | ]
|
4235 4235 |
|
4236 4236 | [[package]]
|
4237 4237 | name = "tracing-appender"
|
4238 4238 | version = "0.2.3"
|
4239 4239 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4240 4240 | checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf"
|
4241 4241 | dependencies = [
|
4242 4242 | "crossbeam-channel",
|
4243 4243 | "thiserror",
|
4244 4244 | "time",
|
4245 4245 | "tracing-subscriber",
|
4246 4246 | ]
|
4247 4247 |
|
4248 4248 | [[package]]
|
4249 4249 | name = "tracing-attributes"
|
4250 4250 | version = "0.1.27"
|
4251 4251 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4252 4252 | checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
4253 4253 | dependencies = [
|
4254 4254 | "proc-macro2",
|
4255 4255 | "quote",
|
4256 - | "syn 2.0.79",
|
4256 + | "syn 2.0.82",
|
4257 4257 | ]
|
4258 4258 |
|
4259 4259 | [[package]]
|
4260 4260 | name = "tracing-core"
|
4261 4261 | version = "0.1.32"
|
4262 4262 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4263 4263 | checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
4264 4264 | dependencies = [
|
4265 4265 | "once_cell",
|
4266 4266 | "valuable",
|
4267 4267 | ]
|
4268 4268 |
|
4269 4269 | [[package]]
|
4270 4270 | name = "tracing-log"
|
4271 4271 | version = "0.2.0"
|
4272 4272 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4273 4273 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
4274 4274 | dependencies = [
|
4275 4275 | "log",
|
4276 4276 | "once_cell",
|
4277 4277 | "tracing-core",
|
4278 4278 | ]
|
4279 4279 |
|
4280 4280 | [[package]]
|
4281 4281 | name = "tracing-serde"
|
4282 4282 | version = "0.1.3"
|
4283 4283 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4284 4284 | checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
|
4285 4285 | dependencies = [
|
4286 4286 | "serde",
|
@@ -4299,4299 +4359,4359 @@
4299 4299 | "regex",
|
4300 4300 | "serde",
|
4301 4301 | "serde_json",
|
4302 4302 | "sharded-slab",
|
4303 4303 | "smallvec",
|
4304 4304 | "thread_local",
|
4305 4305 | "tracing",
|
4306 4306 | "tracing-core",
|
4307 4307 | "tracing-log",
|
4308 4308 | "tracing-serde",
|
4309 4309 | ]
|
4310 4310 |
|
4311 4311 | [[package]]
|
4312 4312 | name = "tracing-test"
|
4313 4313 | version = "0.2.5"
|
4314 4314 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4315 4315 | checksum = "557b891436fe0d5e0e363427fc7f217abf9ccd510d5136549847bdcbcd011d68"
|
4316 4316 | dependencies = [
|
4317 4317 | "tracing-core",
|
4318 4318 | "tracing-subscriber",
|
4319 4319 | "tracing-test-macro",
|
4320 4320 | ]
|
4321 4321 |
|
4322 4322 | [[package]]
|
4323 4323 | name = "tracing-test-macro"
|
4324 4324 | version = "0.2.5"
|
4325 4325 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4326 4326 | checksum = "04659ddb06c87d233c566112c1c9c5b9e98256d9af50ec3bc9c8327f873a7568"
|
4327 4327 | dependencies = [
|
4328 4328 | "quote",
|
4329 - | "syn 2.0.79",
|
4329 + | "syn 2.0.82",
|
4330 4330 | ]
|
4331 4331 |
|
4332 4332 | [[package]]
|
4333 4333 | name = "try-lock"
|
4334 4334 | version = "0.2.5"
|
4335 4335 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4336 4336 | checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
4337 4337 |
|
4338 4338 | [[package]]
|
4339 4339 | name = "typenum"
|
4340 4340 | version = "1.17.0"
|
4341 4341 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4342 4342 | checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
4343 4343 |
|
4344 4344 | [[package]]
|
4345 4345 | name = "unarray"
|
4346 4346 | version = "0.1.4"
|
4347 4347 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4348 4348 | checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
|
4349 4349 |
|
4350 4350 | [[package]]
|
4351 4351 | name = "unicode-bidi"
|
4352 4352 | version = "0.3.17"
|
4353 4353 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4354 4354 | checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
|
4355 4355 |
|
4356 4356 | [[package]]
|
4357 4357 | name = "unicode-ident"
|
4358 4358 | version = "1.0.13"
|
4359 4359 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -4471,4471 +4565,4565 @@
4471 4471 | name = "wasi"
|
4472 4472 | version = "0.12.1+wasi-0.2.0"
|
4473 4473 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4474 4474 | checksum = "af274f03e73b7d85551b3f9e97b8a04d5c9aec703cfc227a3fe0595a7561c67a"
|
4475 4475 | dependencies = [
|
4476 4476 | "wit-bindgen",
|
4477 4477 | ]
|
4478 4478 |
|
4479 4479 | [[package]]
|
4480 4480 | name = "wasm-bindgen"
|
4481 4481 | version = "0.2.95"
|
4482 4482 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4483 4483 | checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
|
4484 4484 | dependencies = [
|
4485 4485 | "cfg-if",
|
4486 4486 | "once_cell",
|
4487 4487 | "wasm-bindgen-macro",
|
4488 4488 | ]
|
4489 4489 |
|
4490 4490 | [[package]]
|
4491 4491 | name = "wasm-bindgen-backend"
|
4492 4492 | version = "0.2.95"
|
4493 4493 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4494 4494 | checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
|
4495 4495 | dependencies = [
|
4496 4496 | "bumpalo",
|
4497 4497 | "log",
|
4498 4498 | "once_cell",
|
4499 4499 | "proc-macro2",
|
4500 4500 | "quote",
|
4501 - | "syn 2.0.79",
|
4501 + | "syn 2.0.82",
|
4502 4502 | "wasm-bindgen-shared",
|
4503 4503 | ]
|
4504 4504 |
|
4505 4505 | [[package]]
|
4506 4506 | name = "wasm-bindgen-futures"
|
4507 4507 | version = "0.4.45"
|
4508 4508 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4509 4509 | checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b"
|
4510 4510 | dependencies = [
|
4511 4511 | "cfg-if",
|
4512 4512 | "js-sys",
|
4513 4513 | "wasm-bindgen",
|
4514 4514 | "web-sys",
|
4515 4515 | ]
|
4516 4516 |
|
4517 4517 | [[package]]
|
4518 4518 | name = "wasm-bindgen-macro"
|
4519 4519 | version = "0.2.95"
|
4520 4520 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4521 4521 | checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
|
4522 4522 | dependencies = [
|
4523 4523 | "quote",
|
4524 4524 | "wasm-bindgen-macro-support",
|
4525 4525 | ]
|
4526 4526 |
|
4527 4527 | [[package]]
|
4528 4528 | name = "wasm-bindgen-macro-support"
|
4529 4529 | version = "0.2.95"
|
4530 4530 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4531 4531 | checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
|
4532 4532 | dependencies = [
|
4533 4533 | "proc-macro2",
|
4534 4534 | "quote",
|
4535 - | "syn 2.0.79",
|
4535 + | "syn 2.0.82",
|
4536 4536 | "wasm-bindgen-backend",
|
4537 4537 | "wasm-bindgen-shared",
|
4538 4538 | ]
|
4539 4539 |
|
4540 4540 | [[package]]
|
4541 4541 | name = "wasm-bindgen-shared"
|
4542 4542 | version = "0.2.95"
|
4543 4543 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4544 4544 | checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
|
4545 4545 |
|
4546 4546 | [[package]]
|
4547 4547 | name = "web-sys"
|
4548 4548 | version = "0.3.72"
|
4549 4549 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4550 4550 | checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112"
|
4551 4551 | dependencies = [
|
4552 4552 | "js-sys",
|
4553 4553 | "wasm-bindgen",
|
4554 4554 | ]
|
4555 4555 |
|
4556 4556 | [[package]]
|
4557 4557 | name = "webpki-roots"
|
4558 4558 | version = "0.25.4"
|
4559 4559 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4560 4560 | checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
|
4561 4561 |
|
4562 4562 | [[package]]
|
4563 4563 | name = "which"
|
4564 4564 | version = "4.4.2"
|
4565 4565 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -4762,4762 +4799,4799 @@
4762 4762 | [[package]]
|
4763 4763 | name = "xmlparser"
|
4764 4764 | version = "0.13.6"
|
4765 4765 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4766 4766 | checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
|
4767 4767 |
|
4768 4768 | [[package]]
|
4769 4769 | name = "yansi"
|
4770 4770 | version = "1.0.1"
|
4771 4771 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4772 4772 | checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
|
4773 4773 |
|
4774 4774 | [[package]]
|
4775 4775 | name = "zerocopy"
|
4776 4776 | version = "0.7.35"
|
4777 4777 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4778 4778 | checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
4779 4779 | dependencies = [
|
4780 4780 | "byteorder",
|
4781 4781 | "zerocopy-derive",
|
4782 4782 | ]
|
4783 4783 |
|
4784 4784 | [[package]]
|
4785 4785 | name = "zerocopy-derive"
|
4786 4786 | version = "0.7.35"
|
4787 4787 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4788 4788 | checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
4789 4789 | dependencies = [
|
4790 4790 | "proc-macro2",
|
4791 4791 | "quote",
|
4792 - | "syn 2.0.79",
|
4792 + | "syn 2.0.82",
|
4793 4793 | ]
|
4794 4794 |
|
4795 4795 | [[package]]
|
4796 4796 | name = "zeroize"
|
4797 4797 | version = "1.8.1"
|
4798 4798 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4799 4799 | checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|