Nushell plugin for interacting with D-Bus
0
fork

Configure Feed

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

Update

Ben C 7a942a0e 60432c40

+130 -66
+119 -55
Cargo.lock
··· 100 100 101 101 [[package]] 102 102 name = "bitflags" 103 - version = "2.9.0" 103 + version = "2.9.1" 104 104 source = "registry+https://github.com/rust-lang/crates.io-index" 105 - checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" 105 + checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" 106 106 107 107 [[package]] 108 108 name = "brotli" ··· 145 145 146 146 [[package]] 147 147 name = "cc" 148 - version = "1.2.21" 148 + version = "1.2.25" 149 149 source = "registry+https://github.com/rust-lang/crates.io-index" 150 - checksum = "8691782945451c1c383942c4874dbe63814f61cb57ef773cda2972682b7bb3c0" 150 + checksum = "d0fc897dc1e865cc67c0e05a836d9d3f1df3cbe442aa4a9473b18e12624a4951" 151 151 dependencies = [ 152 152 "shlex", 153 153 ] ··· 334 334 335 335 [[package]] 336 336 name = "errno" 337 - version = "0.3.11" 337 + version = "0.3.12" 338 338 source = "registry+https://github.com/rust-lang/crates.io-index" 339 - checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e" 339 + checksum = "cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18" 340 340 dependencies = [ 341 341 "libc", 342 342 "windows-sys 0.59.0", ··· 421 421 "js-sys", 422 422 "log", 423 423 "wasm-bindgen", 424 - "windows-core 0.61.0", 424 + "windows-core 0.61.2", 425 425 ] 426 426 427 427 [[package]] ··· 513 513 514 514 [[package]] 515 515 name = "libloading" 516 - version = "0.8.6" 516 + version = "0.8.8" 517 517 source = "registry+https://github.com/rust-lang/crates.io-index" 518 - checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" 518 + checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" 519 519 dependencies = [ 520 520 "cfg-if", 521 - "windows-targets 0.52.6", 521 + "windows-targets 0.53.0", 522 522 ] 523 523 524 524 [[package]] ··· 556 556 557 557 [[package]] 558 558 name = "lock_api" 559 - version = "0.4.12" 559 + version = "0.4.13" 560 560 source = "registry+https://github.com/rust-lang/crates.io-index" 561 - checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 561 + checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" 562 562 dependencies = [ 563 563 "autocfg", 564 564 "scopeguard", ··· 648 648 649 649 [[package]] 650 650 name = "mio" 651 - version = "1.0.3" 651 + version = "1.0.4" 652 652 source = "registry+https://github.com/rust-lang/crates.io-index" 653 - checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" 653 + checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" 654 654 dependencies = [ 655 655 "libc", 656 656 "log", 657 657 "wasi", 658 - "windows-sys 0.52.0", 658 + "windows-sys 0.59.0", 659 659 ] 660 660 661 661 [[package]] ··· 700 700 701 701 [[package]] 702 702 name = "nu-derive-value" 703 - version = "0.104.0" 703 + version = "0.104.1" 704 704 source = "registry+https://github.com/rust-lang/crates.io-index" 705 - checksum = "5fd0d8e358b6440d01fe4e617f180aea826bade72efb54f5dc1c22e0e8038b6f" 705 + checksum = "bb228dcc0e261df58969c33e25ab386f6aade3cdf7576c2c090f1246759a39f3" 706 706 dependencies = [ 707 707 "heck", 708 708 "proc-macro-error2", ··· 713 713 714 714 [[package]] 715 715 name = "nu-engine" 716 - version = "0.104.0" 716 + version = "0.104.1" 717 717 source = "registry+https://github.com/rust-lang/crates.io-index" 718 - checksum = "0c2b01483e3d09460375f0c0da7a83b6dc26fb319ca09c55d0665087b2d587c7" 718 + checksum = "5bf76503061ed987aa256da8b2c7bf362362e83ed2b6af1d3923244803c5eba2" 719 719 dependencies = [ 720 720 "log", 721 721 "nu-glob", ··· 726 726 727 727 [[package]] 728 728 name = "nu-glob" 729 - version = "0.104.0" 729 + version = "0.104.1" 730 730 source = "registry+https://github.com/rust-lang/crates.io-index" 731 - checksum = "202ce25889336061efea24e69d4e0de7147c15fd9892cdd70533500d47db8364" 731 + checksum = "c462e5b22f4192b7d03e646475320566a829474b5749d881b57ca5c4fd391726" 732 732 733 733 [[package]] 734 734 name = "nu-path" 735 - version = "0.104.0" 735 + version = "0.104.1" 736 736 source = "registry+https://github.com/rust-lang/crates.io-index" 737 - checksum = "41c68c7c06898a5c4c9f10038da63759661cb8ac8f301ce7d159173a595c8258" 737 + checksum = "2ee58f1ff961241050402dd069652a4b778c392861f56414192c3d50a5ed83c6" 738 738 dependencies = [ 739 739 "dirs", 740 740 "omnipath", ··· 744 744 745 745 [[package]] 746 746 name = "nu-plugin" 747 - version = "0.104.0" 747 + version = "0.104.1" 748 748 source = "registry+https://github.com/rust-lang/crates.io-index" 749 - checksum = "e00d2ccb35a1206c51740bea63b0deb72dc4c34ca6ceae6feac95f84d68370d2" 749 + checksum = "95c85a0cee2731b5bc6d57d9eff91242c4c6e8b9b82f9e1a1441a2595856133f" 750 750 dependencies = [ 751 751 "log", 752 752 "nix", ··· 760 760 761 761 [[package]] 762 762 name = "nu-plugin-core" 763 - version = "0.104.0" 763 + version = "0.104.1" 764 764 source = "registry+https://github.com/rust-lang/crates.io-index" 765 - checksum = "30e416e6de2b62925ffc1924740a0e5340316a1630af3d2490d513bcb1f94e94" 765 + checksum = "162ec78caca414bf4b51c0a5a656f4263523a074afe21842c135ab43c28508a5" 766 766 dependencies = [ 767 767 "interprocess", 768 768 "log", ··· 776 776 777 777 [[package]] 778 778 name = "nu-plugin-protocol" 779 - version = "0.104.0" 779 + version = "0.104.1" 780 780 source = "registry+https://github.com/rust-lang/crates.io-index" 781 - checksum = "be7edbdee451bb29150b5e8184660d79d0c0801a6748b9f712b758cb78110305" 781 + checksum = "9888b3c1c2303c72d7948033e4cbc6a5fbb3e26b56e733a05abe5e5e2c97c00d" 782 782 dependencies = [ 783 783 "nu-protocol", 784 784 "nu-utils", ··· 790 790 791 791 [[package]] 792 792 name = "nu-protocol" 793 - version = "0.104.0" 793 + version = "0.104.1" 794 794 source = "registry+https://github.com/rust-lang/crates.io-index" 795 - checksum = "ab657b1947f1fad3c5052cb210fa311744736a4800a966ae21c4bc63de7c60ab" 795 + checksum = "5c31bba47cb82866f53f079a064a2c233baa70c715f835949fa1bf4ca861ba96" 796 796 dependencies = [ 797 797 "brotli", 798 798 "bytes", ··· 828 828 829 829 [[package]] 830 830 name = "nu-system" 831 - version = "0.104.0" 831 + version = "0.104.1" 832 832 source = "registry+https://github.com/rust-lang/crates.io-index" 833 - checksum = "f47094aaab4f1e3a86c3960400d82a50fcabde907f964ae095963ec95669577a" 833 + checksum = "8fb363919986bdb5d9c4c093e9da19c73889d6016f0d49374a388364ca24edaf" 834 834 dependencies = [ 835 835 "chrono", 836 836 "itertools", ··· 848 848 849 849 [[package]] 850 850 name = "nu-utils" 851 - version = "0.104.0" 851 + version = "0.104.1" 852 852 source = "registry+https://github.com/rust-lang/crates.io-index" 853 - checksum = "327999b774d78b301a6b68c33d312a1a8047c59fb8971b6552ebf823251f1481" 853 + checksum = "97b2caee79fc55090fb10d35c81f8f52ec6bed96961bde357bf31b23ca378a8e" 854 854 dependencies = [ 855 855 "crossterm", 856 856 "crossterm_winapi", ··· 916 916 917 917 [[package]] 918 918 name = "os_pipe" 919 - version = "1.2.1" 919 + version = "1.2.2" 920 920 source = "registry+https://github.com/rust-lang/crates.io-index" 921 - checksum = "5ffd2b0a5634335b135d5728d84c5e0fd726954b87111f7506a61c502280d982" 921 + checksum = "db335f4760b14ead6290116f2427bf33a14d4f0617d49f78a246de10c1831224" 922 922 dependencies = [ 923 923 "libc", 924 924 "windows-sys 0.59.0", ··· 926 926 927 927 [[package]] 928 928 name = "owo-colors" 929 - version = "4.2.0" 929 + version = "4.2.1" 930 930 source = "registry+https://github.com/rust-lang/crates.io-index" 931 - checksum = "1036865bb9422d3300cf723f657c2851d0e9ab12567854b1f4eba3d77decf564" 931 + checksum = "26995317201fa17f3656c36716aed4a7c81743a9634ac4c99c0eeda495db0cec" 932 932 933 933 [[package]] 934 934 name = "parking_lot" 935 - version = "0.12.3" 935 + version = "0.12.4" 936 936 source = "registry+https://github.com/rust-lang/crates.io-index" 937 - checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 937 + checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" 938 938 dependencies = [ 939 939 "lock_api", 940 940 "parking_lot_core", ··· 942 942 943 943 [[package]] 944 944 name = "parking_lot_core" 945 - version = "0.9.10" 945 + version = "0.9.11" 946 946 source = "registry+https://github.com/rust-lang/crates.io-index" 947 - checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 947 + checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" 948 948 dependencies = [ 949 949 "cfg-if", 950 950 "libc", ··· 1197 1197 1198 1198 [[package]] 1199 1199 name = "rustversion" 1200 - version = "1.0.20" 1200 + version = "1.0.21" 1201 1201 source = "registry+https://github.com/rust-lang/crates.io-index" 1202 - checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2" 1202 + checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" 1203 1203 1204 1204 [[package]] 1205 1205 name = "ryu" ··· 1271 1271 1272 1272 [[package]] 1273 1273 name = "signal-hook" 1274 - version = "0.3.17" 1274 + version = "0.3.18" 1275 1275 source = "registry+https://github.com/rust-lang/crates.io-index" 1276 - checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" 1276 + checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" 1277 1277 dependencies = [ 1278 1278 "libc", 1279 1279 "signal-hook-registry", ··· 1665 1665 1666 1666 [[package]] 1667 1667 name = "windows-core" 1668 - version = "0.61.0" 1668 + version = "0.61.2" 1669 1669 source = "registry+https://github.com/rust-lang/crates.io-index" 1670 - checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980" 1670 + checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" 1671 1671 dependencies = [ 1672 1672 "windows-implement 0.60.0", 1673 1673 "windows-interface 0.59.1", 1674 1674 "windows-link", 1675 - "windows-result 0.3.2", 1675 + "windows-result 0.3.4", 1676 1676 "windows-strings", 1677 1677 ] 1678 1678 ··· 1759 1759 1760 1760 [[package]] 1761 1761 name = "windows-result" 1762 - version = "0.3.2" 1762 + version = "0.3.4" 1763 1763 source = "registry+https://github.com/rust-lang/crates.io-index" 1764 - checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252" 1764 + checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 1765 1765 dependencies = [ 1766 1766 "windows-link", 1767 1767 ] 1768 1768 1769 1769 [[package]] 1770 1770 name = "windows-strings" 1771 - version = "0.4.0" 1771 + version = "0.4.2" 1772 1772 source = "registry+https://github.com/rust-lang/crates.io-index" 1773 - checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97" 1773 + checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 1774 1774 dependencies = [ 1775 1775 "windows-link", 1776 1776 ] ··· 1826 1826 "windows_aarch64_gnullvm 0.52.6", 1827 1827 "windows_aarch64_msvc 0.52.6", 1828 1828 "windows_i686_gnu 0.52.6", 1829 - "windows_i686_gnullvm", 1829 + "windows_i686_gnullvm 0.52.6", 1830 1830 "windows_i686_msvc 0.52.6", 1831 1831 "windows_x86_64_gnu 0.52.6", 1832 1832 "windows_x86_64_gnullvm 0.52.6", ··· 1834 1834 ] 1835 1835 1836 1836 [[package]] 1837 + name = "windows-targets" 1838 + version = "0.53.0" 1839 + source = "registry+https://github.com/rust-lang/crates.io-index" 1840 + checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b" 1841 + dependencies = [ 1842 + "windows_aarch64_gnullvm 0.53.0", 1843 + "windows_aarch64_msvc 0.53.0", 1844 + "windows_i686_gnu 0.53.0", 1845 + "windows_i686_gnullvm 0.53.0", 1846 + "windows_i686_msvc 0.53.0", 1847 + "windows_x86_64_gnu 0.53.0", 1848 + "windows_x86_64_gnullvm 0.53.0", 1849 + "windows_x86_64_msvc 0.53.0", 1850 + ] 1851 + 1852 + [[package]] 1837 1853 name = "windows_aarch64_gnullvm" 1838 1854 version = "0.48.5" 1839 1855 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1846 1862 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 1847 1863 1848 1864 [[package]] 1865 + name = "windows_aarch64_gnullvm" 1866 + version = "0.53.0" 1867 + source = "registry+https://github.com/rust-lang/crates.io-index" 1868 + checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" 1869 + 1870 + [[package]] 1849 1871 name = "windows_aarch64_msvc" 1850 1872 version = "0.48.5" 1851 1873 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1858 1880 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 1859 1881 1860 1882 [[package]] 1883 + name = "windows_aarch64_msvc" 1884 + version = "0.53.0" 1885 + source = "registry+https://github.com/rust-lang/crates.io-index" 1886 + checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" 1887 + 1888 + [[package]] 1861 1889 name = "windows_i686_gnu" 1862 1890 version = "0.48.5" 1863 1891 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1870 1898 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 1871 1899 1872 1900 [[package]] 1901 + name = "windows_i686_gnu" 1902 + version = "0.53.0" 1903 + source = "registry+https://github.com/rust-lang/crates.io-index" 1904 + checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" 1905 + 1906 + [[package]] 1873 1907 name = "windows_i686_gnullvm" 1874 1908 version = "0.52.6" 1875 1909 source = "registry+https://github.com/rust-lang/crates.io-index" 1876 1910 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 1877 1911 1878 1912 [[package]] 1913 + name = "windows_i686_gnullvm" 1914 + version = "0.53.0" 1915 + source = "registry+https://github.com/rust-lang/crates.io-index" 1916 + checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" 1917 + 1918 + [[package]] 1879 1919 name = "windows_i686_msvc" 1880 1920 version = "0.48.5" 1881 1921 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1888 1928 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 1889 1929 1890 1930 [[package]] 1931 + name = "windows_i686_msvc" 1932 + version = "0.53.0" 1933 + source = "registry+https://github.com/rust-lang/crates.io-index" 1934 + checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" 1935 + 1936 + [[package]] 1891 1937 name = "windows_x86_64_gnu" 1892 1938 version = "0.48.5" 1893 1939 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1900 1946 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 1901 1947 1902 1948 [[package]] 1949 + name = "windows_x86_64_gnu" 1950 + version = "0.53.0" 1951 + source = "registry+https://github.com/rust-lang/crates.io-index" 1952 + checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" 1953 + 1954 + [[package]] 1903 1955 name = "windows_x86_64_gnullvm" 1904 1956 version = "0.48.5" 1905 1957 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1912 1964 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 1913 1965 1914 1966 [[package]] 1967 + name = "windows_x86_64_gnullvm" 1968 + version = "0.53.0" 1969 + source = "registry+https://github.com/rust-lang/crates.io-index" 1970 + checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" 1971 + 1972 + [[package]] 1915 1973 name = "windows_x86_64_msvc" 1916 1974 version = "0.48.5" 1917 1975 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1922 1980 version = "0.52.6" 1923 1981 source = "registry+https://github.com/rust-lang/crates.io-index" 1924 1982 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 1983 + 1984 + [[package]] 1985 + name = "windows_x86_64_msvc" 1986 + version = "0.53.0" 1987 + source = "registry+https://github.com/rust-lang/crates.io-index" 1988 + checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" 1925 1989 1926 1990 [[package]] 1927 1991 name = "xml-rs"
+3 -3
Cargo.toml
··· 1 1 [package] 2 2 name = "nu_plugin_dbus" 3 - version = "0.16.0" 3 + version = "0.17.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.7" 17 - nu-plugin = "0.104.0" 18 - nu-protocol = { version = "0.104.0", features = ["plugin"] } 17 + nu-plugin = "0.104.1" 18 + nu-protocol = { version = "0.104.1", features = ["plugin"] } 19 19 serde = { version = "1.0.219", features = ["derive"] } 20 20 serde-xml-rs = "0.6.0"
+6 -6
flake.lock
··· 7 7 ] 8 8 }, 9 9 "locked": { 10 - "lastModified": 1742215471, 11 - "narHash": "sha256-I/7CY1gd5R4b3rBlhcJyjCYcP+v/164g83uOT9HTfj0=", 10 + "lastModified": 1748263617, 11 + "narHash": "sha256-O1xypYFWzYlfiyO3fUZuzRhYac5DGptP+ZhocY9L5tQ=", 12 12 "owner": "nix-community", 13 13 "repo": "flakelight", 14 - "rev": "e40a1a8c6d18c761659ed88d7536310a7e604f7f", 14 + "rev": "65c783ba2b85910df5a053cb1451e9eb13794c12", 15 15 "type": "github" 16 16 }, 17 17 "original": { ··· 22 22 }, 23 23 "nixpkgs": { 24 24 "locked": { 25 - "lastModified": 1742546557, 26 - "narHash": "sha256-QyhimDBaDBtMfRc7kyL28vo+HTwXRPq3hz+BgSJDotw=", 25 + "lastModified": 1748792178, 26 + "narHash": "sha256-BHmgfHlCJVNisJShVaEmfDIr/Ip58i/4oFGlD1iK6lk=", 27 27 "owner": "NixOS", 28 28 "repo": "nixpkgs", 29 - "rev": "bfa9810ff7104a17555ab68ebdeafb6705f129b1", 29 + "rev": "5929de975bcf4c7c8d8b5ca65c8cd9ef9e44523e", 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.16.0" 32 + then "0.17.0" 33 33 else abort "Nushell Version mismatch\nPlugin: ${nu_version}\tnixpkgs: ${nushell.version}"; 34 - nu_version = "0.104.0"; 34 + nu_version = "0.104.1"; 35 35 36 36 src = ./.; 37 37