recordbox: 0.9.0 -> 0.9.2 (#373908)

authored by Seth Flynn and committed by GitHub 568c12fc fb6a0e29

+413 -201
+410 -198
pkgs/by-name/re/recordbox/Cargo.lock
··· 59 59 "serde", 60 60 "serde_repr", 61 61 "url", 62 - "zbus 5.2.0", 62 + "zbus 5.3.0", 63 63 ] 64 64 65 65 [[package]] ··· 68 68 source = "registry+https://github.com/rust-lang/crates.io-index" 69 69 checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532" 70 70 dependencies = [ 71 - "event-listener 5.3.1", 71 + "event-listener 5.4.0", 72 72 "event-listener-strategy", 73 73 "futures-core", 74 74 "pin-project-lite", ··· 161 161 source = "registry+https://github.com/rust-lang/crates.io-index" 162 162 checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" 163 163 dependencies = [ 164 - "event-listener 5.3.1", 164 + "event-listener 5.4.0", 165 165 "event-listener-strategy", 166 166 "pin-project-lite", 167 167 ] ··· 190 190 "async-task", 191 191 "blocking", 192 192 "cfg-if", 193 - "event-listener 5.3.1", 193 + "event-listener 5.4.0", 194 194 "futures-lite", 195 195 "rustix", 196 196 "tracing", ··· 260 260 261 261 [[package]] 262 262 name = "async-trait" 263 - version = "0.1.83" 263 + version = "0.1.85" 264 264 source = "registry+https://github.com/rust-lang/crates.io-index" 265 - checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" 265 + checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056" 266 266 dependencies = [ 267 267 "proc-macro2", 268 268 "quote", ··· 301 301 302 302 [[package]] 303 303 name = "bitflags" 304 - version = "2.6.0" 304 + version = "2.7.0" 305 305 source = "registry+https://github.com/rust-lang/crates.io-index" 306 - checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 306 + checksum = "1be3f42a67d6d345ecd59f675f3f012d6974981560836e938c22b424b85ce1be" 307 307 308 308 [[package]] 309 309 name = "block" ··· 383 383 source = "registry+https://github.com/rust-lang/crates.io-index" 384 384 checksum = "ae50b5510d86cf96ac2370e66d8dc960882f3df179d6a5a1e52bd94a1416c0f7" 385 385 dependencies = [ 386 - "bitflags 2.6.0", 386 + "bitflags 2.7.0", 387 387 "cairo-sys-rs", 388 388 "glib", 389 389 "libc", ··· 402 402 403 403 [[package]] 404 404 name = "cc" 405 - version = "1.2.5" 405 + version = "1.2.9" 406 406 source = "registry+https://github.com/rust-lang/crates.io-index" 407 - checksum = "c31a0499c1dc64f458ad13872de75c0eb7e3fdb0e67964610c914b034fc5956e" 407 + checksum = "c8293772165d9345bdaaa39b45b2109591e63fe5e6fbc23c6ff930a048aa310b" 408 408 dependencies = [ 409 409 "shlex", 410 410 ] ··· 440 440 "android-tzdata", 441 441 "iana-time-zone", 442 442 "num-traits", 443 - "windows-targets", 443 + "windows-targets 0.52.6", 444 444 ] 445 445 446 446 [[package]] ··· 527 527 528 528 [[package]] 529 529 name = "data-encoding" 530 - version = "2.6.0" 530 + version = "2.7.0" 531 531 source = "registry+https://github.com/rust-lang/crates.io-index" 532 - checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" 532 + checksum = "0e60eed09d8c01d3cee5b7d30acb059b76614c918fa0f992e0dd6eeb10daad6f" 533 533 534 534 [[package]] 535 535 name = "digest" ··· 609 609 610 610 [[package]] 611 611 name = "event-listener" 612 - version = "5.3.1" 612 + version = "5.4.0" 613 613 source = "registry+https://github.com/rust-lang/crates.io-index" 614 - checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" 614 + checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae" 615 615 dependencies = [ 616 616 "concurrent-queue", 617 617 "parking", ··· 624 624 source = "registry+https://github.com/rust-lang/crates.io-index" 625 625 checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2" 626 626 dependencies = [ 627 - "event-listener 5.3.1", 627 + "event-listener 5.4.0", 628 628 "pin-project-lite", 629 629 ] 630 630 ··· 695 695 dependencies = [ 696 696 "chrono", 697 697 "log", 698 - "nu-ansi-term", 698 + "nu-ansi-term 0.50.1", 699 699 "regex", 700 - "thiserror 2.0.9", 700 + "thiserror 2.0.11", 701 701 ] 702 702 703 703 [[package]] ··· 768 768 769 769 [[package]] 770 770 name = "futures-lite" 771 - version = "2.5.0" 771 + version = "2.6.0" 772 772 source = "registry+https://github.com/rust-lang/crates.io-index" 773 - checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1" 773 + checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532" 774 774 dependencies = [ 775 775 "fastrand", 776 776 "futures-core", ··· 887 887 ] 888 888 889 889 [[package]] 890 + name = "generator" 891 + version = "0.8.4" 892 + source = "registry+https://github.com/rust-lang/crates.io-index" 893 + checksum = "cc6bd114ceda131d3b1d665eba35788690ad37f5916457286b32ab6fd3c438dd" 894 + dependencies = [ 895 + "cfg-if", 896 + "libc", 897 + "log", 898 + "rustversion", 899 + "windows 0.58.0", 900 + ] 901 + 902 + [[package]] 890 903 name = "generic-array" 891 904 version = "0.14.7" 892 905 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 963 976 source = "registry+https://github.com/rust-lang/crates.io-index" 964 977 checksum = "f969edf089188d821a30cde713b6f9eb08b20c63fc2e584aba2892a7984a8cc0" 965 978 dependencies = [ 966 - "bitflags 2.6.0", 979 + "bitflags 2.7.0", 967 980 "futures-channel", 968 981 "futures-core", 969 982 "futures-executor", ··· 1100 1113 "paste", 1101 1114 "pin-project-lite", 1102 1115 "smallvec", 1103 - "thiserror 2.0.9", 1116 + "thiserror 2.0.11", 1104 1117 ] 1105 1118 1106 1119 [[package]] ··· 1213 1226 "gstreamer-video-sys", 1214 1227 "libc", 1215 1228 "once_cell", 1216 - "thiserror 2.0.9", 1229 + "thiserror 2.0.11", 1217 1230 ] 1218 1231 1219 1232 [[package]] ··· 1498 1511 1499 1512 [[package]] 1500 1513 name = "inotify" 1501 - version = "0.10.2" 1514 + version = "0.11.0" 1502 1515 source = "registry+https://github.com/rust-lang/crates.io-index" 1503 - checksum = "fdd168d97690d0b8c412d6b6c10360277f4d7ee495c5d0d5d5fe0854923255cc" 1516 + checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3" 1504 1517 dependencies = [ 1505 - "bitflags 1.3.2", 1518 + "bitflags 2.7.0", 1506 1519 "inotify-sys", 1507 1520 "libc", 1508 1521 ] ··· 1514 1527 checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 1515 1528 dependencies = [ 1516 1529 "libc", 1517 - ] 1518 - 1519 - [[package]] 1520 - name = "instant" 1521 - version = "0.1.13" 1522 - source = "registry+https://github.com/rust-lang/crates.io-index" 1523 - checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 1524 - dependencies = [ 1525 - "cfg-if", 1526 1530 ] 1527 1531 1528 1532 [[package]] ··· 1542 1546 1543 1547 [[package]] 1544 1548 name = "js-sys" 1545 - version = "0.3.76" 1549 + version = "0.3.77" 1546 1550 source = "registry+https://github.com/rust-lang/crates.io-index" 1547 - checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7" 1551 + checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 1548 1552 dependencies = [ 1549 1553 "once_cell", 1550 1554 "wasm-bindgen", ··· 1634 1638 source = "registry+https://github.com/rust-lang/crates.io-index" 1635 1639 checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 1636 1640 dependencies = [ 1637 - "bitflags 2.6.0", 1641 + "bitflags 2.7.0", 1638 1642 "libc", 1639 1643 "redox_syscall", 1640 1644 ] ··· 1651 1655 1652 1656 [[package]] 1653 1657 name = "linux-raw-sys" 1654 - version = "0.4.14" 1658 + version = "0.4.15" 1655 1659 source = "registry+https://github.com/rust-lang/crates.io-index" 1656 - checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 1660 + checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 1657 1661 1658 1662 [[package]] 1659 1663 name = "litemap" ··· 1686 1690 1687 1691 [[package]] 1688 1692 name = "lofty" 1689 - version = "0.21.1" 1693 + version = "0.22.1" 1690 1694 source = "registry+https://github.com/rust-lang/crates.io-index" 1691 - checksum = "c8bc4717ff10833a623b009e9254ae8667c7a59edc3cfb01c37aeeef4b6d54a7" 1695 + checksum = "b7c45b1baaa65506d6f6fe3a7dce7efae02d7d7fbe89907731686a39ab247a49" 1692 1696 dependencies = [ 1693 1697 "byteorder", 1694 1698 "data-encoding", ··· 1712 1716 1713 1717 [[package]] 1714 1718 name = "log" 1715 - version = "0.4.22" 1719 + version = "0.4.25" 1716 1720 source = "registry+https://github.com/rust-lang/crates.io-index" 1717 - checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 1721 + checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f" 1718 1722 dependencies = [ 1719 1723 "value-bag", 1720 1724 ] 1721 1725 1722 1726 [[package]] 1727 + name = "loom" 1728 + version = "0.7.2" 1729 + source = "registry+https://github.com/rust-lang/crates.io-index" 1730 + checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca" 1731 + dependencies = [ 1732 + "cfg-if", 1733 + "generator", 1734 + "scoped-tls", 1735 + "tracing", 1736 + "tracing-subscriber", 1737 + ] 1738 + 1739 + [[package]] 1723 1740 name = "malloc_buf" 1724 1741 version = "0.0.6" 1725 1742 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1729 1746 ] 1730 1747 1731 1748 [[package]] 1749 + name = "matchers" 1750 + version = "0.1.0" 1751 + source = "registry+https://github.com/rust-lang/crates.io-index" 1752 + checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 1753 + dependencies = [ 1754 + "regex-automata 0.1.10", 1755 + ] 1756 + 1757 + [[package]] 1732 1758 name = "memchr" 1733 1759 version = "2.7.4" 1734 1760 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1793 1819 1794 1820 [[package]] 1795 1821 name = "miniz_oxide" 1796 - version = "0.8.2" 1822 + version = "0.8.3" 1797 1823 source = "registry+https://github.com/rust-lang/crates.io-index" 1798 - checksum = "4ffbe83022cedc1d264172192511ae958937694cd57ce297164951b8b3568394" 1824 + checksum = "b8402cab7aefae129c6977bb0ff1b8fd9a04eb5b51efc50a70bea51cda0c7924" 1799 1825 dependencies = [ 1800 1826 "adler2", 1801 1827 ] ··· 1814 1840 1815 1841 [[package]] 1816 1842 name = "moka" 1817 - version = "0.12.8" 1843 + version = "0.12.10" 1818 1844 source = "registry+https://github.com/rust-lang/crates.io-index" 1819 - checksum = "32cf62eb4dd975d2dde76432fb1075c49e3ee2331cf36f1f8fd4b66550d32b6f" 1845 + checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926" 1820 1846 dependencies = [ 1821 1847 "async-lock", 1822 - "async-trait", 1823 1848 "crossbeam-channel", 1824 1849 "crossbeam-epoch", 1825 1850 "crossbeam-utils", 1826 - "event-listener 5.3.1", 1851 + "event-listener 5.4.0", 1827 1852 "futures-util", 1828 - "once_cell", 1853 + "loom", 1829 1854 "parking_lot", 1830 - "quanta", 1855 + "portable-atomic", 1831 1856 "rustc_version", 1832 1857 "smallvec", 1833 1858 "tagptr", 1834 1859 "thiserror 1.0.69", 1835 - "triomphe", 1836 1860 "uuid", 1837 1861 ] 1838 1862 ··· 1861 1885 source = "registry+https://github.com/rust-lang/crates.io-index" 1862 1886 checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" 1863 1887 dependencies = [ 1864 - "bitflags 2.6.0", 1888 + "bitflags 2.7.0", 1865 1889 "cfg-if", 1866 1890 "cfg_aliases", 1867 1891 "libc", ··· 1870 1894 1871 1895 [[package]] 1872 1896 name = "notify" 1873 - version = "7.0.0" 1897 + version = "8.0.0" 1874 1898 source = "registry+https://github.com/rust-lang/crates.io-index" 1875 - checksum = "c533b4c39709f9ba5005d8002048266593c1cfaf3c5f0739d5b8ab0c6c504009" 1899 + checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943" 1876 1900 dependencies = [ 1877 - "bitflags 2.6.0", 1901 + "bitflags 2.7.0", 1878 1902 "filetime", 1879 1903 "fsevent-sys", 1880 1904 "inotify", ··· 1884 1908 "mio", 1885 1909 "notify-types", 1886 1910 "walkdir", 1887 - "windows-sys 0.52.0", 1911 + "windows-sys 0.59.0", 1888 1912 ] 1889 1913 1890 1914 [[package]] 1891 1915 name = "notify-debouncer-full" 1892 - version = "0.4.0" 1916 + version = "0.5.0" 1893 1917 source = "registry+https://github.com/rust-lang/crates.io-index" 1894 - checksum = "9dcf855483228259b2353f89e99df35fc639b2b2510d1166e4858e3f67ec1afb" 1918 + checksum = "d2d88b1a7538054351c8258338df7c931a590513fb3745e8c15eb9ff4199b8d1" 1895 1919 dependencies = [ 1896 1920 "file-id", 1897 1921 "log", ··· 1902 1926 1903 1927 [[package]] 1904 1928 name = "notify-types" 1905 - version = "1.0.1" 1929 + version = "2.0.0" 1906 1930 source = "registry+https://github.com/rust-lang/crates.io-index" 1907 - checksum = "585d3cb5e12e01aed9e8a1f70d5c6b5e86fe2a6e48fc8cd0b3e0b8df6f6eb174" 1931 + checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d" 1932 + 1933 + [[package]] 1934 + name = "nu-ansi-term" 1935 + version = "0.46.0" 1936 + source = "registry+https://github.com/rust-lang/crates.io-index" 1937 + checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 1908 1938 dependencies = [ 1909 - "instant", 1939 + "overload", 1940 + "winapi", 1910 1941 ] 1911 1942 1912 1943 [[package]] ··· 1977 2008 1978 2009 [[package]] 1979 2010 name = "ogg_pager" 1980 - version = "0.6.1" 2011 + version = "0.7.0" 1981 2012 source = "registry+https://github.com/rust-lang/crates.io-index" 1982 - checksum = "87b0bef808533c5890ab77279538212efdbbbd9aa4ef1ccdfcfbf77a42f7e6fa" 2013 + checksum = "e034c10fb5c1c012c1b327b85df89fb0ef98ae66ec28af30f0d1eed804a40c19" 1983 2014 dependencies = [ 1984 2015 "byteorder", 1985 2016 ] ··· 2008 2039 "futures-core", 2009 2040 "pin-project-lite", 2010 2041 ] 2042 + 2043 + [[package]] 2044 + name = "overload" 2045 + version = "0.1.1" 2046 + source = "registry+https://github.com/rust-lang/crates.io-index" 2047 + checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 2011 2048 2012 2049 [[package]] 2013 2050 name = "pango" ··· 2059 2096 "libc", 2060 2097 "redox_syscall", 2061 2098 "smallvec", 2062 - "windows-targets", 2099 + "windows-targets 0.52.6", 2063 2100 ] 2064 2101 2065 2102 [[package]] ··· 2076 2113 2077 2114 [[package]] 2078 2115 name = "pin-project-lite" 2079 - version = "0.2.15" 2116 + version = "0.2.16" 2080 2117 source = "registry+https://github.com/rust-lang/crates.io-index" 2081 - checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff" 2118 + checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 2082 2119 2083 2120 [[package]] 2084 2121 name = "pin-utils" ··· 2119 2156 ] 2120 2157 2121 2158 [[package]] 2159 + name = "portable-atomic" 2160 + version = "1.10.0" 2161 + source = "registry+https://github.com/rust-lang/crates.io-index" 2162 + checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6" 2163 + 2164 + [[package]] 2122 2165 name = "ppv-lite86" 2123 2166 version = "0.2.20" 2124 2167 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2138 2181 2139 2182 [[package]] 2140 2183 name = "proc-macro2" 2141 - version = "1.0.92" 2184 + version = "1.0.93" 2142 2185 source = "registry+https://github.com/rust-lang/crates.io-index" 2143 - checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0" 2186 + checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99" 2144 2187 dependencies = [ 2145 2188 "unicode-ident", 2146 2189 ] 2147 2190 2148 2191 [[package]] 2149 - name = "quanta" 2150 - version = "0.12.4" 2151 - source = "registry+https://github.com/rust-lang/crates.io-index" 2152 - checksum = "773ce68d0bb9bc7ef20be3536ffe94e223e1f365bd374108b2659fac0c65cfe6" 2153 - dependencies = [ 2154 - "crossbeam-utils", 2155 - "libc", 2156 - "once_cell", 2157 - "raw-cpuid", 2158 - "wasi", 2159 - "web-sys", 2160 - "winapi", 2161 - ] 2162 - 2163 - [[package]] 2164 2192 name = "quote" 2165 - version = "1.0.37" 2193 + version = "1.0.38" 2166 2194 source = "registry+https://github.com/rust-lang/crates.io-index" 2167 - checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" 2195 + checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" 2168 2196 dependencies = [ 2169 2197 "proc-macro2", 2170 2198 ] ··· 2222 2250 ] 2223 2251 2224 2252 [[package]] 2225 - name = "raw-cpuid" 2226 - version = "11.2.0" 2227 - source = "registry+https://github.com/rust-lang/crates.io-index" 2228 - checksum = "1ab240315c661615f2ee9f0f2cd32d5a7343a84d5ebcccb99d46e6637565e7b0" 2229 - dependencies = [ 2230 - "bitflags 2.6.0", 2231 - ] 2232 - 2233 - [[package]] 2234 2253 name = "recordbox" 2235 - version = "0.9.0" 2254 + version = "0.9.2" 2236 2255 dependencies = [ 2237 2256 "ashpd", 2238 2257 "async-channel 2.3.1", ··· 2268 2287 "strum_macros", 2269 2288 "tr", 2270 2289 "urlencoding", 2290 + "uuid", 2271 2291 "walkdir", 2272 2292 ] 2273 2293 ··· 2277 2297 source = "registry+https://github.com/rust-lang/crates.io-index" 2278 2298 checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834" 2279 2299 dependencies = [ 2280 - "bitflags 2.6.0", 2300 + "bitflags 2.7.0", 2281 2301 ] 2282 2302 2283 2303 [[package]] 2284 2304 name = "reflink-copy" 2285 - version = "0.1.20" 2305 + version = "0.1.22" 2286 2306 source = "registry+https://github.com/rust-lang/crates.io-index" 2287 - checksum = "17400ed684c3a0615932f00c271ae3eea13e47056a1455821995122348ab6438" 2307 + checksum = "0a7aea22fc8204e0f291719120cbcdae4f25f0807d7b00f5b6b27d95a8f1a2ad" 2288 2308 dependencies = [ 2289 2309 "cfg-if", 2290 2310 "rustix", 2291 - "windows", 2311 + "windows 0.59.0", 2292 2312 ] 2293 2313 2294 2314 [[package]] ··· 2299 2319 dependencies = [ 2300 2320 "aho-corasick", 2301 2321 "memchr", 2302 - "regex-automata", 2303 - "regex-syntax", 2322 + "regex-automata 0.4.9", 2323 + "regex-syntax 0.8.5", 2324 + ] 2325 + 2326 + [[package]] 2327 + name = "regex-automata" 2328 + version = "0.1.10" 2329 + source = "registry+https://github.com/rust-lang/crates.io-index" 2330 + checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 2331 + dependencies = [ 2332 + "regex-syntax 0.6.29", 2304 2333 ] 2305 2334 2306 2335 [[package]] ··· 2311 2340 dependencies = [ 2312 2341 "aho-corasick", 2313 2342 "memchr", 2314 - "regex-syntax", 2343 + "regex-syntax 0.8.5", 2315 2344 ] 2345 + 2346 + [[package]] 2347 + name = "regex-syntax" 2348 + version = "0.6.29" 2349 + source = "registry+https://github.com/rust-lang/crates.io-index" 2350 + checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 2316 2351 2317 2352 [[package]] 2318 2353 name = "regex-syntax" ··· 2335 2370 source = "registry+https://github.com/rust-lang/crates.io-index" 2336 2371 checksum = "7753b721174eb8ff87a9a0e799e2d7bc3749323e773db92e0984debb00019d6e" 2337 2372 dependencies = [ 2338 - "bitflags 2.6.0", 2373 + "bitflags 2.7.0", 2339 2374 "fallible-iterator", 2340 2375 "fallible-streaming-iterator", 2341 2376 "hashlink", ··· 2364 2399 2365 2400 [[package]] 2366 2401 name = "rustix" 2367 - version = "0.38.42" 2402 + version = "0.38.43" 2368 2403 source = "registry+https://github.com/rust-lang/crates.io-index" 2369 - checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85" 2404 + checksum = "a78891ee6bf2340288408954ac787aa063d8e8817e9f53abb37c695c6d834ef6" 2370 2405 dependencies = [ 2371 - "bitflags 2.6.0", 2406 + "bitflags 2.7.0", 2372 2407 "errno", 2373 2408 "libc", 2374 2409 "linux-raw-sys", ··· 2377 2412 2378 2413 [[package]] 2379 2414 name = "rustversion" 2380 - version = "1.0.18" 2415 + version = "1.0.19" 2381 2416 source = "registry+https://github.com/rust-lang/crates.io-index" 2382 - checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248" 2417 + checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4" 2383 2418 2384 2419 [[package]] 2385 2420 name = "ryu" ··· 2406 2441 ] 2407 2442 2408 2443 [[package]] 2444 + name = "scoped-tls" 2445 + version = "1.0.1" 2446 + source = "registry+https://github.com/rust-lang/crates.io-index" 2447 + checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 2448 + 2449 + [[package]] 2409 2450 name = "scopeguard" 2410 2451 version = "1.2.0" 2411 2452 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2431 2472 2432 2473 [[package]] 2433 2474 name = "serde" 2434 - version = "1.0.216" 2475 + version = "1.0.217" 2435 2476 source = "registry+https://github.com/rust-lang/crates.io-index" 2436 - checksum = "0b9781016e935a97e8beecf0c933758c97a5520d32930e460142b4cd80c6338e" 2477 + checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70" 2437 2478 dependencies = [ 2438 2479 "serde_derive", 2439 2480 ] 2440 2481 2441 2482 [[package]] 2442 2483 name = "serde_derive" 2443 - version = "1.0.216" 2484 + version = "1.0.217" 2444 2485 source = "registry+https://github.com/rust-lang/crates.io-index" 2445 - checksum = "46f859dbbf73865c6627ed570e78961cd3ac92407a2d117204c49232485da55e" 2486 + checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0" 2446 2487 dependencies = [ 2447 2488 "proc-macro2", 2448 2489 "quote", ··· 2451 2492 2452 2493 [[package]] 2453 2494 name = "serde_json" 2454 - version = "1.0.134" 2495 + version = "1.0.135" 2455 2496 source = "registry+https://github.com/rust-lang/crates.io-index" 2456 - checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" 2497 + checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" 2457 2498 dependencies = [ 2458 2499 "itoa", 2459 2500 "memchr", ··· 2515 2556 ] 2516 2557 2517 2558 [[package]] 2559 + name = "sharded-slab" 2560 + version = "0.1.7" 2561 + source = "registry+https://github.com/rust-lang/crates.io-index" 2562 + checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 2563 + dependencies = [ 2564 + "lazy_static", 2565 + ] 2566 + 2567 + [[package]] 2518 2568 name = "shlex" 2519 2569 version = "1.3.0" 2520 2570 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2594 2644 2595 2645 [[package]] 2596 2646 name = "syn" 2597 - version = "2.0.91" 2647 + version = "2.0.96" 2598 2648 source = "registry+https://github.com/rust-lang/crates.io-index" 2599 - checksum = "d53cbcb5a243bd33b7858b1d7f4aca2153490815872d86d955d6ea29f743c035" 2649 + checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80" 2600 2650 dependencies = [ 2601 2651 "proc-macro2", 2602 2652 "quote", ··· 2647 2697 2648 2698 [[package]] 2649 2699 name = "tempfile" 2650 - version = "3.14.0" 2700 + version = "3.15.0" 2651 2701 source = "registry+https://github.com/rust-lang/crates.io-index" 2652 - checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" 2702 + checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704" 2653 2703 dependencies = [ 2654 2704 "cfg-if", 2655 2705 "fastrand", 2706 + "getrandom", 2656 2707 "once_cell", 2657 2708 "rustix", 2658 2709 "windows-sys 0.59.0", ··· 2669 2720 2670 2721 [[package]] 2671 2722 name = "thiserror" 2672 - version = "2.0.9" 2723 + version = "2.0.11" 2673 2724 source = "registry+https://github.com/rust-lang/crates.io-index" 2674 - checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" 2725 + checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" 2675 2726 dependencies = [ 2676 - "thiserror-impl 2.0.9", 2727 + "thiserror-impl 2.0.11", 2677 2728 ] 2678 2729 2679 2730 [[package]] ··· 2689 2740 2690 2741 [[package]] 2691 2742 name = "thiserror-impl" 2692 - version = "2.0.9" 2743 + version = "2.0.11" 2693 2744 source = "registry+https://github.com/rust-lang/crates.io-index" 2694 - checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" 2745 + checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" 2695 2746 dependencies = [ 2696 2747 "proc-macro2", 2697 2748 "quote", ··· 2791 2842 checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" 2792 2843 dependencies = [ 2793 2844 "once_cell", 2845 + "valuable", 2846 + ] 2847 + 2848 + [[package]] 2849 + name = "tracing-log" 2850 + version = "0.2.0" 2851 + source = "registry+https://github.com/rust-lang/crates.io-index" 2852 + checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 2853 + dependencies = [ 2854 + "log", 2855 + "once_cell", 2856 + "tracing-core", 2857 + ] 2858 + 2859 + [[package]] 2860 + name = "tracing-subscriber" 2861 + version = "0.3.19" 2862 + source = "registry+https://github.com/rust-lang/crates.io-index" 2863 + checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" 2864 + dependencies = [ 2865 + "matchers", 2866 + "nu-ansi-term 0.46.0", 2867 + "once_cell", 2868 + "regex", 2869 + "sharded-slab", 2870 + "smallvec", 2871 + "thread_local", 2872 + "tracing", 2873 + "tracing-core", 2874 + "tracing-log", 2794 2875 ] 2795 2876 2796 2877 [[package]] ··· 2805 2886 ] 2806 2887 2807 2888 [[package]] 2808 - name = "triomphe" 2809 - version = "0.1.11" 2810 - source = "registry+https://github.com/rust-lang/crates.io-index" 2811 - checksum = "859eb650cfee7434994602c3a68b25d77ad9e68c8a6cd491616ef86661382eb3" 2812 - 2813 - [[package]] 2814 2889 name = "typenum" 2815 2890 version = "1.17.0" 2816 2891 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2829 2904 2830 2905 [[package]] 2831 2906 name = "unicase" 2832 - version = "2.8.0" 2907 + version = "2.8.1" 2833 2908 source = "registry+https://github.com/rust-lang/crates.io-index" 2834 - checksum = "7e51b68083f157f853b6379db119d1c1be0e6e4dec98101079dec41f6f5cf6df" 2909 + checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" 2835 2910 2836 2911 [[package]] 2837 2912 name = "unicode-ident" ··· 2877 2952 2878 2953 [[package]] 2879 2954 name = "uuid" 2880 - version = "1.11.0" 2955 + version = "1.12.0" 2881 2956 source = "registry+https://github.com/rust-lang/crates.io-index" 2882 - checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" 2957 + checksum = "744018581f9a3454a9e15beb8a33b017183f1e7c0cd170232a2d1453b23a51c4" 2883 2958 dependencies = [ 2884 2959 "getrandom", 2885 2960 "rand", 2886 2961 ] 2887 2962 2888 2963 [[package]] 2964 + name = "valuable" 2965 + version = "0.1.0" 2966 + source = "registry+https://github.com/rust-lang/crates.io-index" 2967 + checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 2968 + 2969 + [[package]] 2889 2970 name = "value-bag" 2890 2971 version = "1.10.0" 2891 2972 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2927 3008 2928 3009 [[package]] 2929 3010 name = "wasm-bindgen" 2930 - version = "0.2.99" 3011 + version = "0.2.100" 2931 3012 source = "registry+https://github.com/rust-lang/crates.io-index" 2932 - checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396" 3013 + checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 2933 3014 dependencies = [ 2934 3015 "cfg-if", 2935 3016 "once_cell", 3017 + "rustversion", 2936 3018 "wasm-bindgen-macro", 2937 3019 ] 2938 3020 2939 3021 [[package]] 2940 3022 name = "wasm-bindgen-backend" 2941 - version = "0.2.99" 3023 + version = "0.2.100" 2942 3024 source = "registry+https://github.com/rust-lang/crates.io-index" 2943 - checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79" 3025 + checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 2944 3026 dependencies = [ 2945 3027 "bumpalo", 2946 3028 "log", ··· 2952 3034 2953 3035 [[package]] 2954 3036 name = "wasm-bindgen-futures" 2955 - version = "0.4.49" 3037 + version = "0.4.50" 2956 3038 source = "registry+https://github.com/rust-lang/crates.io-index" 2957 - checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2" 3039 + checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" 2958 3040 dependencies = [ 2959 3041 "cfg-if", 2960 3042 "js-sys", ··· 2965 3047 2966 3048 [[package]] 2967 3049 name = "wasm-bindgen-macro" 2968 - version = "0.2.99" 3050 + version = "0.2.100" 2969 3051 source = "registry+https://github.com/rust-lang/crates.io-index" 2970 - checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe" 3052 + checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 2971 3053 dependencies = [ 2972 3054 "quote", 2973 3055 "wasm-bindgen-macro-support", ··· 2975 3057 2976 3058 [[package]] 2977 3059 name = "wasm-bindgen-macro-support" 2978 - version = "0.2.99" 3060 + version = "0.2.100" 2979 3061 source = "registry+https://github.com/rust-lang/crates.io-index" 2980 - checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2" 3062 + checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 2981 3063 dependencies = [ 2982 3064 "proc-macro2", 2983 3065 "quote", ··· 2988 3070 2989 3071 [[package]] 2990 3072 name = "wasm-bindgen-shared" 2991 - version = "0.2.99" 3073 + version = "0.2.100" 2992 3074 source = "registry+https://github.com/rust-lang/crates.io-index" 2993 - checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6" 3075 + checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 3076 + dependencies = [ 3077 + "unicode-ident", 3078 + ] 2994 3079 2995 3080 [[package]] 2996 3081 name = "web-sys" 2997 - version = "0.3.76" 3082 + version = "0.3.77" 2998 3083 source = "registry+https://github.com/rust-lang/crates.io-index" 2999 - checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc" 3084 + checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" 3000 3085 dependencies = [ 3001 3086 "js-sys", 3002 3087 "wasm-bindgen", ··· 3040 3125 checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6" 3041 3126 dependencies = [ 3042 3127 "windows-core 0.58.0", 3043 - "windows-targets", 3128 + "windows-targets 0.52.6", 3129 + ] 3130 + 3131 + [[package]] 3132 + name = "windows" 3133 + version = "0.59.0" 3134 + source = "registry+https://github.com/rust-lang/crates.io-index" 3135 + checksum = "7f919aee0a93304be7f62e8e5027811bbba96bcb1de84d6618be56e43f8a32a1" 3136 + dependencies = [ 3137 + "windows-core 0.59.0", 3138 + "windows-targets 0.53.0", 3044 3139 ] 3045 3140 3046 3141 [[package]] ··· 3049 3144 source = "registry+https://github.com/rust-lang/crates.io-index" 3050 3145 checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 3051 3146 dependencies = [ 3052 - "windows-targets", 3147 + "windows-targets 0.52.6", 3053 3148 ] 3054 3149 3055 3150 [[package]] ··· 3058 3153 source = "registry+https://github.com/rust-lang/crates.io-index" 3059 3154 checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" 3060 3155 dependencies = [ 3061 - "windows-implement", 3062 - "windows-interface", 3063 - "windows-result", 3064 - "windows-strings", 3065 - "windows-targets", 3156 + "windows-implement 0.58.0", 3157 + "windows-interface 0.58.0", 3158 + "windows-result 0.2.0", 3159 + "windows-strings 0.1.0", 3160 + "windows-targets 0.52.6", 3161 + ] 3162 + 3163 + [[package]] 3164 + name = "windows-core" 3165 + version = "0.59.0" 3166 + source = "registry+https://github.com/rust-lang/crates.io-index" 3167 + checksum = "810ce18ed2112484b0d4e15d022e5f598113e220c53e373fb31e67e21670c1ce" 3168 + dependencies = [ 3169 + "windows-implement 0.59.0", 3170 + "windows-interface 0.59.0", 3171 + "windows-result 0.3.0", 3172 + "windows-strings 0.3.0", 3173 + "windows-targets 0.53.0", 3066 3174 ] 3067 3175 3068 3176 [[package]] ··· 3077 3185 ] 3078 3186 3079 3187 [[package]] 3188 + name = "windows-implement" 3189 + version = "0.59.0" 3190 + source = "registry+https://github.com/rust-lang/crates.io-index" 3191 + checksum = "83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1" 3192 + dependencies = [ 3193 + "proc-macro2", 3194 + "quote", 3195 + "syn", 3196 + ] 3197 + 3198 + [[package]] 3080 3199 name = "windows-interface" 3081 3200 version = "0.58.0" 3082 3201 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3088 3207 ] 3089 3208 3090 3209 [[package]] 3210 + name = "windows-interface" 3211 + version = "0.59.0" 3212 + source = "registry+https://github.com/rust-lang/crates.io-index" 3213 + checksum = "cb26fd936d991781ea39e87c3a27285081e3c0da5ca0fcbc02d368cc6f52ff01" 3214 + dependencies = [ 3215 + "proc-macro2", 3216 + "quote", 3217 + "syn", 3218 + ] 3219 + 3220 + [[package]] 3091 3221 name = "windows-result" 3092 3222 version = "0.2.0" 3093 3223 source = "registry+https://github.com/rust-lang/crates.io-index" 3094 3224 checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" 3095 3225 dependencies = [ 3096 - "windows-targets", 3226 + "windows-targets 0.52.6", 3227 + ] 3228 + 3229 + [[package]] 3230 + name = "windows-result" 3231 + version = "0.3.0" 3232 + source = "registry+https://github.com/rust-lang/crates.io-index" 3233 + checksum = "d08106ce80268c4067c0571ca55a9b4e9516518eaa1a1fe9b37ca403ae1d1a34" 3234 + dependencies = [ 3235 + "windows-targets 0.53.0", 3097 3236 ] 3098 3237 3099 3238 [[package]] ··· 3102 3241 source = "registry+https://github.com/rust-lang/crates.io-index" 3103 3242 checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" 3104 3243 dependencies = [ 3105 - "windows-result", 3106 - "windows-targets", 3244 + "windows-result 0.2.0", 3245 + "windows-targets 0.52.6", 3246 + ] 3247 + 3248 + [[package]] 3249 + name = "windows-strings" 3250 + version = "0.3.0" 3251 + source = "registry+https://github.com/rust-lang/crates.io-index" 3252 + checksum = "b888f919960b42ea4e11c2f408fadb55f78a9f236d5eef084103c8ce52893491" 3253 + dependencies = [ 3254 + "windows-targets 0.53.0", 3107 3255 ] 3108 3256 3109 3257 [[package]] ··· 3112 3260 source = "registry+https://github.com/rust-lang/crates.io-index" 3113 3261 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 3114 3262 dependencies = [ 3115 - "windows-targets", 3263 + "windows-targets 0.52.6", 3116 3264 ] 3117 3265 3118 3266 [[package]] ··· 3121 3269 source = "registry+https://github.com/rust-lang/crates.io-index" 3122 3270 checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 3123 3271 dependencies = [ 3124 - "windows-targets", 3272 + "windows-targets 0.52.6", 3125 3273 ] 3126 3274 3127 3275 [[package]] ··· 3130 3278 source = "registry+https://github.com/rust-lang/crates.io-index" 3131 3279 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 3132 3280 dependencies = [ 3133 - "windows_aarch64_gnullvm", 3134 - "windows_aarch64_msvc", 3135 - "windows_i686_gnu", 3136 - "windows_i686_gnullvm", 3137 - "windows_i686_msvc", 3138 - "windows_x86_64_gnu", 3139 - "windows_x86_64_gnullvm", 3140 - "windows_x86_64_msvc", 3281 + "windows_aarch64_gnullvm 0.52.6", 3282 + "windows_aarch64_msvc 0.52.6", 3283 + "windows_i686_gnu 0.52.6", 3284 + "windows_i686_gnullvm 0.52.6", 3285 + "windows_i686_msvc 0.52.6", 3286 + "windows_x86_64_gnu 0.52.6", 3287 + "windows_x86_64_gnullvm 0.52.6", 3288 + "windows_x86_64_msvc 0.52.6", 3289 + ] 3290 + 3291 + [[package]] 3292 + name = "windows-targets" 3293 + version = "0.53.0" 3294 + source = "registry+https://github.com/rust-lang/crates.io-index" 3295 + checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b" 3296 + dependencies = [ 3297 + "windows_aarch64_gnullvm 0.53.0", 3298 + "windows_aarch64_msvc 0.53.0", 3299 + "windows_i686_gnu 0.53.0", 3300 + "windows_i686_gnullvm 0.53.0", 3301 + "windows_i686_msvc 0.53.0", 3302 + "windows_x86_64_gnu 0.53.0", 3303 + "windows_x86_64_gnullvm 0.53.0", 3304 + "windows_x86_64_msvc 0.53.0", 3141 3305 ] 3142 3306 3143 3307 [[package]] ··· 3147 3311 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 3148 3312 3149 3313 [[package]] 3314 + name = "windows_aarch64_gnullvm" 3315 + version = "0.53.0" 3316 + source = "registry+https://github.com/rust-lang/crates.io-index" 3317 + checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" 3318 + 3319 + [[package]] 3150 3320 name = "windows_aarch64_msvc" 3151 3321 version = "0.52.6" 3152 3322 source = "registry+https://github.com/rust-lang/crates.io-index" 3153 3323 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 3154 3324 3155 3325 [[package]] 3326 + name = "windows_aarch64_msvc" 3327 + version = "0.53.0" 3328 + source = "registry+https://github.com/rust-lang/crates.io-index" 3329 + checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" 3330 + 3331 + [[package]] 3156 3332 name = "windows_i686_gnu" 3157 3333 version = "0.52.6" 3158 3334 source = "registry+https://github.com/rust-lang/crates.io-index" 3159 3335 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 3160 3336 3161 3337 [[package]] 3338 + name = "windows_i686_gnu" 3339 + version = "0.53.0" 3340 + source = "registry+https://github.com/rust-lang/crates.io-index" 3341 + checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" 3342 + 3343 + [[package]] 3162 3344 name = "windows_i686_gnullvm" 3163 3345 version = "0.52.6" 3164 3346 source = "registry+https://github.com/rust-lang/crates.io-index" 3165 3347 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 3166 3348 3167 3349 [[package]] 3350 + name = "windows_i686_gnullvm" 3351 + version = "0.53.0" 3352 + source = "registry+https://github.com/rust-lang/crates.io-index" 3353 + checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" 3354 + 3355 + [[package]] 3168 3356 name = "windows_i686_msvc" 3169 3357 version = "0.52.6" 3170 3358 source = "registry+https://github.com/rust-lang/crates.io-index" 3171 3359 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 3172 3360 3173 3361 [[package]] 3362 + name = "windows_i686_msvc" 3363 + version = "0.53.0" 3364 + source = "registry+https://github.com/rust-lang/crates.io-index" 3365 + checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" 3366 + 3367 + [[package]] 3174 3368 name = "windows_x86_64_gnu" 3175 3369 version = "0.52.6" 3176 3370 source = "registry+https://github.com/rust-lang/crates.io-index" 3177 3371 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 3178 3372 3179 3373 [[package]] 3374 + name = "windows_x86_64_gnu" 3375 + version = "0.53.0" 3376 + source = "registry+https://github.com/rust-lang/crates.io-index" 3377 + checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" 3378 + 3379 + [[package]] 3180 3380 name = "windows_x86_64_gnullvm" 3181 3381 version = "0.52.6" 3182 3382 source = "registry+https://github.com/rust-lang/crates.io-index" 3183 3383 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 3184 3384 3185 3385 [[package]] 3386 + name = "windows_x86_64_gnullvm" 3387 + version = "0.53.0" 3388 + source = "registry+https://github.com/rust-lang/crates.io-index" 3389 + checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" 3390 + 3391 + [[package]] 3186 3392 name = "windows_x86_64_msvc" 3187 3393 version = "0.52.6" 3188 3394 source = "registry+https://github.com/rust-lang/crates.io-index" 3189 3395 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 3190 3396 3191 3397 [[package]] 3398 + name = "windows_x86_64_msvc" 3399 + version = "0.53.0" 3400 + source = "registry+https://github.com/rust-lang/crates.io-index" 3401 + checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" 3402 + 3403 + [[package]] 3192 3404 name = "winnow" 3193 - version = "0.6.20" 3405 + version = "0.6.24" 3194 3406 source = "registry+https://github.com/rust-lang/crates.io-index" 3195 - checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b" 3407 + checksum = "c8d71a593cc5c42ad7876e2c1fda56f314f3754c084128833e64f1345ff8a03a" 3196 3408 dependencies = [ 3197 3409 "memchr", 3198 3410 ] ··· 3221 3433 3222 3434 [[package]] 3223 3435 name = "xxhash-rust" 3224 - version = "0.8.14" 3436 + version = "0.8.15" 3225 3437 source = "registry+https://github.com/rust-lang/crates.io-index" 3226 - checksum = "d7d48f1b18be023c95e7b75f481cac649d74be7c507ff4a407c55cfb957f7934" 3438 + checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3" 3227 3439 3228 3440 [[package]] 3229 3441 name = "yoke" ··· 3266 3478 "async-trait", 3267 3479 "blocking", 3268 3480 "enumflags2", 3269 - "event-listener 5.3.1", 3481 + "event-listener 5.4.0", 3270 3482 "futures-core", 3271 3483 "futures-sink", 3272 3484 "futures-util", ··· 3289 3501 3290 3502 [[package]] 3291 3503 name = "zbus" 3292 - version = "5.2.0" 3504 + version = "5.3.0" 3293 3505 source = "registry+https://github.com/rust-lang/crates.io-index" 3294 - checksum = "fb67eadba43784b6fb14857eba0d8fc518686d3ee537066eb6086dc318e2c8a1" 3506 + checksum = "192a0d989036cd60a1e91a54c9851fb9ad5bd96125d41803eed79d2e2ef74bd7" 3295 3507 dependencies = [ 3296 3508 "async-broadcast", 3297 3509 "async-executor", ··· 3304 3516 "async-trait", 3305 3517 "blocking", 3306 3518 "enumflags2", 3307 - "event-listener 5.3.1", 3519 + "event-listener 5.4.0", 3308 3520 "futures-core", 3309 3521 "futures-util", 3310 3522 "hex", ··· 3318 3530 "windows-sys 0.59.0", 3319 3531 "winnow", 3320 3532 "xdg-home", 3321 - "zbus_macros 5.2.0", 3322 - "zbus_names 4.1.0", 3323 - "zvariant 5.1.0", 3533 + "zbus_macros 5.3.0", 3534 + "zbus_names 4.1.1", 3535 + "zvariant 5.2.0", 3324 3536 ] 3325 3537 3326 3538 [[package]] ··· 3338 3550 3339 3551 [[package]] 3340 3552 name = "zbus_macros" 3341 - version = "5.2.0" 3553 + version = "5.3.0" 3342 3554 source = "registry+https://github.com/rust-lang/crates.io-index" 3343 - checksum = "2c9d49ebc960ceb660f2abe40a5904da975de6986f2af0d7884b39eec6528c57" 3555 + checksum = "3685b5c81fce630efc3e143a4ded235b107f1b1cdf186c3f115529e5e5ae4265" 3344 3556 dependencies = [ 3345 3557 "proc-macro-crate", 3346 3558 "proc-macro2", 3347 3559 "quote", 3348 3560 "syn", 3349 - "zbus_names 4.1.0", 3350 - "zvariant 5.1.0", 3351 - "zvariant_utils 3.0.2", 3561 + "zbus_names 4.1.1", 3562 + "zvariant 5.2.0", 3563 + "zvariant_utils 3.1.0", 3352 3564 ] 3353 3565 3354 3566 [[package]] ··· 3364 3576 3365 3577 [[package]] 3366 3578 name = "zbus_names" 3367 - version = "4.1.0" 3579 + version = "4.1.1" 3368 3580 source = "registry+https://github.com/rust-lang/crates.io-index" 3369 - checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b" 3581 + checksum = "519629a3f80976d89c575895b05677cbc45eaf9f70d62a364d819ba646409cc8" 3370 3582 dependencies = [ 3371 3583 "serde", 3372 3584 "static_assertions", 3373 3585 "winnow", 3374 - "zvariant 5.1.0", 3586 + "zvariant 5.2.0", 3375 3587 ] 3376 3588 3377 3589 [[package]] ··· 3453 3665 3454 3666 [[package]] 3455 3667 name = "zvariant" 3456 - version = "5.1.0" 3668 + version = "5.2.0" 3457 3669 source = "registry+https://github.com/rust-lang/crates.io-index" 3458 - checksum = "a1200ee6ac32f1e5a312e455a949a4794855515d34f9909f4a3e082d14e1a56f" 3670 + checksum = "55e6b9b5f1361de2d5e7d9fd1ee5f6f7fcb6060618a1f82f3472f58f2b8d4be9" 3459 3671 dependencies = [ 3460 3672 "endi", 3461 3673 "enumflags2", ··· 3463 3675 "static_assertions", 3464 3676 "url", 3465 3677 "winnow", 3466 - "zvariant_derive 5.1.0", 3467 - "zvariant_utils 3.0.2", 3678 + "zvariant_derive 5.2.0", 3679 + "zvariant_utils 3.1.0", 3468 3680 ] 3469 3681 3470 3682 [[package]] ··· 3482 3694 3483 3695 [[package]] 3484 3696 name = "zvariant_derive" 3485 - version = "5.1.0" 3697 + version = "5.2.0" 3486 3698 source = "registry+https://github.com/rust-lang/crates.io-index" 3487 - checksum = "687e3b97fae6c9104fbbd36c73d27d149abf04fb874e2efbd84838763daa8916" 3699 + checksum = "573a8dd76961957108b10f7a45bac6ab1ea3e9b7fe01aff88325dc57bb8f5c8b" 3488 3700 dependencies = [ 3489 3701 "proc-macro-crate", 3490 3702 "proc-macro2", 3491 3703 "quote", 3492 3704 "syn", 3493 - "zvariant_utils 3.0.2", 3705 + "zvariant_utils 3.1.0", 3494 3706 ] 3495 3707 3496 3708 [[package]] ··· 3506 3718 3507 3719 [[package]] 3508 3720 name = "zvariant_utils" 3509 - version = "3.0.2" 3721 + version = "3.1.0" 3510 3722 source = "registry+https://github.com/rust-lang/crates.io-index" 3511 - checksum = "20d1d011a38f12360e5fcccceeff5e2c42a8eb7f27f0dcba97a0862ede05c9c6" 3723 + checksum = "ddd46446ea2a1f353bfda53e35f17633afa79f4fe290a611c94645c69fe96a50" 3512 3724 dependencies = [ 3513 3725 "proc-macro2", 3514 3726 "quote",
+3 -3
pkgs/by-name/re/recordbox/package.nix
··· 24 24 25 25 stdenv.mkDerivation (finalAttrs: { 26 26 pname = "recordbox"; 27 - version = "0.9.0"; 27 + version = "0.9.2"; 28 28 29 29 src = fetchFromGitea { 30 30 domain = "codeberg.org"; 31 31 owner = "edestcroix"; 32 32 repo = "Recordbox"; 33 33 rev = "refs/tags/v${finalAttrs.version}"; 34 - hash = "sha256-KfIlh9ORqjJ5V8mNOx7Q9jsYg4OJDX6q+ht+eckxMRU="; 34 + hash = "sha256-Vt/uOueDKBjCVgFg6gMnOvbvR37udJ6J3BjE0LaL4Gw="; 35 35 }; 36 36 37 37 # Patch in our Cargo.lock and ensure AppStream tests don't use the network ··· 96 96 ''; 97 97 98 98 passthru = { 99 - updateScript = nix-update-script { }; 99 + updateScript = nix-update-script { extraArgs = [ "--generate-lockfile" ]; }; 100 100 }; 101 101 102 102 meta = {