The world's most clever kitty cat
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update Flake Inputs

Ben C e77c235d 955de431

+105 -113
+81 -89
Cargo.lock
··· 106 106 107 107 [[package]] 108 108 name = "aws-lc-sys" 109 - version = "0.39.0" 109 + version = "0.39.1" 110 110 source = "registry+https://github.com/rust-lang/crates.io-index" 111 - checksum = "1fa7e52a4c5c547c741610a2c6f123f3881e409b714cd27e6798ef020c514f0a" 111 + checksum = "83a25cf98105baa966497416dbd42565ce3a8cf8dbfd59803ec9ad46f3126399" 112 112 dependencies = [ 113 113 "cc", 114 114 "cmake", ··· 184 184 185 185 [[package]] 186 186 name = "cc" 187 - version = "1.2.57" 187 + version = "1.2.59" 188 188 source = "registry+https://github.com/rust-lang/crates.io-index" 189 - checksum = "7a0dd1ca384932ff3641c8718a02769f1698e7563dc6974ffd03346116310423" 189 + checksum = "b7a4d3ec6524d28a329fc53654bbadc9bdd7b0431f5d65f1a56ffb28a1ee5283" 190 190 dependencies = [ 191 191 "find-msvc-tools", 192 192 "jobserver", ··· 214 214 215 215 [[package]] 216 216 name = "cmake" 217 - version = "0.1.57" 217 + version = "0.1.58" 218 218 source = "registry+https://github.com/rust-lang/crates.io-index" 219 - checksum = "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d" 219 + checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678" 220 220 dependencies = [ 221 221 "cc", 222 222 ] ··· 359 359 360 360 [[package]] 361 361 name = "fastrand" 362 - version = "2.3.0" 362 + version = "2.4.1" 363 363 source = "registry+https://github.com/rust-lang/crates.io-index" 364 - checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 364 + checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" 365 365 366 366 [[package]] 367 367 name = "find-msvc-tools" ··· 522 522 523 523 [[package]] 524 524 name = "hyper" 525 - version = "1.8.1" 525 + version = "1.9.0" 526 526 source = "registry+https://github.com/rust-lang/crates.io-index" 527 - checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" 527 + checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca" 528 528 dependencies = [ 529 529 "atomic-waker", 530 530 "bytes", ··· 536 536 "httparse", 537 537 "itoa", 538 538 "pin-project-lite", 539 - "pin-utils", 540 539 "smallvec", 541 540 "tokio", 542 541 "want", ··· 586 585 587 586 [[package]] 588 587 name = "icu_collections" 589 - version = "2.1.1" 588 + version = "2.2.0" 590 589 source = "registry+https://github.com/rust-lang/crates.io-index" 591 - checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" 590 + checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" 592 591 dependencies = [ 593 592 "displaydoc", 594 593 "potential_utf", 594 + "utf8_iter", 595 595 "yoke", 596 596 "zerofrom", 597 597 "zerovec", ··· 599 599 600 600 [[package]] 601 601 name = "icu_locale_core" 602 - version = "2.1.1" 602 + version = "2.2.0" 603 603 source = "registry+https://github.com/rust-lang/crates.io-index" 604 - checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" 604 + checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" 605 605 dependencies = [ 606 606 "displaydoc", 607 607 "litemap", ··· 612 612 613 613 [[package]] 614 614 name = "icu_normalizer" 615 - version = "2.1.1" 615 + version = "2.2.0" 616 616 source = "registry+https://github.com/rust-lang/crates.io-index" 617 - checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" 617 + checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" 618 618 dependencies = [ 619 619 "icu_collections", 620 620 "icu_normalizer_data", ··· 626 626 627 627 [[package]] 628 628 name = "icu_normalizer_data" 629 - version = "2.1.1" 629 + version = "2.2.0" 630 630 source = "registry+https://github.com/rust-lang/crates.io-index" 631 - checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" 631 + checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" 632 632 633 633 [[package]] 634 634 name = "icu_properties" 635 - version = "2.1.2" 635 + version = "2.2.0" 636 636 source = "registry+https://github.com/rust-lang/crates.io-index" 637 - checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" 637 + checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" 638 638 dependencies = [ 639 639 "icu_collections", 640 640 "icu_locale_core", ··· 646 646 647 647 [[package]] 648 648 name = "icu_properties_data" 649 - version = "2.1.2" 649 + version = "2.2.0" 650 650 source = "registry+https://github.com/rust-lang/crates.io-index" 651 - checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" 651 + checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" 652 652 653 653 [[package]] 654 654 name = "icu_provider" 655 - version = "2.1.1" 655 + version = "2.2.0" 656 656 source = "registry+https://github.com/rust-lang/crates.io-index" 657 - checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" 657 + checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" 658 658 dependencies = [ 659 659 "displaydoc", 660 660 "icu_locale_core", ··· 688 688 689 689 [[package]] 690 690 name = "indexmap" 691 - version = "2.13.0" 691 + version = "2.13.1" 692 692 source = "registry+https://github.com/rust-lang/crates.io-index" 693 - checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" 693 + checksum = "45a8a2b9cb3e0b0c1803dbb0758ffac5de2f425b23c28f518faabd9d805342ff" 694 694 dependencies = [ 695 695 "equivalent", 696 696 "hashbrown", ··· 704 704 705 705 [[package]] 706 706 name = "iri-string" 707 - version = "0.7.11" 707 + version = "0.7.12" 708 708 source = "registry+https://github.com/rust-lang/crates.io-index" 709 - checksum = "d8e7418f59cc01c88316161279a7f665217ae316b388e58a0d10e29f54f1e5eb" 709 + checksum = "25e659a4bb38e810ebc252e53b5814ff908a8c58c2a9ce2fae1bbec24cbf4e20" 710 710 dependencies = [ 711 711 "memchr", 712 712 "serde", ··· 804 804 805 805 [[package]] 806 806 name = "js-sys" 807 - version = "0.3.91" 807 + version = "0.3.94" 808 808 source = "registry+https://github.com/rust-lang/crates.io-index" 809 - checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c" 809 + checksum = "2e04e2ef80ce82e13552136fabeef8a5ed1f985a96805761cbb9a2c34e7664d9" 810 810 dependencies = [ 811 + "cfg-if", 812 + "futures-util", 811 813 "once_cell", 812 814 "wasm-bindgen", 813 815 ] 814 816 815 817 [[package]] 816 818 name = "libc" 817 - version = "0.2.183" 819 + version = "0.2.184" 818 820 source = "registry+https://github.com/rust-lang/crates.io-index" 819 - checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" 821 + checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af" 820 822 821 823 [[package]] 822 824 name = "litemap" 823 - version = "0.8.1" 825 + version = "0.8.2" 824 826 source = "registry+https://github.com/rust-lang/crates.io-index" 825 - checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" 827 + checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" 826 828 827 829 [[package]] 828 830 name = "log" ··· 850 852 851 853 [[package]] 852 854 name = "mio" 853 - version = "1.1.1" 855 + version = "1.2.0" 854 856 source = "registry+https://github.com/rust-lang/crates.io-index" 855 - checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" 857 + checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1" 856 858 dependencies = [ 857 859 "libc", 858 860 "wasi", ··· 914 916 checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" 915 917 916 918 [[package]] 917 - name = "pin-utils" 918 - version = "0.1.0" 919 - source = "registry+https://github.com/rust-lang/crates.io-index" 920 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 921 - 922 - [[package]] 923 919 name = "pkg-config" 924 920 version = "0.3.32" 925 921 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 942 938 943 939 [[package]] 944 940 name = "potential_utf" 945 - version = "0.1.4" 941 + version = "0.1.5" 946 942 source = "registry+https://github.com/rust-lang/crates.io-index" 947 - checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" 943 + checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" 948 944 dependencies = [ 949 945 "zerovec", 950 946 ] ··· 1175 1171 1176 1172 [[package]] 1177 1173 name = "rustc-hash" 1178 - version = "2.1.1" 1174 + version = "2.1.2" 1179 1175 source = "registry+https://github.com/rust-lang/crates.io-index" 1180 - checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 1176 + checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" 1181 1177 1182 1178 [[package]] 1183 1179 name = "rustls" ··· 1552 1548 1553 1549 [[package]] 1554 1550 name = "tinystr" 1555 - version = "0.8.2" 1551 + version = "0.8.3" 1556 1552 source = "registry+https://github.com/rust-lang/crates.io-index" 1557 - checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" 1553 + checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" 1558 1554 dependencies = [ 1559 1555 "displaydoc", 1560 1556 "zerovec", ··· 1577 1573 1578 1574 [[package]] 1579 1575 name = "tokio" 1580 - version = "1.50.0" 1576 + version = "1.51.1" 1581 1577 source = "registry+https://github.com/rust-lang/crates.io-index" 1582 - checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" 1578 + checksum = "f66bf9585cda4b724d3e78ab34b73fb2bbaba9011b9bfdf69dc836382ea13b8c" 1583 1579 dependencies = [ 1584 1580 "bytes", 1585 1581 "libc", ··· 1593 1589 1594 1590 [[package]] 1595 1591 name = "tokio-macros" 1596 - version = "2.6.1" 1592 + version = "2.7.0" 1597 1593 source = "registry+https://github.com/rust-lang/crates.io-index" 1598 - checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c" 1594 + checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" 1599 1595 dependencies = [ 1600 1596 "proc-macro2", 1601 1597 "quote", ··· 1922 1918 1923 1919 [[package]] 1924 1920 name = "wasm-bindgen" 1925 - version = "0.2.114" 1921 + version = "0.2.117" 1926 1922 source = "registry+https://github.com/rust-lang/crates.io-index" 1927 - checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e" 1923 + checksum = "0551fc1bb415591e3372d0bc4780db7e587d84e2a7e79da121051c5c4b89d0b0" 1928 1924 dependencies = [ 1929 1925 "cfg-if", 1930 1926 "once_cell", ··· 1935 1931 1936 1932 [[package]] 1937 1933 name = "wasm-bindgen-futures" 1938 - version = "0.4.64" 1934 + version = "0.4.67" 1939 1935 source = "registry+https://github.com/rust-lang/crates.io-index" 1940 - checksum = "e9c5522b3a28661442748e09d40924dfb9ca614b21c00d3fd135720e48b67db8" 1936 + checksum = "03623de6905b7206edd0a75f69f747f134b7f0a2323392d664448bf2d3c5d87e" 1941 1937 dependencies = [ 1942 - "cfg-if", 1943 - "futures-util", 1944 1938 "js-sys", 1945 - "once_cell", 1946 1939 "wasm-bindgen", 1947 - "web-sys", 1948 1940 ] 1949 1941 1950 1942 [[package]] 1951 1943 name = "wasm-bindgen-macro" 1952 - version = "0.2.114" 1944 + version = "0.2.117" 1953 1945 source = "registry+https://github.com/rust-lang/crates.io-index" 1954 - checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6" 1946 + checksum = "7fbdf9a35adf44786aecd5ff89b4563a90325f9da0923236f6104e603c7e86be" 1955 1947 dependencies = [ 1956 1948 "quote", 1957 1949 "wasm-bindgen-macro-support", ··· 1959 1951 1960 1952 [[package]] 1961 1953 name = "wasm-bindgen-macro-support" 1962 - version = "0.2.114" 1954 + version = "0.2.117" 1963 1955 source = "registry+https://github.com/rust-lang/crates.io-index" 1964 - checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3" 1956 + checksum = "dca9693ef2bab6d4e6707234500350d8dad079eb508dca05530c85dc3a529ff2" 1965 1957 dependencies = [ 1966 1958 "bumpalo", 1967 1959 "proc-macro2", ··· 1972 1964 1973 1965 [[package]] 1974 1966 name = "wasm-bindgen-shared" 1975 - version = "0.2.114" 1967 + version = "0.2.117" 1976 1968 source = "registry+https://github.com/rust-lang/crates.io-index" 1977 - checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16" 1969 + checksum = "39129a682a6d2d841b6c429d0c51e5cb0ed1a03829d8b3d1e69a011e62cb3d3b" 1978 1970 dependencies = [ 1979 1971 "unicode-ident", 1980 1972 ] 1981 1973 1982 1974 [[package]] 1983 1975 name = "web-sys" 1984 - version = "0.3.91" 1976 + version = "0.3.94" 1985 1977 source = "registry+https://github.com/rust-lang/crates.io-index" 1986 - checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9" 1978 + checksum = "cd70027e39b12f0849461e08ffc50b9cd7688d942c1c8e3c7b22273236b4dd0a" 1987 1979 dependencies = [ 1988 1980 "js-sys", 1989 1981 "wasm-bindgen", ··· 2282 2274 2283 2275 [[package]] 2284 2276 name = "writeable" 2285 - version = "0.6.2" 2277 + version = "0.6.3" 2286 2278 source = "registry+https://github.com/rust-lang/crates.io-index" 2287 - checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" 2279 + checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" 2288 2280 2289 2281 [[package]] 2290 2282 name = "yoke" 2291 - version = "0.8.1" 2283 + version = "0.8.2" 2292 2284 source = "registry+https://github.com/rust-lang/crates.io-index" 2293 - checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" 2285 + checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca" 2294 2286 dependencies = [ 2295 2287 "stable_deref_trait", 2296 2288 "yoke-derive", ··· 2299 2291 2300 2292 [[package]] 2301 2293 name = "yoke-derive" 2302 - version = "0.8.1" 2294 + version = "0.8.2" 2303 2295 source = "registry+https://github.com/rust-lang/crates.io-index" 2304 - checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" 2296 + checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" 2305 2297 dependencies = [ 2306 2298 "proc-macro2", 2307 2299 "quote", ··· 2311 2303 2312 2304 [[package]] 2313 2305 name = "zerocopy" 2314 - version = "0.8.47" 2306 + version = "0.8.48" 2315 2307 source = "registry+https://github.com/rust-lang/crates.io-index" 2316 - checksum = "efbb2a062be311f2ba113ce66f697a4dc589f85e78a4aea276200804cea0ed87" 2308 + checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9" 2317 2309 dependencies = [ 2318 2310 "zerocopy-derive", 2319 2311 ] 2320 2312 2321 2313 [[package]] 2322 2314 name = "zerocopy-derive" 2323 - version = "0.8.47" 2315 + version = "0.8.48" 2324 2316 source = "registry+https://github.com/rust-lang/crates.io-index" 2325 - checksum = "0e8bc7269b54418e7aeeef514aa68f8690b8c0489a06b0136e5f57c4c5ccab89" 2317 + checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4" 2326 2318 dependencies = [ 2327 2319 "proc-macro2", 2328 2320 "quote", ··· 2331 2323 2332 2324 [[package]] 2333 2325 name = "zerofrom" 2334 - version = "0.1.6" 2326 + version = "0.1.7" 2335 2327 source = "registry+https://github.com/rust-lang/crates.io-index" 2336 - checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 2328 + checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df" 2337 2329 dependencies = [ 2338 2330 "zerofrom-derive", 2339 2331 ] 2340 2332 2341 2333 [[package]] 2342 2334 name = "zerofrom-derive" 2343 - version = "0.1.6" 2335 + version = "0.1.7" 2344 2336 source = "registry+https://github.com/rust-lang/crates.io-index" 2345 - checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 2337 + checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" 2346 2338 dependencies = [ 2347 2339 "proc-macro2", 2348 2340 "quote", ··· 2358 2350 2359 2351 [[package]] 2360 2352 name = "zerotrie" 2361 - version = "0.2.3" 2353 + version = "0.2.4" 2362 2354 source = "registry+https://github.com/rust-lang/crates.io-index" 2363 - checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" 2355 + checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" 2364 2356 dependencies = [ 2365 2357 "displaydoc", 2366 2358 "yoke", ··· 2369 2361 2370 2362 [[package]] 2371 2363 name = "zerovec" 2372 - version = "0.11.5" 2364 + version = "0.11.6" 2373 2365 source = "registry+https://github.com/rust-lang/crates.io-index" 2374 - checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" 2366 + checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" 2375 2367 dependencies = [ 2376 2368 "yoke", 2377 2369 "zerofrom", ··· 2380 2372 2381 2373 [[package]] 2382 2374 name = "zerovec-derive" 2383 - version = "0.11.2" 2375 + version = "0.11.3" 2384 2376 source = "registry+https://github.com/rust-lang/crates.io-index" 2385 - checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" 2377 + checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" 2386 2378 dependencies = [ 2387 2379 "proc-macro2", 2388 2380 "quote",
+24 -24
flake.lock
··· 3 3 "advisory-db": { 4 4 "flake": false, 5 5 "locked": { 6 - "lastModified": 1774427839, 7 - "narHash": "sha256-BfkPsVAP269pe1pD+vQndpEjwZ87Vw3uOv9Nt2IJ2cs=", 6 + "lastModified": 1775638527, 7 + "narHash": "sha256-64sSLaERD6uXZCoSH/MGLdPOKTkZkF/6H7ZV8ColB40=", 8 8 "owner": "rustsec", 9 9 "repo": "advisory-db", 10 - "rev": "64ca93bd6e5ad5b686c963a989d16f038349c6ae", 10 + "rev": "c53a36883aef63e7c8bcfa18585840505b161112", 11 11 "type": "github" 12 12 }, 13 13 "original": { ··· 18 18 }, 19 19 "crane": { 20 20 "locked": { 21 - "lastModified": 1774313767, 22 - "narHash": "sha256-hy0XTQND6avzGEUFrJtYBBpFa/POiiaGBr2vpU6Y9tY=", 21 + "lastModified": 1775236976, 22 + "narHash": "sha256-gCgX+AXN7K1gAIEqcLcZHxmC+QoZcwn9m6Z9r2Az+N8=", 23 23 "owner": "ipetkov", 24 24 "repo": "crane", 25 - "rev": "3d9df76e29656c679c744968b17fbaf28f0e923d", 25 + "rev": "6c23998526351a53ce734f0ac84940da988ccef1", 26 26 "type": "github" 27 27 }, 28 28 "original": { ··· 39 39 "rust-analyzer-src": "rust-analyzer-src" 40 40 }, 41 41 "locked": { 42 - "lastModified": 1774423251, 43 - "narHash": "sha256-g/PP8G9WcP4vtZVOBNYwfGxLnwLQoTERHnef8irAMeQ=", 42 + "lastModified": 1775634720, 43 + "narHash": "sha256-R5ETx0HEFybabKxkUkhssq/F+mjUqsKLBrOHl4L+EcA=", 44 44 "owner": "nix-community", 45 45 "repo": "fenix", 46 - "rev": "b70d7535088cd8a9e4322c372a475f66ffa18adf", 46 + "rev": "dd74d9dec9b1d02044714cea439a138716e9545e", 47 47 "type": "github" 48 48 }, 49 49 "original": { ··· 59 59 ] 60 60 }, 61 61 "locked": { 62 - "lastModified": 1774271954, 63 - "narHash": "sha256-FbvMOykx7f7uEPdRVzUSABnLjqCdEp22wa0nDkuEd3s=", 62 + "lastModified": 1775481670, 63 + "narHash": "sha256-y/c2JCNmjeuxbSpfE4r2qN02dQX+tkfIZpwEfOlF64s=", 64 64 "owner": "nix-community", 65 65 "repo": "flakelight", 66 - "rev": "c90878b309508083094f465d6aa11b3963f48b9f", 66 + "rev": "0868c446b28e412ff2a685e93856658a43c30b1f", 67 67 "type": "github" 68 68 }, 69 69 "original": { ··· 80 80 "treefmt-nix": "treefmt-nix" 81 81 }, 82 82 "locked": { 83 - "lastModified": 1774357971, 84 - "narHash": "sha256-rLZ5JC8BVGbhQuCDwLT6jFoPoF4tNA6wWmUtfxcknps=", 83 + "lastModified": 1775567993, 84 + "narHash": "sha256-iWJIlr4LpE6+JfssnY/2fEOFvlNMgyLd+zsVfJnKa1c=", 85 85 "owner": "m15a", 86 86 "repo": "flakelight-treefmt", 87 - "rev": "270ca90aa2297cb2366a723fa09943cf8e221d23", 87 + "rev": "de95aa9e570dd86f14254636724211e8175f444e", 88 88 "type": "github" 89 89 }, 90 90 "original": { ··· 95 95 }, 96 96 "nixpkgs": { 97 97 "locked": { 98 - "lastModified": 1774106199, 99 - "narHash": "sha256-US5Tda2sKmjrg2lNHQL3jRQ6p96cgfWh3J1QBliQ8Ws=", 98 + "lastModified": 1775423009, 99 + "narHash": "sha256-vPKLpjhIVWdDrfiUM8atW6YkIggCEKdSAlJPzzhkQlw=", 100 100 "owner": "NixOS", 101 101 "repo": "nixpkgs", 102 - "rev": "6c9a78c09ff4d6c21d0319114873508a6ec01655", 102 + "rev": "68d8aa3d661f0e6bd5862291b5bb263b2a6595c9", 103 103 "type": "github" 104 104 }, 105 105 "original": { ··· 122 122 "rust-analyzer-src": { 123 123 "flake": false, 124 124 "locked": { 125 - "lastModified": 1774376228, 126 - "narHash": "sha256-7oA0u4aghFjjIcIDKZ26NUpXH7hVXGPC0sI1OfK7NUk=", 125 + "lastModified": 1775591515, 126 + "narHash": "sha256-/Q7IIUUzbayeosJ1q17mQPlJIb5OxxhtHrevVWHSuwk=", 127 127 "owner": "rust-lang", 128 128 "repo": "rust-analyzer", 129 - "rev": "eabb84b771420b8396ab4bb4747694302d9be277", 129 + "rev": "32ab058e5bde44fa06c5aba65edd6d2a4a16bbd0", 130 130 "type": "github" 131 131 }, 132 132 "original": { ··· 145 145 ] 146 146 }, 147 147 "locked": { 148 - "lastModified": 1773297127, 149 - "narHash": "sha256-6E/yhXP7Oy/NbXtf1ktzmU8SdVqJQ09HC/48ebEGBpk=", 148 + "lastModified": 1775125835, 149 + "narHash": "sha256-2qYcPgzFhnQWchHo0SlqLHrXpux5i6ay6UHA+v2iH4U=", 150 150 "owner": "numtide", 151 151 "repo": "treefmt-nix", 152 - "rev": "71b125cd05fbfd78cab3e070b73544abe24c5016", 152 + "rev": "75925962939880974e3ab417879daffcba36c4a3", 153 153 "type": "github" 154 154 }, 155 155 "original": {