Nushell plugin for interacting with D-Bus
0
fork

Configure Feed

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

Update Nushell

Ben C 47e1e232 090be12d

+104 -172
+93 -161
Cargo.lock
··· 94 94 95 95 [[package]] 96 96 name = "bitflags" 97 - version = "2.9.4" 97 + version = "2.10.0" 98 98 source = "registry+https://github.com/rust-lang/crates.io-index" 99 - checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" 99 + checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" 100 100 101 101 [[package]] 102 102 name = "brotli" 103 - version = "7.0.0" 103 + version = "8.0.2" 104 104 source = "registry+https://github.com/rust-lang/crates.io-index" 105 - checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd" 105 + checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560" 106 106 dependencies = [ 107 107 "alloc-no-stdlib", 108 108 "alloc-stdlib", ··· 111 111 112 112 [[package]] 113 113 name = "brotli-decompressor" 114 - version = "4.0.3" 114 + version = "5.0.0" 115 115 source = "registry+https://github.com/rust-lang/crates.io-index" 116 - checksum = "a334ef7c9e23abf0ce748e8cd309037da93e606ad52eb372e4ce327a0dcfbdfd" 116 + checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" 117 117 dependencies = [ 118 118 "alloc-no-stdlib", 119 119 "alloc-stdlib", ··· 281 281 282 282 [[package]] 283 283 name = "dirs" 284 - version = "5.0.1" 284 + version = "6.0.0" 285 285 source = "registry+https://github.com/rust-lang/crates.io-index" 286 - checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 286 + checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" 287 287 dependencies = [ 288 288 "dirs-sys", 289 289 ] 290 290 291 291 [[package]] 292 292 name = "dirs-sys" 293 - version = "0.4.1" 293 + version = "0.5.0" 294 294 source = "registry+https://github.com/rust-lang/crates.io-index" 295 - checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 295 + checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" 296 296 dependencies = [ 297 297 "libc", 298 298 "option-ext", 299 299 "redox_users", 300 - "windows-sys 0.48.0", 300 + "windows-sys 0.61.2", 301 301 ] 302 302 303 303 [[package]] ··· 444 444 445 445 [[package]] 446 446 name = "indexmap" 447 - version = "2.11.4" 447 + version = "2.12.0" 448 448 source = "registry+https://github.com/rust-lang/crates.io-index" 449 - checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" 449 + checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f" 450 450 dependencies = [ 451 451 "equivalent", 452 452 "hashbrown 0.16.0", ··· 691 691 692 692 [[package]] 693 693 name = "nix" 694 - version = "0.29.0" 694 + version = "0.30.1" 695 695 source = "registry+https://github.com/rust-lang/crates.io-index" 696 - checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" 696 + checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" 697 697 dependencies = [ 698 698 "bitflags", 699 699 "cfg-if", ··· 731 731 732 732 [[package]] 733 733 name = "nu-derive-value" 734 - version = "0.107.0" 734 + version = "0.108.0" 735 735 source = "registry+https://github.com/rust-lang/crates.io-index" 736 - checksum = "790ab3ef96bd1b3133389be7b9772bb46aa98fff612b3417d80f40cc2271affb" 736 + checksum = "39f6844d832ae0b97396c6cd7d2a18b7ab9effdde83fbe18a17255b16d2d95e6" 737 737 dependencies = [ 738 738 "heck", 739 739 "proc-macro-error2", ··· 744 744 745 745 [[package]] 746 746 name = "nu-engine" 747 - version = "0.107.0" 747 + version = "0.108.0" 748 748 source = "registry+https://github.com/rust-lang/crates.io-index" 749 - checksum = "5c3ee4b666991180f7567a4673c61cd9c7eabfd43f1b1a63c890f2685b6c8ed6" 749 + checksum = "6eb4562ca8e184393362cf9de2c4e500354e4b16b6ac31dc938f672d615a57a4" 750 750 dependencies = [ 751 751 "fancy-regex", 752 752 "log", 753 + "nu-experimental", 753 754 "nu-glob", 754 755 "nu-path", 755 756 "nu-protocol", ··· 758 759 759 760 [[package]] 760 761 name = "nu-experimental" 761 - version = "0.107.0" 762 + version = "0.108.0" 762 763 source = "registry+https://github.com/rust-lang/crates.io-index" 763 - checksum = "8e2c87f767dbbc077d6102fadbbf18e595d4845c3b90d5ab186615697587f670" 764 + checksum = "c0eb92aab3b0221658e1163aee36efef6e7018d101d7092a7747f426ecaa73a3" 764 765 dependencies = [ 765 766 "itertools 0.14.0", 766 767 "thiserror 2.0.17", ··· 768 769 769 770 [[package]] 770 771 name = "nu-glob" 771 - version = "0.107.0" 772 + version = "0.108.0" 772 773 source = "registry+https://github.com/rust-lang/crates.io-index" 773 - checksum = "6be8d8ac9cf524bd2b624f3394e805d054cc4ec55addc5867336f3cc658751b0" 774 + checksum = "6f4dff716f0e89268bddca91c984b3d67c8abda45039e38f5e3605c37d74b460" 774 775 775 776 [[package]] 776 777 name = "nu-path" 777 - version = "0.107.0" 778 + version = "0.108.0" 778 779 source = "registry+https://github.com/rust-lang/crates.io-index" 779 - checksum = "70e3110f0ee70b2dbe2ee289512d580876c3b149e43ded007b8cb8061d9cbb02" 780 + checksum = "8b04577311397f1dd847c37a241b4bcb6a59719c03cb23672c486f57a37dba09" 780 781 dependencies = [ 781 782 "dirs", 782 783 "omnipath", ··· 786 787 787 788 [[package]] 788 789 name = "nu-plugin" 789 - version = "0.107.0" 790 + version = "0.108.0" 790 791 source = "registry+https://github.com/rust-lang/crates.io-index" 791 - checksum = "d479fae7eaf63371ee69f5092c7ea207c6486fdfa276e45d66015aeef6704f43" 792 + checksum = "00f04d0af0c79ed0801ae9edce531cf0a3cbc9987f2ef8b18e7e758410b3495f" 792 793 dependencies = [ 793 794 "log", 794 795 "nix", ··· 802 803 803 804 [[package]] 804 805 name = "nu-plugin-core" 805 - version = "0.107.0" 806 + version = "0.108.0" 806 807 source = "registry+https://github.com/rust-lang/crates.io-index" 807 - checksum = "ead7de3022ab2ce316fc5e9cb3361be48d0493a963a28323b76b27611ccda672" 808 + checksum = "bf1f65bf58874f811ae8b61e9ff809347344b2628b0b69a09ae6d663242f25f2" 808 809 dependencies = [ 809 810 "interprocess", 810 811 "log", ··· 813 814 "rmp-serde", 814 815 "serde", 815 816 "serde_json", 816 - "windows 0.56.0", 817 + "windows 0.62.2", 817 818 ] 818 819 819 820 [[package]] 820 821 name = "nu-plugin-protocol" 821 - version = "0.107.0" 822 + version = "0.108.0" 822 823 source = "registry+https://github.com/rust-lang/crates.io-index" 823 - checksum = "8081f74f009d68b842718cdfd61243be8139ba2bc585f6815b53fca63be5373d" 824 + checksum = "9eb646cdb01361724e2b142f3129016ed6230ec857832ba6aec56fed9377c935" 824 825 dependencies = [ 825 826 "nu-protocol", 826 827 "nu-utils", ··· 832 833 833 834 [[package]] 834 835 name = "nu-protocol" 835 - version = "0.107.0" 836 + version = "0.108.0" 836 837 source = "registry+https://github.com/rust-lang/crates.io-index" 837 - checksum = "21b0dd71a797fc3facf50af631774e01f5564da101c9d6c19015a5e6711d5089" 838 + checksum = "5d887a2fb4c325fdb78c3eef426ab0bccab85b1f644b8ec267e586fa02933060" 838 839 dependencies = [ 839 840 "brotli", 840 841 "bytes", ··· 866 867 "thiserror 2.0.17", 867 868 "typetag", 868 869 "web-time", 869 - "windows 0.56.0", 870 - "windows-sys 0.48.0", 870 + "windows 0.62.2", 871 + "windows-sys 0.61.2", 871 872 ] 872 873 873 874 [[package]] 874 875 name = "nu-system" 875 - version = "0.107.0" 876 + version = "0.108.0" 876 877 source = "registry+https://github.com/rust-lang/crates.io-index" 877 - checksum = "658a2171d31b4d72de1eeeabcca111f85251f4244b0684edc93048d44a29cb1e" 878 + checksum = "2499aaa5e03f648250ecad2cef2fd97723eb6a899a60871ae64479b90e9a1451" 878 879 dependencies = [ 879 880 "chrono", 880 881 "itertools 0.14.0", ··· 887 888 "procfs", 888 889 "sysinfo", 889 890 "web-time", 890 - "windows 0.56.0", 891 + "windows 0.62.2", 891 892 ] 892 893 893 894 [[package]] 894 895 name = "nu-utils" 895 - version = "0.107.0" 896 + version = "0.108.0" 896 897 source = "registry+https://github.com/rust-lang/crates.io-index" 897 - checksum = "27ee1ae2999faaf8577f55a6051ec9b02a8cae5660f323a9d332e8b6734dc24b" 898 + checksum = "d43442cb69c1c9703afe66003b206b916015dd4f67d2b157bcf15ec81cba2360" 898 899 dependencies = [ 899 900 "byteyarn", 900 901 "crossterm", ··· 915 916 916 917 [[package]] 917 918 name = "nu_plugin_dbus" 918 - version = "0.18.0" 919 + version = "0.20.0" 919 920 dependencies = [ 920 921 "dbus", 921 922 "nu-plugin", ··· 1055 1056 1056 1057 [[package]] 1057 1058 name = "proc-macro2" 1058 - version = "1.0.101" 1059 + version = "1.0.102" 1059 1060 source = "registry+https://github.com/rust-lang/crates.io-index" 1060 - checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" 1061 + checksum = "8e0f6df8eaa422d97d72edcd152e1451618fed47fabbdbd5a8864167b1d4aff7" 1061 1062 dependencies = [ 1062 1063 "unicode-ident", 1063 1064 ] ··· 1129 1130 1130 1131 [[package]] 1131 1132 name = "redox_users" 1132 - version = "0.4.6" 1133 + version = "0.5.2" 1133 1134 source = "registry+https://github.com/rust-lang/crates.io-index" 1134 - checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" 1135 + checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" 1135 1136 dependencies = [ 1136 1137 "getrandom", 1137 1138 "libredox", 1138 - "thiserror 1.0.69", 1139 + "thiserror 2.0.17", 1139 1140 ] 1140 1141 1141 1142 [[package]] ··· 1385 1386 1386 1387 [[package]] 1387 1388 name = "strum_macros" 1388 - version = "0.26.4" 1389 + version = "0.27.2" 1389 1390 source = "registry+https://github.com/rust-lang/crates.io-index" 1390 - checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" 1391 + checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" 1391 1392 dependencies = [ 1392 1393 "heck", 1393 1394 "proc-macro2", 1394 1395 "quote", 1395 - "rustversion", 1396 1396 "syn", 1397 1397 ] 1398 1398 ··· 1419 1419 1420 1420 [[package]] 1421 1421 name = "syn" 1422 - version = "2.0.106" 1422 + version = "2.0.108" 1423 1423 source = "registry+https://github.com/rust-lang/crates.io-index" 1424 - checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" 1424 + checksum = "da58917d35242480a05c2897064da0a80589a2a0476c9a3f2fdc83b53502e917" 1425 1425 dependencies = [ 1426 1426 "proc-macro2", 1427 1427 "quote", ··· 1549 1549 1550 1550 [[package]] 1551 1551 name = "unicode-ident" 1552 - version = "1.0.19" 1552 + version = "1.0.20" 1553 1553 source = "registry+https://github.com/rust-lang/crates.io-index" 1554 - checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" 1554 + checksum = "462eeb75aeb73aea900253ce739c8e18a67423fadf006037cd3ff27e82748a06" 1555 1555 1556 1556 [[package]] 1557 1557 name = "unicode-linebreak" ··· 1685 1685 1686 1686 [[package]] 1687 1687 name = "windows" 1688 - version = "0.56.0" 1688 + version = "0.61.3" 1689 1689 source = "registry+https://github.com/rust-lang/crates.io-index" 1690 - checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132" 1690 + checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" 1691 1691 dependencies = [ 1692 - "windows-core 0.56.0", 1693 - "windows-targets 0.52.6", 1692 + "windows-collections 0.2.0", 1693 + "windows-core 0.61.2", 1694 + "windows-future 0.2.1", 1695 + "windows-link 0.1.3", 1696 + "windows-numerics 0.2.0", 1694 1697 ] 1695 1698 1696 1699 [[package]] 1697 1700 name = "windows" 1698 - version = "0.61.3" 1701 + version = "0.62.2" 1699 1702 source = "registry+https://github.com/rust-lang/crates.io-index" 1700 - checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" 1703 + checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580" 1701 1704 dependencies = [ 1702 - "windows-collections", 1703 - "windows-core 0.61.2", 1704 - "windows-future", 1705 - "windows-link 0.1.3", 1706 - "windows-numerics", 1705 + "windows-collections 0.3.2", 1706 + "windows-core 0.62.2", 1707 + "windows-future 0.3.2", 1708 + "windows-numerics 0.3.1", 1707 1709 ] 1708 1710 1709 1711 [[package]] ··· 1716 1718 ] 1717 1719 1718 1720 [[package]] 1719 - name = "windows-core" 1720 - version = "0.56.0" 1721 + name = "windows-collections" 1722 + version = "0.3.2" 1721 1723 source = "registry+https://github.com/rust-lang/crates.io-index" 1722 - checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6" 1724 + checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610" 1723 1725 dependencies = [ 1724 - "windows-implement 0.56.0", 1725 - "windows-interface 0.56.0", 1726 - "windows-result 0.1.2", 1727 - "windows-targets 0.52.6", 1726 + "windows-core 0.62.2", 1728 1727 ] 1729 1728 1730 1729 [[package]] ··· 1733 1732 source = "registry+https://github.com/rust-lang/crates.io-index" 1734 1733 checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" 1735 1734 dependencies = [ 1736 - "windows-implement 0.60.2", 1737 - "windows-interface 0.59.3", 1735 + "windows-implement", 1736 + "windows-interface", 1738 1737 "windows-link 0.1.3", 1739 1738 "windows-result 0.3.4", 1740 1739 "windows-strings 0.4.2", ··· 1746 1745 source = "registry+https://github.com/rust-lang/crates.io-index" 1747 1746 checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 1748 1747 dependencies = [ 1749 - "windows-implement 0.60.2", 1750 - "windows-interface 0.59.3", 1748 + "windows-implement", 1749 + "windows-interface", 1751 1750 "windows-link 0.2.1", 1752 1751 "windows-result 0.4.1", 1753 1752 "windows-strings 0.5.1", ··· 1761 1760 dependencies = [ 1762 1761 "windows-core 0.61.2", 1763 1762 "windows-link 0.1.3", 1764 - "windows-threading", 1763 + "windows-threading 0.1.0", 1765 1764 ] 1766 1765 1767 1766 [[package]] 1768 - name = "windows-implement" 1769 - version = "0.56.0" 1767 + name = "windows-future" 1768 + version = "0.3.2" 1770 1769 source = "registry+https://github.com/rust-lang/crates.io-index" 1771 - checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b" 1770 + checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb" 1772 1771 dependencies = [ 1773 - "proc-macro2", 1774 - "quote", 1775 - "syn", 1772 + "windows-core 0.62.2", 1773 + "windows-link 0.2.1", 1774 + "windows-threading 0.2.1", 1776 1775 ] 1777 1776 1778 1777 [[package]] ··· 1788 1787 1789 1788 [[package]] 1790 1789 name = "windows-interface" 1791 - version = "0.56.0" 1792 - source = "registry+https://github.com/rust-lang/crates.io-index" 1793 - checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc" 1794 - dependencies = [ 1795 - "proc-macro2", 1796 - "quote", 1797 - "syn", 1798 - ] 1799 - 1800 - [[package]] 1801 - name = "windows-interface" 1802 1790 version = "0.59.3" 1803 1791 source = "registry+https://github.com/rust-lang/crates.io-index" 1804 1792 checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" ··· 1831 1819 ] 1832 1820 1833 1821 [[package]] 1834 - name = "windows-result" 1835 - version = "0.1.2" 1822 + name = "windows-numerics" 1823 + version = "0.3.1" 1836 1824 source = "registry+https://github.com/rust-lang/crates.io-index" 1837 - checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" 1825 + checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26" 1838 1826 dependencies = [ 1839 - "windows-targets 0.52.6", 1827 + "windows-core 0.62.2", 1828 + "windows-link 0.2.1", 1840 1829 ] 1841 1830 1842 1831 [[package]] ··· 1877 1866 1878 1867 [[package]] 1879 1868 name = "windows-sys" 1880 - version = "0.48.0" 1881 - source = "registry+https://github.com/rust-lang/crates.io-index" 1882 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1883 - dependencies = [ 1884 - "windows-targets 0.48.5", 1885 - ] 1886 - 1887 - [[package]] 1888 - name = "windows-sys" 1889 1869 version = "0.52.0" 1890 1870 source = "registry+https://github.com/rust-lang/crates.io-index" 1891 1871 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" ··· 1922 1902 1923 1903 [[package]] 1924 1904 name = "windows-targets" 1925 - version = "0.48.5" 1926 - source = "registry+https://github.com/rust-lang/crates.io-index" 1927 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 1928 - dependencies = [ 1929 - "windows_aarch64_gnullvm 0.48.5", 1930 - "windows_aarch64_msvc 0.48.5", 1931 - "windows_i686_gnu 0.48.5", 1932 - "windows_i686_msvc 0.48.5", 1933 - "windows_x86_64_gnu 0.48.5", 1934 - "windows_x86_64_gnullvm 0.48.5", 1935 - "windows_x86_64_msvc 0.48.5", 1936 - ] 1937 - 1938 - [[package]] 1939 - name = "windows-targets" 1940 1905 version = "0.52.6" 1941 1906 source = "registry+https://github.com/rust-lang/crates.io-index" 1942 1907 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" ··· 1978 1943 ] 1979 1944 1980 1945 [[package]] 1981 - name = "windows_aarch64_gnullvm" 1982 - version = "0.48.5" 1946 + name = "windows-threading" 1947 + version = "0.2.1" 1983 1948 source = "registry+https://github.com/rust-lang/crates.io-index" 1984 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 1949 + checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37" 1950 + dependencies = [ 1951 + "windows-link 0.2.1", 1952 + ] 1985 1953 1986 1954 [[package]] 1987 1955 name = "windows_aarch64_gnullvm" ··· 1997 1965 1998 1966 [[package]] 1999 1967 name = "windows_aarch64_msvc" 2000 - version = "0.48.5" 2001 - source = "registry+https://github.com/rust-lang/crates.io-index" 2002 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 2003 - 2004 - [[package]] 2005 - name = "windows_aarch64_msvc" 2006 1968 version = "0.52.6" 2007 1969 source = "registry+https://github.com/rust-lang/crates.io-index" 2008 1970 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" ··· 2012 1974 version = "0.53.1" 2013 1975 source = "registry+https://github.com/rust-lang/crates.io-index" 2014 1976 checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 2015 - 2016 - [[package]] 2017 - name = "windows_i686_gnu" 2018 - version = "0.48.5" 2019 - source = "registry+https://github.com/rust-lang/crates.io-index" 2020 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 2021 1977 2022 1978 [[package]] 2023 1979 name = "windows_i686_gnu" ··· 2045 2001 2046 2002 [[package]] 2047 2003 name = "windows_i686_msvc" 2048 - version = "0.48.5" 2049 - source = "registry+https://github.com/rust-lang/crates.io-index" 2050 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 2051 - 2052 - [[package]] 2053 - name = "windows_i686_msvc" 2054 2004 version = "0.52.6" 2055 2005 source = "registry+https://github.com/rust-lang/crates.io-index" 2056 2006 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" ··· 2063 2013 2064 2014 [[package]] 2065 2015 name = "windows_x86_64_gnu" 2066 - version = "0.48.5" 2067 - source = "registry+https://github.com/rust-lang/crates.io-index" 2068 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 2069 - 2070 - [[package]] 2071 - name = "windows_x86_64_gnu" 2072 2016 version = "0.52.6" 2073 2017 source = "registry+https://github.com/rust-lang/crates.io-index" 2074 2018 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" ··· 2081 2025 2082 2026 [[package]] 2083 2027 name = "windows_x86_64_gnullvm" 2084 - version = "0.48.5" 2085 - source = "registry+https://github.com/rust-lang/crates.io-index" 2086 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 2087 - 2088 - [[package]] 2089 - name = "windows_x86_64_gnullvm" 2090 2028 version = "0.52.6" 2091 2029 source = "registry+https://github.com/rust-lang/crates.io-index" 2092 2030 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" ··· 2096 2034 version = "0.53.1" 2097 2035 source = "registry+https://github.com/rust-lang/crates.io-index" 2098 2036 checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 2099 - 2100 - [[package]] 2101 - name = "windows_x86_64_msvc" 2102 - version = "0.48.5" 2103 - source = "registry+https://github.com/rust-lang/crates.io-index" 2104 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 2105 2037 2106 2038 [[package]] 2107 2039 name = "windows_x86_64_msvc"
+3 -3
Cargo.toml
··· 1 1 [package] 2 2 name = "nu_plugin_dbus" 3 - version = "0.19.0" 3 + version = "0.20.0" 4 4 edition = "2021" 5 5 6 6 description = "Nushell plugin for communicating with D-Bus" ··· 14 14 15 15 [dependencies] 16 16 dbus = "0.9.9" 17 - nu-plugin = "0.107.0" 18 - nu-protocol = { version = "0.107.0", features = ["plugin"] } 17 + nu-plugin = "0.108.0" 18 + nu-protocol = { version = "0.108.0", features = ["plugin"] } 19 19 serde = { version = "1.0.228", features = ["derive"] } 20 20 serde-xml-rs = "0.6.0"
+6 -6
flake.lock
··· 7 7 ] 8 8 }, 9 9 "locked": { 10 - "lastModified": 1760359755, 11 - "narHash": "sha256-k7sJPDPio2vQuqSJ/3nOkBy6I2YqZvJYNhJJARLSxrg=", 10 + "lastModified": 1761155197, 11 + "narHash": "sha256-3NcqyhZkWrqY0qlnXqtV82vGwaQ7Be3Ll1w7+NPzq8w=", 12 12 "owner": "nix-community", 13 13 "repo": "flakelight", 14 - "rev": "d8d6ce0774c3df8f7b58b4cd4b5cf4b63b4a9fe6", 14 + "rev": "5afd70555737c62786b69a64980e7bb1c1947956", 15 15 "type": "github" 16 16 }, 17 17 "original": { ··· 22 22 }, 23 23 "nixpkgs": { 24 24 "locked": { 25 - "lastModified": 1760524057, 26 - "narHash": "sha256-EVAqOteLBFmd7pKkb0+FIUyzTF61VKi7YmvP1tw4nEw=", 25 + "lastModified": 1761114652, 26 + "narHash": "sha256-f/QCJM/YhrV/lavyCVz8iU3rlZun6d+dAiC3H+CDle4=", 27 27 "owner": "NixOS", 28 28 "repo": "nixpkgs", 29 - "rev": "544961dfcce86422ba200ed9a0b00dd4b1486ec5", 29 + "rev": "01f116e4df6a15f4ccdffb1bcd41096869fb385c", 30 30 "type": "github" 31 31 }, 32 32 "original": {
+2 -2
flake.nix
··· 29 29 pname = "nu_plugin_dbus"; 30 30 version = 31 31 if nushell.version == nu_version 32 - then "0.19.0" 32 + then "0.20.0" 33 33 else abort "Nushell Version mismatch\nPlugin: ${nu_version}\tnixpkgs: ${nushell.version}"; 34 - nu_version = "0.107.0"; 34 + nu_version = "0.108.0"; 35 35 36 36 src = ./.; 37 37