this repo has no description

dep bump

vielle.dev 2761b44a bbff79a8

verified
Changed files
+181 -159
+179 -157
Cargo.lock
··· 142 142 143 143 [[package]] 144 144 name = "async-compression" 145 - version = "0.4.32" 145 + version = "0.4.34" 146 146 source = "registry+https://github.com/rust-lang/crates.io-index" 147 - checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0" 147 + checksum = "0e86f6d3dc9dc4352edeea6b8e499e13e3f5dc3b964d7ca5fd411415a3498473" 148 148 dependencies = [ 149 149 "compression-codecs", 150 150 "compression-core", ··· 161 161 dependencies = [ 162 162 "proc-macro2", 163 163 "quote", 164 - "syn 2.0.109", 164 + "syn 2.0.111", 165 165 ] 166 166 167 167 [[package]] ··· 265 265 "proc-macro2", 266 266 "quote", 267 267 "rustversion", 268 - "syn 2.0.109", 268 + "syn 2.0.111", 269 269 ] 270 270 271 271 [[package]] 272 272 name = "borsh" 273 - version = "1.5.7" 273 + version = "1.6.0" 274 274 source = "registry+https://github.com/rust-lang/crates.io-index" 275 - checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce" 275 + checksum = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f" 276 276 dependencies = [ 277 277 "cfg_aliases", 278 278 ] ··· 352 352 353 353 [[package]] 354 354 name = "bytes" 355 - version = "1.10.1" 355 + version = "1.11.0" 356 356 source = "registry+https://github.com/rust-lang/crates.io-index" 357 - checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 357 + checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" 358 358 dependencies = [ 359 359 "serde", 360 360 ] ··· 401 401 402 402 [[package]] 403 403 name = "cc" 404 - version = "1.2.45" 404 + version = "1.2.48" 405 405 source = "registry+https://github.com/rust-lang/crates.io-index" 406 - checksum = "35900b6c8d709fb1d854671ae27aeaa9eec2f8b01b364e1619a40da3e6fe2afe" 406 + checksum = "c481bdbf0ed3b892f6f806287d72acd515b352a4ec27a208489b8c1bc839633a" 407 407 dependencies = [ 408 408 "find-msvc-tools", 409 409 "shlex", ··· 515 515 516 516 [[package]] 517 517 name = "compression-codecs" 518 - version = "0.4.31" 518 + version = "0.4.33" 519 519 source = "registry+https://github.com/rust-lang/crates.io-index" 520 - checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23" 520 + checksum = "302266479cb963552d11bd042013a58ef1adc56768016c8b82b4199488f2d4ad" 521 521 dependencies = [ 522 522 "compression-core", 523 523 "flate2", ··· 526 526 527 527 [[package]] 528 528 name = "compression-core" 529 - version = "0.4.29" 529 + version = "0.4.31" 530 530 source = "registry+https://github.com/rust-lang/crates.io-index" 531 - checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb" 531 + checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d" 532 532 533 533 [[package]] 534 534 name = "concurrent-queue" ··· 607 607 608 608 [[package]] 609 609 name = "crc" 610 - version = "3.3.0" 610 + version = "3.4.0" 611 611 source = "registry+https://github.com/rust-lang/crates.io-index" 612 - checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675" 612 + checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d" 613 613 dependencies = [ 614 614 "crc-catalog", 615 615 ] ··· 705 705 dependencies = [ 706 706 "proc-macro2", 707 707 "quote", 708 - "syn 2.0.109", 708 + "syn 2.0.111", 709 709 ] 710 710 711 711 [[package]] ··· 729 729 "proc-macro2", 730 730 "quote", 731 731 "strsim", 732 - "syn 2.0.109", 732 + "syn 2.0.111", 733 733 ] 734 734 735 735 [[package]] ··· 740 740 dependencies = [ 741 741 "darling_core", 742 742 "quote", 743 - "syn 2.0.109", 743 + "syn 2.0.111", 744 744 ] 745 745 746 746 [[package]] ··· 793 793 checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" 794 794 dependencies = [ 795 795 "data-encoding", 796 - "syn 2.0.109", 796 + "syn 2.0.111", 797 797 ] 798 798 799 799 [[package]] ··· 844 844 dependencies = [ 845 845 "proc-macro2", 846 846 "quote", 847 - "syn 2.0.109", 847 + "syn 2.0.111", 848 848 "unicode-xid", 849 849 ] 850 850 ··· 874 874 dependencies = [ 875 875 "proc-macro2", 876 876 "quote", 877 - "syn 2.0.109", 877 + "syn 2.0.111", 878 878 ] 879 879 880 880 [[package]] ··· 975 975 "heck 0.5.0", 976 976 "proc-macro2", 977 977 "quote", 978 - "syn 2.0.109", 978 + "syn 2.0.111", 979 979 ] 980 980 981 981 [[package]] ··· 1084 1084 1085 1085 [[package]] 1086 1086 name = "find-msvc-tools" 1087 - version = "0.1.4" 1087 + version = "0.1.5" 1088 1088 source = "registry+https://github.com/rust-lang/crates.io-index" 1089 - checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127" 1089 + checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844" 1090 1090 1091 1091 [[package]] 1092 1092 name = "flate2" ··· 1233 1233 dependencies = [ 1234 1234 "proc-macro2", 1235 1235 "quote", 1236 - "syn 2.0.109", 1236 + "syn 2.0.111", 1237 1237 ] 1238 1238 1239 1239 [[package]] ··· 1325 1325 checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" 1326 1326 1327 1327 [[package]] 1328 + name = "gloo-storage" 1329 + version = "0.3.0" 1330 + source = "registry+https://github.com/rust-lang/crates.io-index" 1331 + checksum = "fbc8031e8c92758af912f9bc08fbbadd3c6f3cfcbf6b64cdf3d6a81f0139277a" 1332 + dependencies = [ 1333 + "gloo-utils", 1334 + "js-sys", 1335 + "serde", 1336 + "serde_json", 1337 + "thiserror 1.0.69", 1338 + "wasm-bindgen", 1339 + "web-sys", 1340 + ] 1341 + 1342 + [[package]] 1343 + name = "gloo-utils" 1344 + version = "0.2.0" 1345 + source = "registry+https://github.com/rust-lang/crates.io-index" 1346 + checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa" 1347 + dependencies = [ 1348 + "js-sys", 1349 + "serde", 1350 + "serde_json", 1351 + "wasm-bindgen", 1352 + "web-sys", 1353 + ] 1354 + 1355 + [[package]] 1328 1356 name = "group" 1329 1357 version = "0.13.0" 1330 1358 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1356 1384 "futures-core", 1357 1385 "futures-sink", 1358 1386 "http", 1359 - "indexmap 2.12.0", 1387 + "indexmap 2.12.1", 1360 1388 "slab", 1361 1389 "tokio", 1362 1390 "tokio-util", ··· 1399 1427 1400 1428 [[package]] 1401 1429 name = "hashbrown" 1402 - version = "0.16.0" 1430 + version = "0.16.1" 1403 1431 source = "registry+https://github.com/rust-lang/crates.io-index" 1404 - checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" 1432 + checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 1405 1433 1406 1434 [[package]] 1407 1435 name = "hashlink" ··· 1525 1553 "markup5ever", 1526 1554 "proc-macro2", 1527 1555 "quote", 1528 - "syn 2.0.109", 1556 + "syn 2.0.111", 1529 1557 ] 1530 1558 1531 1559 [[package]] 1532 1560 name = "http" 1533 - version = "1.3.1" 1561 + version = "1.4.0" 1534 1562 source = "registry+https://github.com/rust-lang/crates.io-index" 1535 - checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 1563 + checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" 1536 1564 dependencies = [ 1537 1565 "bytes", 1538 - "fnv", 1539 1566 "itoa", 1540 1567 ] 1541 1568 ··· 1576 1603 1577 1604 [[package]] 1578 1605 name = "hyper" 1579 - version = "1.7.0" 1606 + version = "1.8.1" 1580 1607 source = "registry+https://github.com/rust-lang/crates.io-index" 1581 - checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" 1608 + checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" 1582 1609 dependencies = [ 1583 1610 "atomic-waker", 1584 1611 "bytes", ··· 1615 1642 1616 1643 [[package]] 1617 1644 name = "hyper-util" 1618 - version = "0.1.17" 1645 + version = "0.1.19" 1619 1646 source = "registry+https://github.com/rust-lang/crates.io-index" 1620 - checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8" 1647 + checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f" 1621 1648 dependencies = [ 1622 1649 "base64 0.22.1", 1623 1650 "bytes", ··· 1651 1678 "js-sys", 1652 1679 "log", 1653 1680 "wasm-bindgen", 1654 - "windows-core 0.62.2", 1681 + "windows-core", 1655 1682 ] 1656 1683 1657 1684 [[package]] ··· 1802 1829 1803 1830 [[package]] 1804 1831 name = "indexmap" 1805 - version = "2.12.0" 1832 + version = "2.12.1" 1806 1833 source = "registry+https://github.com/rust-lang/crates.io-index" 1807 - checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f" 1834 + checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" 1808 1835 dependencies = [ 1809 1836 "equivalent", 1810 - "hashbrown 0.16.0", 1837 + "hashbrown 0.16.1", 1811 1838 "serde", 1812 1839 "serde_core", 1813 1840 ] ··· 1899 1926 1900 1927 [[package]] 1901 1928 name = "jacquard" 1902 - version = "0.9.0" 1929 + version = "0.9.3" 1903 1930 source = "registry+https://github.com/rust-lang/crates.io-index" 1904 - checksum = "256e82c3a0968cbfe967c47211395dfb92fbfc1b34d288db571b17bf8ab8b15d" 1931 + checksum = "c19864761c8d69d23201fd19dd021cddf1fb7acbebb6e6b50e2b1776ec982768" 1905 1932 dependencies = [ 1906 1933 "bytes", 1907 1934 "getrandom 0.2.16", 1935 + "gloo-storage", 1908 1936 "http", 1909 1937 "jacquard-api", 1910 1938 "jacquard-common", ··· 1914 1942 "jose-jwk", 1915 1943 "miette", 1916 1944 "regex", 1945 + "regex-lite", 1917 1946 "reqwest", 1918 1947 "serde", 1919 1948 "serde_html_form", ··· 1928 1957 1929 1958 [[package]] 1930 1959 name = "jacquard-api" 1931 - version = "0.9.0" 1960 + version = "0.9.2" 1932 1961 source = "registry+https://github.com/rust-lang/crates.io-index" 1933 - checksum = "27ef4a19bb41e8f2ce67e47aa6a3411aa26014c34f31bc8517c109315b2e011a" 1962 + checksum = "bbbfd6e2b10fa1731f4d4e40c8f791956b0d4f804fb3efef891afec903f20597" 1934 1963 dependencies = [ 1935 1964 "bon", 1936 1965 "bytes", ··· 1947 1976 1948 1977 [[package]] 1949 1978 name = "jacquard-common" 1950 - version = "0.9.0" 1979 + version = "0.9.2" 1951 1980 source = "registry+https://github.com/rust-lang/crates.io-index" 1952 - checksum = "7d023139a3ab90528392ac201833a3516579fd6781cf4e70ebe556f61a2d1cb6" 1981 + checksum = "df86cb117d9f1c2b0251ba67c3f0e3f963fd22abc6cf8de0e02a7fc846c288ca" 1953 1982 dependencies = [ 1954 1983 "base64 0.22.1", 1955 1984 "bon", ··· 1970 1999 "p256", 1971 2000 "rand 0.9.2", 1972 2001 "regex", 2002 + "regex-lite", 1973 2003 "reqwest", 1974 2004 "serde", 1975 2005 "serde_html_form", ··· 1986 2016 1987 2017 [[package]] 1988 2018 name = "jacquard-derive" 1989 - version = "0.9.0" 2019 + version = "0.9.2" 1990 2020 source = "registry+https://github.com/rust-lang/crates.io-index" 1991 - checksum = "dab402f5278400b6c364449ffd2ff186c22f088a1f64823d2897247ca66dd4b8" 2021 + checksum = "42ca61a69dc7aa8fb2d7163416514ff7df5d79f2e8b22e269f4610afa85572fe" 1992 2022 dependencies = [ 1993 2023 "heck 0.5.0", 1994 2024 "jacquard-lexicon", 1995 2025 "proc-macro2", 1996 2026 "quote", 1997 - "syn 2.0.109", 2027 + "syn 2.0.111", 1998 2028 ] 1999 2029 2000 2030 [[package]] 2001 2031 name = "jacquard-identity" 2002 - version = "0.9.1" 2032 + version = "0.9.2" 2003 2033 source = "registry+https://github.com/rust-lang/crates.io-index" 2004 - checksum = "d7883c20ea50ac3de477a2363d466b8024d0c9680df31f7ab50b29fedd906ee8" 2034 + checksum = "1ef714cacebfca486558a9f8e205daf466bfba0466c4d0c450fd6d0252400a53" 2005 2035 dependencies = [ 2006 2036 "bon", 2007 2037 "bytes", ··· 2026 2056 2027 2057 [[package]] 2028 2058 name = "jacquard-lexicon" 2029 - version = "0.9.1" 2059 + version = "0.9.2" 2030 2060 source = "registry+https://github.com/rust-lang/crates.io-index" 2031 - checksum = "0dc39efada5328f96c49c986ffabac8f3b5d9cd88d06de8b3951cf5ebdfc6378" 2061 + checksum = "de87f2c938faea1b1f1b32d5b9e0c870e7b5bb5efbf96e3692ae2d8f6b2beb7a" 2032 2062 dependencies = [ 2033 2063 "cid", 2034 2064 "dashmap 6.1.0", ··· 2046 2076 "serde_repr", 2047 2077 "serde_with", 2048 2078 "sha2", 2049 - "syn 2.0.109", 2079 + "syn 2.0.111", 2050 2080 "thiserror 2.0.17", 2051 2081 "unicode-segmentation", 2052 2082 ] 2053 2083 2054 2084 [[package]] 2055 2085 name = "jacquard-oauth" 2056 - version = "0.9.0" 2086 + version = "0.9.2" 2057 2087 source = "registry+https://github.com/rust-lang/crates.io-index" 2058 - checksum = "4b384e36205a45b9d1beed428dfd975b6a48b986ac601a20b74b6cceb7896893" 2088 + checksum = "aafe9b4b2160cb57cd48d02d84d2c09706853d098e053baacb06a59fcd59a898" 2059 2089 dependencies = [ 2060 2090 "base64 0.22.1", 2061 2091 "bytes", ··· 2075 2105 "serde_html_form", 2076 2106 "serde_json", 2077 2107 "sha2", 2078 - "signature", 2079 2108 "smol_str", 2080 2109 "thiserror 2.0.17", 2081 2110 "tokio", ··· 2132 2161 dependencies = [ 2133 2162 "proc-macro2", 2134 2163 "quote", 2135 - "syn 2.0.109", 2164 + "syn 2.0.111", 2136 2165 ] 2137 2166 2138 2167 [[package]] ··· 2195 2224 2196 2225 [[package]] 2197 2226 name = "js-sys" 2198 - version = "0.3.82" 2227 + version = "0.3.83" 2199 2228 source = "registry+https://github.com/rust-lang/crates.io-index" 2200 - checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65" 2229 + checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8" 2201 2230 dependencies = [ 2202 2231 "once_cell", 2203 2232 "wasm-bindgen", ··· 2239 2268 2240 2269 [[package]] 2241 2270 name = "libc" 2242 - version = "0.2.177" 2271 + version = "0.2.178" 2243 2272 source = "registry+https://github.com/rust-lang/crates.io-index" 2244 - checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" 2273 + checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091" 2245 2274 2246 2275 [[package]] 2247 2276 name = "libm" ··· 2299 2328 2300 2329 [[package]] 2301 2330 name = "log" 2302 - version = "0.4.28" 2331 + version = "0.4.29" 2303 2332 source = "registry+https://github.com/rust-lang/crates.io-index" 2304 - checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" 2333 + checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 2305 2334 2306 2335 [[package]] 2307 2336 name = "loom" ··· 2418 2447 dependencies = [ 2419 2448 "proc-macro2", 2420 2449 "quote", 2421 - "syn 2.0.109", 2450 + "syn 2.0.111", 2422 2451 ] 2423 2452 2424 2453 [[package]] ··· 2470 2499 2471 2500 [[package]] 2472 2501 name = "mio" 2473 - version = "1.1.0" 2502 + version = "1.1.1" 2474 2503 source = "registry+https://github.com/rust-lang/crates.io-index" 2475 - checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873" 2504 + checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" 2476 2505 dependencies = [ 2477 2506 "libc", 2478 2507 "wasi", ··· 2574 2603 2575 2604 [[package]] 2576 2605 name = "num-bigint-dig" 2577 - version = "0.8.5" 2606 + version = "0.8.6" 2578 2607 source = "registry+https://github.com/rust-lang/crates.io-index" 2579 - checksum = "82c79c15c05d4bf82b6f5ef163104cc81a760d8e874d38ac50ab67c8877b647b" 2608 + checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7" 2580 2609 dependencies = [ 2581 2610 "lazy_static", 2582 2611 "libm", ··· 2701 2730 "proc-macro2", 2702 2731 "proc-macro2-diagnostics", 2703 2732 "quote", 2704 - "syn 2.0.109", 2733 + "syn 2.0.111", 2705 2734 ] 2706 2735 2707 2736 [[package]] ··· 2825 2854 dependencies = [ 2826 2855 "proc-macro2", 2827 2856 "quote", 2828 - "syn 2.0.109", 2857 + "syn 2.0.111", 2829 2858 ] 2830 2859 2831 2860 [[package]] ··· 2919 2948 checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 2920 2949 dependencies = [ 2921 2950 "proc-macro2", 2922 - "syn 2.0.109", 2951 + "syn 2.0.111", 2923 2952 ] 2924 2953 2925 2954 [[package]] ··· 2972 3001 dependencies = [ 2973 3002 "proc-macro2", 2974 3003 "quote", 2975 - "syn 2.0.109", 3004 + "syn 2.0.111", 2976 3005 "version_check", 2977 3006 "yansi", 2978 3007 ] ··· 3155 3184 dependencies = [ 3156 3185 "proc-macro2", 3157 3186 "quote", 3158 - "syn 2.0.109", 3187 + "syn 2.0.111", 3159 3188 ] 3160 3189 3161 3190 [[package]] ··· 3182 3211 ] 3183 3212 3184 3213 [[package]] 3214 + name = "regex-lite" 3215 + version = "0.1.8" 3216 + source = "registry+https://github.com/rust-lang/crates.io-index" 3217 + checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da" 3218 + 3219 + [[package]] 3185 3220 name = "regex-syntax" 3186 3221 version = "0.8.8" 3187 3222 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3234 3269 3235 3270 [[package]] 3236 3271 name = "resolv-conf" 3237 - version = "0.7.5" 3272 + version = "0.7.6" 3238 3273 source = "registry+https://github.com/rust-lang/crates.io-index" 3239 - checksum = "6b3789b30bd25ba102de4beabd95d21ac45b69b1be7d14522bab988c526d6799" 3274 + checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" 3240 3275 3241 3276 [[package]] 3242 3277 name = "rfc6979" ··· 3288 3323 3289 3324 [[package]] 3290 3325 name = "rsa" 3291 - version = "0.9.8" 3326 + version = "0.9.9" 3292 3327 source = "registry+https://github.com/rust-lang/crates.io-index" 3293 - checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b" 3328 + checksum = "40a0376c50d0358279d9d643e4bf7b7be212f1f4ff1da9070a7b54d22ef75c88" 3294 3329 dependencies = [ 3295 3330 "const-oid", 3296 3331 "digest", ··· 3350 3385 3351 3386 [[package]] 3352 3387 name = "rustls-pki-types" 3353 - version = "1.13.0" 3388 + version = "1.13.1" 3354 3389 source = "registry+https://github.com/rust-lang/crates.io-index" 3355 - checksum = "94182ad936a0c91c324cd46c6511b9510ed16af436d7b5bab34beab0afd55f7a" 3390 + checksum = "708c0f9d5f54ba0272468c1d306a52c495b31fa155e91bc25371e6df7996908c" 3356 3391 dependencies = [ 3357 3392 "web-time", 3358 3393 "zeroize", ··· 3499 3534 dependencies = [ 3500 3535 "proc-macro2", 3501 3536 "quote", 3502 - "syn 2.0.109", 3537 + "syn 2.0.111", 3503 3538 ] 3504 3539 3505 3540 [[package]] ··· 3509 3544 checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f" 3510 3545 dependencies = [ 3511 3546 "form_urlencoded", 3512 - "indexmap 2.12.0", 3547 + "indexmap 2.12.1", 3513 3548 "itoa", 3514 3549 "ryu", 3515 3550 "serde_core", ··· 3548 3583 dependencies = [ 3549 3584 "proc-macro2", 3550 3585 "quote", 3551 - "syn 2.0.109", 3586 + "syn 2.0.111", 3552 3587 ] 3553 3588 3554 3589 [[package]] ··· 3565 3600 3566 3601 [[package]] 3567 3602 name = "serde_with" 3568 - version = "3.15.1" 3603 + version = "3.16.1" 3569 3604 source = "registry+https://github.com/rust-lang/crates.io-index" 3570 - checksum = "aa66c845eee442168b2c8134fec70ac50dc20e760769c8ba0ad1319ca1959b04" 3605 + checksum = "4fa237f2807440d238e0364a218270b98f767a00d3dada77b1c53ae88940e2e7" 3571 3606 dependencies = [ 3572 3607 "base64 0.22.1", 3573 3608 "chrono", 3574 3609 "hex", 3575 3610 "indexmap 1.9.3", 3576 - "indexmap 2.12.0", 3611 + "indexmap 2.12.1", 3577 3612 "schemars 0.9.0", 3578 3613 "schemars 1.1.0", 3579 3614 "serde_core", ··· 3584 3619 3585 3620 [[package]] 3586 3621 name = "serde_with_macros" 3587 - version = "3.15.1" 3622 + version = "3.16.1" 3588 3623 source = "registry+https://github.com/rust-lang/crates.io-index" 3589 - checksum = "b91a903660542fced4e99881aa481bdbaec1634568ee02e0b8bd57c64cb38955" 3624 + checksum = "52a8e3ca0ca629121f70ab50f95249e5a6f925cc0f6ffe8256c45b728875706c" 3590 3625 dependencies = [ 3591 3626 "darling", 3592 3627 "proc-macro2", 3593 3628 "quote", 3594 - "syn 2.0.109", 3629 + "syn 2.0.111", 3595 3630 ] 3596 3631 3597 3632 [[package]] ··· 3775 3810 "futures-util", 3776 3811 "hashbrown 0.15.5", 3777 3812 "hashlink", 3778 - "indexmap 2.12.0", 3813 + "indexmap 2.12.1", 3779 3814 "log", 3780 3815 "memchr", 3781 3816 "once_cell", ··· 3801 3836 "quote", 3802 3837 "sqlx-core", 3803 3838 "sqlx-macros-core", 3804 - "syn 2.0.109", 3839 + "syn 2.0.111", 3805 3840 ] 3806 3841 3807 3842 [[package]] ··· 3824 3859 "sqlx-mysql", 3825 3860 "sqlx-postgres", 3826 3861 "sqlx-sqlite", 3827 - "syn 2.0.109", 3862 + "syn 2.0.111", 3828 3863 "tokio", 3829 3864 "url", 3830 3865 ] ··· 3954 3989 "quote", 3955 3990 "serde", 3956 3991 "sha2", 3957 - "syn 2.0.109", 3992 + "syn 2.0.111", 3958 3993 "thiserror 1.0.69", 3959 3994 ] 3960 3995 ··· 4025 4060 4026 4061 [[package]] 4027 4062 name = "syn" 4028 - version = "2.0.109" 4063 + version = "2.0.111" 4029 4064 source = "registry+https://github.com/rust-lang/crates.io-index" 4030 - checksum = "2f17c7e013e88258aa9543dcbe81aca68a667a9ac37cd69c9fbc07858bfe0e2f" 4065 + checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87" 4031 4066 dependencies = [ 4032 4067 "proc-macro2", 4033 4068 "quote", ··· 4051 4086 dependencies = [ 4052 4087 "proc-macro2", 4053 4088 "quote", 4054 - "syn 2.0.109", 4089 + "syn 2.0.111", 4055 4090 ] 4056 4091 4057 4092 [[package]] ··· 4131 4166 dependencies = [ 4132 4167 "proc-macro2", 4133 4168 "quote", 4134 - "syn 2.0.109", 4169 + "syn 2.0.111", 4135 4170 ] 4136 4171 4137 4172 [[package]] ··· 4142 4177 dependencies = [ 4143 4178 "proc-macro2", 4144 4179 "quote", 4145 - "syn 2.0.109", 4180 + "syn 2.0.111", 4146 4181 ] 4147 4182 4148 4183 [[package]] ··· 4256 4291 dependencies = [ 4257 4292 "proc-macro2", 4258 4293 "quote", 4259 - "syn 2.0.109", 4294 + "syn 2.0.111", 4260 4295 ] 4261 4296 4262 4297 [[package]] ··· 4311 4346 4312 4347 [[package]] 4313 4348 name = "tower-http" 4314 - version = "0.6.6" 4349 + version = "0.6.7" 4315 4350 source = "registry+https://github.com/rust-lang/crates.io-index" 4316 - checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" 4351 + checksum = "9cf146f99d442e8e68e585f5d798ccd3cad9a7835b917e09728880a862706456" 4317 4352 dependencies = [ 4318 4353 "bitflags", 4319 4354 "bytes", ··· 4341 4376 4342 4377 [[package]] 4343 4378 name = "tracing" 4344 - version = "0.1.41" 4379 + version = "0.1.43" 4345 4380 source = "registry+https://github.com/rust-lang/crates.io-index" 4346 - checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 4381 + checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647" 4347 4382 dependencies = [ 4348 4383 "log", 4349 4384 "pin-project-lite", ··· 4353 4388 4354 4389 [[package]] 4355 4390 name = "tracing-attributes" 4356 - version = "0.1.30" 4391 + version = "0.1.31" 4357 4392 source = "registry+https://github.com/rust-lang/crates.io-index" 4358 - checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" 4393 + checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 4359 4394 dependencies = [ 4360 4395 "proc-macro2", 4361 4396 "quote", 4362 - "syn 2.0.109", 4397 + "syn 2.0.111", 4363 4398 ] 4364 4399 4365 4400 [[package]] 4366 4401 name = "tracing-core" 4367 - version = "0.1.34" 4402 + version = "0.1.35" 4368 4403 source = "registry+https://github.com/rust-lang/crates.io-index" 4369 - checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 4404 + checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c" 4370 4405 dependencies = [ 4371 4406 "once_cell", 4372 4407 "valuable", ··· 4385 4420 4386 4421 [[package]] 4387 4422 name = "tracing-subscriber" 4388 - version = "0.3.20" 4423 + version = "0.3.22" 4389 4424 source = "registry+https://github.com/rust-lang/crates.io-index" 4390 - checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5" 4425 + checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" 4391 4426 dependencies = [ 4392 4427 "matchers", 4393 4428 "nu-ansi-term", ··· 4409 4444 dependencies = [ 4410 4445 "proc-macro2", 4411 4446 "quote", 4412 - "syn 2.0.109", 4447 + "syn 2.0.111", 4413 4448 ] 4414 4449 4415 4450 [[package]] ··· 4604 4639 4605 4640 [[package]] 4606 4641 name = "wasm-bindgen" 4607 - version = "0.2.105" 4642 + version = "0.2.106" 4608 4643 source = "registry+https://github.com/rust-lang/crates.io-index" 4609 - checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60" 4644 + checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd" 4610 4645 dependencies = [ 4611 4646 "cfg-if", 4612 4647 "once_cell", ··· 4617 4652 4618 4653 [[package]] 4619 4654 name = "wasm-bindgen-futures" 4620 - version = "0.4.55" 4655 + version = "0.4.56" 4621 4656 source = "registry+https://github.com/rust-lang/crates.io-index" 4622 - checksum = "551f88106c6d5e7ccc7cd9a16f312dd3b5d36ea8b4954304657d5dfba115d4a0" 4657 + checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c" 4623 4658 dependencies = [ 4624 4659 "cfg-if", 4625 4660 "js-sys", ··· 4630 4665 4631 4666 [[package]] 4632 4667 name = "wasm-bindgen-macro" 4633 - version = "0.2.105" 4668 + version = "0.2.106" 4634 4669 source = "registry+https://github.com/rust-lang/crates.io-index" 4635 - checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2" 4670 + checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3" 4636 4671 dependencies = [ 4637 4672 "quote", 4638 4673 "wasm-bindgen-macro-support", ··· 4640 4675 4641 4676 [[package]] 4642 4677 name = "wasm-bindgen-macro-support" 4643 - version = "0.2.105" 4678 + version = "0.2.106" 4644 4679 source = "registry+https://github.com/rust-lang/crates.io-index" 4645 - checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc" 4680 + checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40" 4646 4681 dependencies = [ 4647 4682 "bumpalo", 4648 4683 "proc-macro2", 4649 4684 "quote", 4650 - "syn 2.0.109", 4685 + "syn 2.0.111", 4651 4686 "wasm-bindgen-shared", 4652 4687 ] 4653 4688 4654 4689 [[package]] 4655 4690 name = "wasm-bindgen-shared" 4656 - version = "0.2.105" 4691 + version = "0.2.106" 4657 4692 source = "registry+https://github.com/rust-lang/crates.io-index" 4658 - checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76" 4693 + checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4" 4659 4694 dependencies = [ 4660 4695 "unicode-ident", 4661 4696 ] ··· 4675 4710 4676 4711 [[package]] 4677 4712 name = "web-sys" 4678 - version = "0.3.82" 4713 + version = "0.3.83" 4679 4714 source = "registry+https://github.com/rust-lang/crates.io-index" 4680 - checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1" 4715 + checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac" 4681 4716 dependencies = [ 4682 4717 "js-sys", 4683 4718 "wasm-bindgen", ··· 4762 4797 checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" 4763 4798 dependencies = [ 4764 4799 "windows-collections", 4765 - "windows-core 0.61.2", 4800 + "windows-core", 4766 4801 "windows-future", 4767 4802 "windows-link 0.1.3", 4768 4803 "windows-numerics", ··· 4774 4809 source = "registry+https://github.com/rust-lang/crates.io-index" 4775 4810 checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" 4776 4811 dependencies = [ 4777 - "windows-core 0.61.2", 4812 + "windows-core", 4778 4813 ] 4779 4814 4780 4815 [[package]] ··· 4791 4826 ] 4792 4827 4793 4828 [[package]] 4794 - name = "windows-core" 4795 - version = "0.62.2" 4796 - source = "registry+https://github.com/rust-lang/crates.io-index" 4797 - checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 4798 - dependencies = [ 4799 - "windows-implement", 4800 - "windows-interface", 4801 - "windows-link 0.2.1", 4802 - "windows-result 0.4.1", 4803 - "windows-strings 0.5.1", 4804 - ] 4805 - 4806 - [[package]] 4807 4829 name = "windows-future" 4808 4830 version = "0.2.1" 4809 4831 source = "registry+https://github.com/rust-lang/crates.io-index" 4810 4832 checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" 4811 4833 dependencies = [ 4812 - "windows-core 0.61.2", 4834 + "windows-core", 4813 4835 "windows-link 0.1.3", 4814 4836 "windows-threading", 4815 4837 ] ··· 4822 4844 dependencies = [ 4823 4845 "proc-macro2", 4824 4846 "quote", 4825 - "syn 2.0.109", 4847 + "syn 2.0.111", 4826 4848 ] 4827 4849 4828 4850 [[package]] ··· 4833 4855 dependencies = [ 4834 4856 "proc-macro2", 4835 4857 "quote", 4836 - "syn 2.0.109", 4858 + "syn 2.0.111", 4837 4859 ] 4838 4860 4839 4861 [[package]] ··· 4854 4876 source = "registry+https://github.com/rust-lang/crates.io-index" 4855 4877 checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" 4856 4878 dependencies = [ 4857 - "windows-core 0.61.2", 4879 + "windows-core", 4858 4880 "windows-link 0.1.3", 4859 4881 ] 4860 4882 4861 4883 [[package]] 4862 4884 name = "windows-registry" 4863 - version = "0.5.3" 4885 + version = "0.6.1" 4864 4886 source = "registry+https://github.com/rust-lang/crates.io-index" 4865 - checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e" 4887 + checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" 4866 4888 dependencies = [ 4867 - "windows-link 0.1.3", 4868 - "windows-result 0.3.4", 4869 - "windows-strings 0.4.2", 4889 + "windows-link 0.2.1", 4890 + "windows-result 0.4.1", 4891 + "windows-strings 0.5.1", 4870 4892 ] 4871 4893 4872 4894 [[package]] ··· 5260 5282 dependencies = [ 5261 5283 "proc-macro2", 5262 5284 "quote", 5263 - "syn 2.0.109", 5285 + "syn 2.0.111", 5264 5286 "synstructure", 5265 5287 ] 5266 5288 5267 5289 [[package]] 5268 5290 name = "zerocopy" 5269 - version = "0.8.27" 5291 + version = "0.8.31" 5270 5292 source = "registry+https://github.com/rust-lang/crates.io-index" 5271 - checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" 5293 + checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3" 5272 5294 dependencies = [ 5273 5295 "zerocopy-derive", 5274 5296 ] 5275 5297 5276 5298 [[package]] 5277 5299 name = "zerocopy-derive" 5278 - version = "0.8.27" 5300 + version = "0.8.31" 5279 5301 source = "registry+https://github.com/rust-lang/crates.io-index" 5280 - checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" 5302 + checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a" 5281 5303 dependencies = [ 5282 5304 "proc-macro2", 5283 5305 "quote", 5284 - "syn 2.0.109", 5306 + "syn 2.0.111", 5285 5307 ] 5286 5308 5287 5309 [[package]] ··· 5301 5323 dependencies = [ 5302 5324 "proc-macro2", 5303 5325 "quote", 5304 - "syn 2.0.109", 5326 + "syn 2.0.111", 5305 5327 "synstructure", 5306 5328 ] 5307 5329 ··· 5344 5366 dependencies = [ 5345 5367 "proc-macro2", 5346 5368 "quote", 5347 - "syn 2.0.109", 5369 + "syn 2.0.111", 5348 5370 ]
+2 -2
Cargo.toml
··· 7 7 base64 = "0.22.1" 8 8 env_logger = "0.11.8" 9 9 ipld-core = "0.4.2" 10 - jacquard = "0.9.0" 10 + jacquard = "0.9.3" 11 11 jacquard-repo = "0.9.2" 12 - log = "0.4.28" 12 + log = "0.4.29" 13 13 serde = "1.0.228" 14 14 serde_ipld_dagcbor = "0.6.4" 15 15 serde_json = { version = "1.0.145", features = ["raw_value"] }