don't
5
fork

Configure Feed

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

chore: update dependencies

Signed-off-by: tjh <x@tjh.dev>

tjh 8e7bee08 37da73e1

+122 -105
+113 -95
Cargo.lock
··· 1163 1163 1164 1164 [[package]] 1165 1165 name = "gix" 1166 - version = "0.78.0" 1166 + version = "0.80.0" 1167 1167 source = "registry+https://github.com/rust-lang/crates.io-index" 1168 - checksum = "3428a03ace494ae40308bd3df0b37e7eb7403e24389f27abdff30abf2b5adf17" 1168 + checksum = "5aa56fdbfe98258af2759818ddc3175cc581112660e74c3fd55669836d29a994" 1169 1169 dependencies = [ 1170 1170 "gix-actor", 1171 1171 "gix-archive", ··· 1215 1215 "gix-worktree", 1216 1216 "gix-worktree-state", 1217 1217 "gix-worktree-stream", 1218 + "nonempty", 1218 1219 "parking_lot", 1219 1220 "regex", 1220 1221 "signal-hook", ··· 1225 1224 1226 1225 [[package]] 1227 1226 name = "gix-actor" 1228 - version = "0.38.0" 1227 + version = "0.40.0" 1229 1228 source = "registry+https://github.com/rust-lang/crates.io-index" 1230 - checksum = "b50ce5433eaa46187349e59089eea71b0397caa71991b2fa3e124120426d7d15" 1229 + checksum = "0e5e5b518339d5e6718af108fd064d4e9ba33caf728cf487352873d76411df35" 1231 1230 dependencies = [ 1232 1231 "bstr", 1233 1232 "gix-date", 1234 - "gix-utils", 1235 - "itoa", 1236 - "thiserror 2.0.18", 1233 + "gix-error", 1237 1234 "winnow", 1238 1235 ] 1239 1236 1240 1237 [[package]] 1241 1238 name = "gix-archive" 1242 - version = "0.27.0" 1239 + version = "0.29.0" 1243 1240 source = "registry+https://github.com/rust-lang/crates.io-index" 1244 - checksum = "388d1d2e5ec852a3af138c0e11d73aa6800490c88eac94970a7b653beab0dcd0" 1241 + checksum = "12fee3b0b2a30d01ceebd1ff134b187019b5eaedd2901c2e980d7264ee8758dd" 1245 1242 dependencies = [ 1246 1243 "bstr", 1247 1244 "gix-date", 1245 + "gix-error", 1248 1246 "gix-object", 1249 1247 "gix-worktree-stream", 1250 - "thiserror 2.0.18", 1251 1248 ] 1252 1249 1253 1250 [[package]] 1254 1251 name = "gix-attributes" 1255 - version = "0.30.1" 1252 + version = "0.31.0" 1256 1253 source = "registry+https://github.com/rust-lang/crates.io-index" 1257 - checksum = "9e72da5a1c35c9a129be0c60ab9968779981ca50835dd98650ecd8b0ea4d721e" 1254 + checksum = "c233d6eaa098c0ca5ce03236fd7a96e27f1abe72fad74b46003fbd11fe49563c" 1258 1255 dependencies = [ 1259 1256 "bstr", 1260 1257 "gix-glob", ··· 1267 1268 1268 1269 [[package]] 1269 1270 name = "gix-bitmap" 1270 - version = "0.2.16" 1271 + version = "0.3.0" 1271 1272 source = "registry+https://github.com/rust-lang/crates.io-index" 1272 - checksum = "d982fc7ef0608e669851d0d2a6141dae74c60d5a27e8daa451f2a4857bbf41e2" 1273 + checksum = "e7add20f40d060db8c9b1314d499bac6ed7480f33eb113ce3e1cf5d6ff85d989" 1273 1274 dependencies = [ 1274 - "thiserror 2.0.18", 1275 + "gix-error", 1275 1276 ] 1276 1277 1277 1278 [[package]] 1278 1279 name = "gix-blame" 1279 - version = "0.8.0" 1280 + version = "0.10.0" 1280 1281 source = "registry+https://github.com/rust-lang/crates.io-index" 1281 - checksum = "9e0bf0ff9a7ce3f34832565b5aa13ae923feacd1154e2fbbfa5de9b740e26288" 1282 + checksum = "2093922a26722186a2ea36615d581639299ca7d68241d8116d8c441da6f96b1a" 1282 1283 dependencies = [ 1283 1284 "gix-commitgraph", 1284 1285 "gix-date", ··· 1296 1297 1297 1298 [[package]] 1298 1299 name = "gix-chunk" 1299 - version = "0.5.0" 1300 + version = "0.7.0" 1300 1301 source = "registry+https://github.com/rust-lang/crates.io-index" 1301 - checksum = "63e516efaac951ed21115b11d5514b120c26ccb493d0c0b9ea6cc10edf4fdf44" 1302 + checksum = "1096b6608fbe5d27fb4984e20f992b4e76fb8c613f6acb87d07c5831b53a6959" 1302 1303 dependencies = [ 1303 1304 "gix-error", 1304 1305 ] 1305 1306 1306 1307 [[package]] 1307 1308 name = "gix-command" 1308 - version = "0.7.1" 1309 + version = "0.8.0" 1309 1310 source = "registry+https://github.com/rust-lang/crates.io-index" 1310 - checksum = "2962172c6f78731e2b7773bf762f7b8d1746a342a4c0a8914a612206e1295953" 1311 + checksum = "b849c65a609f50d02f8a2774fe371650b3384a743c79c2a070ce0da49b7fb7da" 1311 1312 dependencies = [ 1312 1313 "bstr", 1313 1314 "gix-path", ··· 1318 1319 1319 1320 [[package]] 1320 1321 name = "gix-commitgraph" 1321 - version = "0.32.0" 1322 + version = "0.34.0" 1322 1323 source = "registry+https://github.com/rust-lang/crates.io-index" 1323 - checksum = "d0dda2e4d5a61d4a16a780f61f2b7e9406ad1f8da97c35c09ef501f3fdf74de0" 1324 + checksum = "aea2fcfa6bc7329cd094696ba76682b89bdb61cafc848d91b34abba1c1d7e040" 1324 1325 dependencies = [ 1325 1326 "bstr", 1326 1327 "gix-chunk", 1327 1328 "gix-error", 1328 1329 "gix-hash", 1329 1330 "memmap2", 1331 + "nonempty", 1330 1332 ] 1331 1333 1332 1334 [[package]] 1333 1335 name = "gix-config" 1334 - version = "0.51.0" 1336 + version = "0.53.0" 1335 1337 source = "registry+https://github.com/rust-lang/crates.io-index" 1336 - checksum = "9a153dd4f5789fdf242e19e3f7105f2a114df198570225976fe4a108bac9dee4" 1338 + checksum = "8c24b190bd42b55724368c28ae750840b48e2038b9b5281202de6fca4ec1fce1" 1337 1339 dependencies = [ 1338 1340 "bstr", 1339 1341 "gix-config-value", ··· 1365 1365 1366 1366 [[package]] 1367 1367 name = "gix-credentials" 1368 - version = "0.35.0" 1368 + version = "0.37.0" 1369 1369 source = "registry+https://github.com/rust-lang/crates.io-index" 1370 - checksum = "b6ef04ac6b0b9cb75b02afaab4045eafb7b59be41815fbfaaa184a2280af2146" 1370 + checksum = "604b2d440d293a0017cbe60ee87fe10337f6e1d224dd6a147619e849e2be4623" 1371 1371 dependencies = [ 1372 1372 "bstr", 1373 1373 "gix-command", ··· 1383 1383 1384 1384 [[package]] 1385 1385 name = "gix-date" 1386 - version = "0.13.0" 1386 + version = "0.15.0" 1387 1387 source = "registry+https://github.com/rust-lang/crates.io-index" 1388 - checksum = "12553b32d1da25671f31c0b084bf1e5cb6d5ef529254d04ec33cdc890bd7f687" 1388 + checksum = "6c2f2155782090fd947c2f7904166b9f3c3da0d91358adb011f753ea3a55c0ff" 1389 1389 dependencies = [ 1390 1390 "bstr", 1391 1391 "gix-error", ··· 1396 1396 1397 1397 [[package]] 1398 1398 name = "gix-diff" 1399 - version = "0.58.0" 1399 + version = "0.60.0" 1400 1400 source = "registry+https://github.com/rust-lang/crates.io-index" 1401 - checksum = "26bcd367b2c5dbf6bec9ce02ca59eab179fc82cf39f15ec83549ee25c255c99f" 1401 + checksum = "60592771b104eda4e537c311e8239daef0df651d61e0e21855f7e6166416ff12" 1402 1402 dependencies = [ 1403 1403 "bstr", 1404 1404 "gix-attributes", ··· 1414 1414 "gix-trace", 1415 1415 "gix-traverse", 1416 1416 "gix-worktree", 1417 - "imara-diff", 1417 + "imara-diff 0.1.8", 1418 + "imara-diff 0.2.0", 1418 1419 "thiserror 2.0.18", 1419 1420 ] 1420 1421 1421 1422 [[package]] 1422 1423 name = "gix-dir" 1423 - version = "0.20.0" 1424 + version = "0.22.0" 1424 1425 source = "registry+https://github.com/rust-lang/crates.io-index" 1425 - checksum = "004129e2c93798141d68ff08cb7f1b3d909c0212747fb8b05c8989635ba90a4e" 1426 + checksum = "3b483ca64cc32d9e33fa617be153ec90525ad77db51106a5f725805a066dc001" 1426 1427 dependencies = [ 1427 1428 "bstr", 1428 1429 "gix-discover", ··· 1441 1440 1442 1441 [[package]] 1443 1442 name = "gix-discover" 1444 - version = "0.46.0" 1443 + version = "0.48.0" 1445 1444 source = "registry+https://github.com/rust-lang/crates.io-index" 1446 - checksum = "950b027b861c6863ddf1b075672ec1ef2006b95c4d12284fc1ec4cdb1ab6639e" 1445 + checksum = "810764b92e8cb95e4d91b7adfc5a14666434fd32ace02900dfb66aae71f845df" 1447 1446 dependencies = [ 1448 1447 "bstr", 1449 1448 "dunce", ··· 1456 1455 1457 1456 [[package]] 1458 1457 name = "gix-error" 1459 - version = "0.0.0" 1458 + version = "0.2.0" 1460 1459 source = "registry+https://github.com/rust-lang/crates.io-index" 1461 - checksum = "7dffc9ca4dfa4f519a3d2cf1c038919160544923577ac60f45bcb602a24d82c6" 1460 + checksum = "f2dfe8025209bf2a72d97a6f2dff105b93e5ebcf131ffa3d3f1728ce4ac3767b" 1462 1461 dependencies = [ 1463 1462 "bstr", 1464 1463 ] ··· 1487 1486 1488 1487 [[package]] 1489 1488 name = "gix-filter" 1490 - version = "0.25.0" 1489 + version = "0.27.0" 1491 1490 source = "registry+https://github.com/rust-lang/crates.io-index" 1492 - checksum = "7240442915cdd74e1f889566695ce0d0c23c7185b13318a1232ce646af0d18ad" 1491 + checksum = "7eda328750accaac05ce7637298fd7d6ba0d5d7bdf49c21f899d0b97e3df822d" 1493 1492 dependencies = [ 1494 1493 "bstr", 1495 1494 "encoding_rs", ··· 1570 1569 1571 1570 [[package]] 1572 1571 name = "gix-index" 1573 - version = "0.46.0" 1572 + version = "0.48.0" 1574 1573 source = "registry+https://github.com/rust-lang/crates.io-index" 1575 - checksum = "e31c6b3664efe5916c539c50e610f9958f2993faf8e29fa5a40fb80b6ac8486a" 1574 + checksum = "13b28482b86662c8b78160e0750b097a35fd61185803a960681351b3a07de07e" 1576 1575 dependencies = [ 1577 1576 "bitflags", 1578 1577 "bstr", ··· 1609 1608 1610 1609 [[package]] 1611 1610 name = "gix-mailmap" 1612 - version = "0.30.0" 1611 + version = "0.32.0" 1613 1612 source = "registry+https://github.com/rust-lang/crates.io-index" 1614 - checksum = "2e6fd521cb582620b7066b5b420ace1951cb84fe2241fa239b227e1a94fa25dc" 1613 + checksum = "c7b4818da522786ec7e32a00884ee8fc40fa4c215c3997c0b15f7b62684d1199" 1615 1614 dependencies = [ 1616 1615 "bstr", 1617 1616 "gix-actor", 1618 1617 "gix-date", 1619 - "thiserror 2.0.18", 1618 + "gix-error", 1620 1619 ] 1621 1620 1622 1621 [[package]] 1623 1622 name = "gix-negotiate" 1624 - version = "0.26.0" 1623 + version = "0.28.0" 1625 1624 source = "registry+https://github.com/rust-lang/crates.io-index" 1626 - checksum = "00dff6d49869f16b8900da7c27b886a45cbf641b1e45aab355d012afe4266b7f" 1625 + checksum = "5a925ec9bc3664eaff9c7dc49bc857fe0de7e90ece6e092cb66ba923812824db" 1627 1626 dependencies = [ 1628 1627 "bitflags", 1629 1628 "gix-commitgraph", ··· 1631 1630 "gix-hash", 1632 1631 "gix-object", 1633 1632 "gix-revwalk", 1634 - "smallvec", 1635 - "thiserror 2.0.18", 1636 1633 ] 1637 1634 1638 1635 [[package]] 1639 1636 name = "gix-object" 1640 - version = "0.55.0" 1637 + version = "0.57.0" 1641 1638 source = "registry+https://github.com/rust-lang/crates.io-index" 1642 - checksum = "4d3f705c977d90ace597049252ae1d7fec907edc0fa7616cc91bf5508d0f4006" 1639 + checksum = "013eae8e072c6155191ac266950dfbc8d162408642571b32e2c6b3e4b03740fb" 1643 1640 dependencies = [ 1644 1641 "bstr", 1645 1642 "gix-actor", ··· 1656 1657 1657 1658 [[package]] 1658 1659 name = "gix-odb" 1659 - version = "0.75.0" 1660 + version = "0.77.0" 1660 1661 source = "registry+https://github.com/rust-lang/crates.io-index" 1661 - checksum = "1d59882d2fdab5e609b0c452a6ef9a3bd12ef6b694be4f82ab8f126ad0969864" 1662 + checksum = "f8901a182923799e8857ac01bff6d7c6fecea999abd79a86dab638aadbb843f3" 1662 1663 dependencies = [ 1663 1664 "arc-swap", 1664 1665 "gix-features", ··· 1676 1677 1677 1678 [[package]] 1678 1679 name = "gix-pack" 1679 - version = "0.65.0" 1680 + version = "0.67.0" 1680 1681 source = "registry+https://github.com/rust-lang/crates.io-index" 1681 - checksum = "8c44db57ebbbeaad9972c2a60662142660427a1f0a7529314d53fefb4fedad24" 1682 + checksum = "194a9f96f4058359d6874123f160e5b2044974829a29f3a71bb9c9218d1916c3" 1682 1683 dependencies = [ 1683 1684 "clru", 1684 1685 "gix-chunk", ··· 1720 1721 1721 1722 [[package]] 1722 1723 name = "gix-pathspec" 1723 - version = "0.15.1" 1724 + version = "0.16.0" 1724 1725 source = "registry+https://github.com/rust-lang/crates.io-index" 1725 - checksum = "c7f4cc23f55ca7c190bf243f1a4e2139d4522022f724fb0dfc06c93f65a01ef6" 1726 + checksum = "40e7636782b35bb1d3ade19ea7387278e96fd49f6963ab41bfca81cef4b61b20" 1726 1727 dependencies = [ 1727 1728 "bitflags", 1728 1729 "bstr", ··· 1735 1736 1736 1737 [[package]] 1737 1738 name = "gix-prompt" 1738 - version = "0.13.1" 1739 + version = "0.14.0" 1739 1740 source = "registry+https://github.com/rust-lang/crates.io-index" 1740 - checksum = "4806f1ebf969cd54d178ccd975911ef1829aeccea0b27630e63c9d26c8347d7f" 1741 + checksum = "d5b43e9c81bce4e35d90e32405649d47e9fae2ab861d0edbc913fde4df2c6cc7" 1741 1742 dependencies = [ 1742 1743 "gix-command", 1743 1744 "gix-config-value", ··· 1748 1749 1749 1750 [[package]] 1750 1751 name = "gix-protocol" 1751 - version = "0.56.0" 1752 + version = "0.58.0" 1752 1753 source = "registry+https://github.com/rust-lang/crates.io-index" 1753 - checksum = "54f20837b0c70b65f6ac77886be033de3b69d5879f99128b47c42665ab0a17c2" 1754 + checksum = "5c64ec7b04c57df6e97a2ac4738a4a09897b88febd6ec4bd2c5d3ff3ad3849df" 1754 1755 dependencies = [ 1755 1756 "bstr", 1756 1757 "gix-date", ··· 1761 1762 "gix-transport", 1762 1763 "gix-utils", 1763 1764 "maybe-async", 1765 + "nonempty", 1764 1766 "thiserror 2.0.18", 1765 1767 "winnow", 1766 1768 ] 1767 1769 1768 1770 [[package]] 1769 1771 name = "gix-quote" 1770 - version = "0.6.2" 1772 + version = "0.7.0" 1771 1773 source = "registry+https://github.com/rust-lang/crates.io-index" 1772 - checksum = "96fc2ff2ec8cc0c92807f02eab1f00eb02619fc2810d13dc42679492fcc36757" 1774 + checksum = "68533db71259c8776dd4e770d2b7b98696213ecdc1f5c9e3507119e274e0c578" 1773 1775 dependencies = [ 1774 1776 "bstr", 1777 + "gix-error", 1775 1778 "gix-utils", 1776 - "thiserror 2.0.18", 1777 1779 ] 1778 1780 1779 1781 [[package]] 1780 1782 name = "gix-ref" 1781 - version = "0.58.0" 1783 + version = "0.60.0" 1782 1784 source = "registry+https://github.com/rust-lang/crates.io-index" 1783 - checksum = "5cf780dcd9ac99fd3fcfc8523479a0e2ffd55f5e0be63e5e3248fb7e46cff966" 1785 + checksum = "7cc7b230945f02d706a49bcf823b671785ecd9e88e713b8bd2ca5db104c97add" 1784 1786 dependencies = [ 1785 1787 "gix-actor", 1786 1788 "gix-features", ··· 1800 1800 1801 1801 [[package]] 1802 1802 name = "gix-refspec" 1803 - version = "0.36.0" 1803 + version = "0.38.0" 1804 1804 source = "registry+https://github.com/rust-lang/crates.io-index" 1805 - checksum = "60ce400a770a7952e45267803192cc2d1fe0afa08e2c08dde32e04c7908c6e61" 1805 + checksum = "bb3dc194cdc1176fc20f39f233d0d516f83df843ea14a9eb758a2690f3e38d1e" 1806 1806 dependencies = [ 1807 1807 "bstr", 1808 1808 "gix-error", ··· 1816 1816 1817 1817 [[package]] 1818 1818 name = "gix-revision" 1819 - version = "0.40.0" 1819 + version = "0.42.0" 1820 1820 source = "registry+https://github.com/rust-lang/crates.io-index" 1821 - checksum = "c719cf7d669439e1fca735bd1c4de54d43c5d30e8883fd6063c4924b213d70c9" 1821 + checksum = "df9e31cd402edae08c3fdb67917b9fb75b0c9c9bd2fbed0c2dd9c0847039c556" 1822 1822 dependencies = [ 1823 1823 "bitflags", 1824 1824 "bstr", ··· 1830 1830 "gix-object", 1831 1831 "gix-revwalk", 1832 1832 "gix-trace", 1833 + "nonempty", 1833 1834 ] 1834 1835 1835 1836 [[package]] 1836 1837 name = "gix-revwalk" 1837 - version = "0.26.0" 1838 + version = "0.28.0" 1838 1839 source = "registry+https://github.com/rust-lang/crates.io-index" 1839 - checksum = "194a50b30aa0c6e6de43c723359c5809a96275a3aa92d323ef7f58b1cdd60f16" 1840 + checksum = "573f6e471d76c0796f0b8ed5a431521ea5d121a7860121a2a9703e9434ab1d52" 1840 1841 dependencies = [ 1841 1842 "gix-commitgraph", 1842 1843 "gix-date", ··· 1863 1862 1864 1863 [[package]] 1865 1864 name = "gix-shallow" 1866 - version = "0.8.1" 1865 + version = "0.9.0" 1867 1866 source = "registry+https://github.com/rust-lang/crates.io-index" 1868 - checksum = "189386b5da5285216cc0ede89eff5a943d5261fc794241ee6ec5360b77df15ad" 1867 + checksum = "4ee51037c8a27ddb1c7a6d6db2553d01e501d5b1dae7dc65e41905a70960e658" 1869 1868 dependencies = [ 1870 1869 "bstr", 1871 1870 "gix-hash", 1872 1871 "gix-lock", 1872 + "nonempty", 1873 1873 "thiserror 2.0.18", 1874 1874 ] 1875 1875 1876 1876 [[package]] 1877 1877 name = "gix-status" 1878 - version = "0.25.0" 1878 + version = "0.27.0" 1879 1879 source = "registry+https://github.com/rust-lang/crates.io-index" 1880 - checksum = "b0c994dbca7f038cfcde6337673523bab6e6b4f544b5046f5120a02bdeafff33" 1880 + checksum = "6d4b93da8aae2b5c4ec2aaa3663a0914789737ba17383c665e9270a74173e8f6" 1881 1881 dependencies = [ 1882 1882 "bstr", 1883 1883 "filetime", ··· 1899 1897 1900 1898 [[package]] 1901 1899 name = "gix-submodule" 1902 - version = "0.25.0" 1900 + version = "0.27.0" 1903 1901 source = "registry+https://github.com/rust-lang/crates.io-index" 1904 - checksum = "db1840fe723c6264ee596e5a179e1b9a2df59351f09bae9cea570a472a790bc0" 1902 + checksum = "6cba2022599491d620fbc77b3729dba0120862ce9b4af6e3c47d19a9f2a5d884" 1905 1903 dependencies = [ 1906 1904 "bstr", 1907 1905 "gix-config", ··· 1935 1933 1936 1934 [[package]] 1937 1935 name = "gix-transport" 1938 - version = "0.53.0" 1936 + version = "0.55.0" 1939 1937 source = "registry+https://github.com/rust-lang/crates.io-index" 1940 - checksum = "de1064c7ffa5a915014a6a5b71fbc5299462ae655348bed23e083b4a735076c3" 1938 + checksum = "b4d72f5094b9f851e348f2cbb840d026ffd8119fc28bc2bca1387eecd171c815" 1941 1939 dependencies = [ 1942 1940 "bstr", 1943 1941 "gix-command", ··· 1951 1949 1952 1950 [[package]] 1953 1951 name = "gix-traverse" 1954 - version = "0.52.0" 1952 + version = "0.54.0" 1955 1953 source = "registry+https://github.com/rust-lang/crates.io-index" 1956 - checksum = "37f8b53b4c56b01c43a4491c4edfe2ce66c654eb86232205172ceb1650d21c55" 1954 + checksum = "c99b3cf9dc87c13f1404e7b0e8c5e4bff4975d6f788831c02d6c006f3c76b4a0" 1957 1955 dependencies = [ 1958 1956 "bitflags", 1959 1957 "gix-commitgraph", ··· 1968 1966 1969 1967 [[package]] 1970 1968 name = "gix-url" 1971 - version = "0.35.1" 1969 + version = "0.35.2" 1972 1970 source = "registry+https://github.com/rust-lang/crates.io-index" 1973 - checksum = "507752d41afcdf5961ab494eb062c3bf21f68b2ee67e45568e9028cccdd00c34" 1971 + checksum = "d28e8af3d42581190da884f013caf254d2fd4d6ab102408f08d21bfa11de6c8d" 1974 1972 dependencies = [ 1975 1973 "bstr", 1976 1974 "gix-path", ··· 2000 1998 2001 1999 [[package]] 2002 2000 name = "gix-worktree" 2003 - version = "0.47.0" 2001 + version = "0.49.0" 2004 2002 source = "registry+https://github.com/rust-lang/crates.io-index" 2005 - checksum = "ef2ad658586ec0039b03e96c664f08b7cb7a2b7cca6947a9c856c9ed59b807b1" 2003 + checksum = "005627fc149315f39473e3e94a50058dd5d345c490a23723f67f32ee9c505232" 2006 2004 dependencies = [ 2007 2005 "bstr", 2008 2006 "gix-attributes", ··· 2018 2016 2019 2017 [[package]] 2020 2018 name = "gix-worktree-state" 2021 - version = "0.25.0" 2019 + version = "0.27.0" 2022 2020 source = "registry+https://github.com/rust-lang/crates.io-index" 2023 - checksum = "9895abc7654cbd8e102d6a765d3bdfa1567fcd5d2849b8e3d3da6405d64913c9" 2021 + checksum = "8b9ffce16a83def3651ee4c9872960f4582652fbcc8bbee568c9bae6ffa23894" 2024 2022 dependencies = [ 2025 2023 "bstr", 2026 2024 "gix-features", ··· 2036 2034 2037 2035 [[package]] 2038 2036 name = "gix-worktree-stream" 2039 - version = "0.27.0" 2037 + version = "0.29.0" 2040 2038 source = "registry+https://github.com/rust-lang/crates.io-index" 2041 - checksum = "2339a1339413500263052a9feb866ad1847885088ed44a411b33a235dd9110c5" 2039 + checksum = "805ff4ecc1c8ac02e8d1969521d54cd446fae7397f5db3f4d06c5f0fbaa4dd64" 2042 2040 dependencies = [ 2043 2041 "gix-attributes", 2042 + "gix-error", 2044 2043 "gix-features", 2045 2044 "gix-filter", 2046 2045 "gix-fs", ··· 2050 2047 "gix-path", 2051 2048 "gix-traverse", 2052 2049 "parking_lot", 2053 - "thiserror 2.0.18", 2054 2050 ] 2055 2051 2056 2052 [[package]] ··· 2651 2649 ] 2652 2650 2653 2651 [[package]] 2652 + name = "imara-diff" 2653 + version = "0.2.0" 2654 + source = "registry+https://github.com/rust-lang/crates.io-index" 2655 + checksum = "2f01d462f766df78ab820dd06f5eb700233c51f0f4c2e846520eaf4ba6aa5c5c" 2656 + dependencies = [ 2657 + "hashbrown 0.15.5", 2658 + "memchr", 2659 + ] 2660 + 2661 + [[package]] 2654 2662 name = "indexmap" 2655 2663 version = "2.13.0" 2656 2664 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3104 3092 3105 3093 [[package]] 3106 3094 name = "moka" 3107 - version = "0.12.13" 3095 + version = "0.12.14" 3108 3096 source = "registry+https://github.com/rust-lang/crates.io-index" 3109 - checksum = "b4ac832c50ced444ef6be0767a008b02c106a909ba79d1d830501e94b96f6b7e" 3097 + checksum = "85f8024e1c8e71c778968af91d43700ce1d11b219d127d79fb2934153b82b42b" 3110 3098 dependencies = [ 3111 3099 "async-lock", 3112 3100 "crossbeam-channel", ··· 3142 3130 dependencies = [ 3143 3131 "getrandom 0.2.17", 3144 3132 ] 3133 + 3134 + [[package]] 3135 + name = "nonempty" 3136 + version = "0.12.0" 3137 + source = "registry+https://github.com/rust-lang/crates.io-index" 3138 + checksum = "9737e026353e5cd0736f98eddae28665118eb6f6600902a7f50db585621fecb6" 3145 3139 3146 3140 [[package]] 3147 3141 name = "nu-ansi-term" ··· 4716 4698 4717 4699 [[package]] 4718 4700 name = "tokio" 4719 - version = "1.49.0" 4701 + version = "1.50.0" 4720 4702 source = "registry+https://github.com/rust-lang/crates.io-index" 4721 - checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" 4703 + checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" 4722 4704 dependencies = [ 4723 4705 "bytes", 4724 4706 "libc",
+1 -1
Cargo.toml
··· 33 33 axum = "0.8.4" 34 34 data-encoding = "2.9.0" 35 35 exn = "0.3.0" 36 - gix = { version = "0.78.0", features = ["max-performance"] } 36 + gix = { version = "0.80.0", features = ["max-performance"] } 37 37 metrics = "0.24.3" 38 38 rand = "0.9.2" 39 39 reqwest = { version = "0.13.1", features = ["form", "json"] }
+1 -1
crates/gordian-cred/Cargo.toml
··· 28 28 ssh-agent-client-rs = "1.1.2" 29 29 ssh-key = "0.6.7" 30 30 time = { version = "0.3.44", features = ["formatting"] } 31 - tokio = { version = "1.48.0", features = ["rt"] } 31 + tokio = { version = "1.50.0", features = ["rt"] } 32 32 toml = "0.9.8" 33 33 tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
+2 -2
crates/gordian-identity/Cargo.toml
··· 19 19 20 20 futures-util = "0.3.31" 21 21 hickory-resolver = "0.25.2" 22 - moka = { version = "0.12.11", features = ["future"] } 23 - tokio = { version = "1.47.1", default-features = false, features = ["macros"] } 22 + moka = { version = "0.12.14", features = ["future"] } 23 + tokio = { version = "1.50.0", default-features = false, features = ["macros"] } 24 24 tracing-subscriber = { version = "0.3.20", optional = true } 25 25 26 26 [[example]]
+1 -1
crates/gordian-jetstream/Cargo.toml
··· 25 25 futures-util = "0.3.31" 26 26 metrics-exporter-prometheus = { version = "0.18.1", optional = true } 27 27 rustls = { version = "0.23.37", features = ["aws-lc-rs"] } 28 - tokio = { version = "1.48.0", features = ["macros", "rt", "sync", "time"] } 28 + tokio = { version = "1.50.0", features = ["macros", "rt", "sync", "time"] } 29 29 tokio-tungstenite = { version = "0.28.0", features = ["rustls-tls-native-roots"] } 30 30 tokio-util = "0.7.17" 31 31 tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
+3 -3
crates/gordian-knot/Cargo.toml
··· 40 40 maud = { version = "0.27.0", features = ["axum"], optional = true } 41 41 metrics-exporter-prometheus = { version = "0.18.1" } 42 42 mimetype-detector = "0.3.4" 43 - moka = { version = "0.12.12", features = ["future"] } 43 + moka = { version = "0.12.14", features = ["future"] } 44 44 rayon = "1.11.0" 45 45 rustc-hash = "2.1.1" 46 46 sqlx = { version = "0.8.6", features = ["runtime-tokio", "sqlite", "time", "json", "macros", "derive"] } 47 - tempfile = "3.24.0" 48 - tokio = { version = "1.47.1", features = ["io-util", "macros", "net", "process", "signal", "rt-multi-thread"] } 47 + tempfile = "3.25.0" 48 + tokio = { version = "1.50.0", features = ["io-util", "macros", "net", "process", "signal", "rt-multi-thread"] } 49 49 tokio-rayon = "2.1.0" 50 50 tokio-stream = { version = "0.1.17", features = ["time"] } 51 51 tokio-tungstenite = "0.28.0"
+1 -1
crates/gordian-knot/src/model/convert.rs
··· 19 19 #[error("Failed to decode object: {0}")] 20 20 Decode(#[from] gix::objs::decode::Error), 21 21 #[error("Failed to parse git time: {0}")] 22 - TimeParse(#[from] gix::error::ParseError), 22 + TimeParse(#[from] gix::date::Error), 23 23 #[error("Failed to convert git time: {0}")] 24 24 TimeConversion(#[from] time::error::ComponentRange), 25 25 }
-1
deny.toml
··· 17 17 allow = [ 18 18 "Apache-2.0", 19 19 "BSD-3-Clause", 20 - "CDLA-Permissive-2.0", 21 20 "ISC", 22 21 "MIT", 23 22 "MPL-2.0",