Nushell plugin for interacting with D-Bus

version 0.10.0: for nushell 0.97.1 (#3)

authored by

Devyn Cairns and committed by
GitHub
eabf21dd a6e45e8a

+27 -26
+24 -23
Cargo.lock
··· 535 535 536 536 [[package]] 537 537 name = "indexmap" 538 - version = "2.2.6" 538 + version = "2.4.0" 539 539 source = "registry+https://github.com/rust-lang/crates.io-index" 540 - checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" 540 + checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c" 541 541 dependencies = [ 542 542 "equivalent", 543 543 "hashbrown 0.14.5", ··· 781 781 782 782 [[package]] 783 783 name = "nu-derive-value" 784 - version = "0.96.0" 784 + version = "0.97.1" 785 785 source = "registry+https://github.com/rust-lang/crates.io-index" 786 - checksum = "39aca8fcc17ec138e693197f46d6363da7a2adb9d219e8d62bb35c40c54e13ad" 786 + checksum = "4e4640556d6abc057dab7001bf5612f6b9b144ce739bfa0669d66fbf1ef7ad28" 787 787 dependencies = [ 788 788 "convert_case", 789 789 "proc-macro-error", ··· 794 794 795 795 [[package]] 796 796 name = "nu-engine" 797 - version = "0.96.0" 797 + version = "0.97.1" 798 798 source = "registry+https://github.com/rust-lang/crates.io-index" 799 - checksum = "e206d38658012a1061841adb97183586d774ec75962b434d7479ee47d5faab70" 799 + checksum = "aa524164c6d87d9ce4dd1122525a539f92a77f4fbb6494452976cc2fa691742d" 800 800 dependencies = [ 801 801 "log", 802 802 "nu-glob", 803 803 "nu-path", 804 804 "nu-protocol", 805 805 "nu-utils", 806 + "terminal_size", 806 807 ] 807 808 808 809 [[package]] 809 810 name = "nu-glob" 810 - version = "0.96.0" 811 + version = "0.97.1" 811 812 source = "registry+https://github.com/rust-lang/crates.io-index" 812 - checksum = "6e9bc4d3b40883771d53259c782cf0eacf43b5e1c9ccea6f950bd308efd17bec" 813 + checksum = "f4097b0014c26a039018990a4fe8d8fd5658c00e94621b34751869649b0aa942" 813 814 814 815 [[package]] 815 816 name = "nu-path" 816 - version = "0.96.0" 817 + version = "0.97.1" 817 818 source = "registry+https://github.com/rust-lang/crates.io-index" 818 - checksum = "a16d6545959685d795e7c8b35d25887d200765dd08e37cbcd16f793bc4ba32f2" 819 + checksum = "96b4a7d68a196e55c8e2c8685293bc1c17e9c13aa7dac5bcbe04a2a841e92770" 819 820 dependencies = [ 820 821 "dirs", 821 822 "omnipath", ··· 824 825 825 826 [[package]] 826 827 name = "nu-plugin" 827 - version = "0.96.0" 828 + version = "0.97.1" 828 829 source = "registry+https://github.com/rust-lang/crates.io-index" 829 - checksum = "dcb9fe868e08a113e15a9b32b4fbcaddb0b2b07a9da234d23d6baceec49c9f8d" 830 + checksum = "a6b2c69b4b0963fa2d1312a5df115a35b0f523e54b95d013eec87791806ff11d" 830 831 dependencies = [ 831 832 "log", 832 833 "nix", ··· 840 841 841 842 [[package]] 842 843 name = "nu-plugin-core" 843 - version = "0.96.0" 844 + version = "0.97.1" 844 845 source = "registry+https://github.com/rust-lang/crates.io-index" 845 - checksum = "1d5b7396b142933d419a52d8bf9fd3eb6ea2f6e9acbea9ddda0341494db027b1" 846 + checksum = "3dddcc6ef62272eedaa18f7f004090781969b99c29d4973a4dac6e4ce4395097" 846 847 dependencies = [ 847 848 "interprocess", 848 849 "log", ··· 856 857 857 858 [[package]] 858 859 name = "nu-plugin-protocol" 859 - version = "0.96.0" 860 + version = "0.97.1" 860 861 source = "registry+https://github.com/rust-lang/crates.io-index" 861 - checksum = "4502f7f8170cdcbbbe1c82c2f900405a037b7ebfb958bbffe855151d457649e4" 862 + checksum = "2716cc05722738406c1714c9788969dd10d75a3d4eddbf86b3ad423df1a5d74a" 862 863 dependencies = [ 863 864 "bincode", 864 865 "nu-protocol", ··· 870 871 871 872 [[package]] 872 873 name = "nu-protocol" 873 - version = "0.96.0" 874 + version = "0.97.1" 874 875 source = "registry+https://github.com/rust-lang/crates.io-index" 875 - checksum = "c8e963e33b9f2029e992eb9a77efe3e3e266c831ba59d1c485d34de0cc941526" 876 + checksum = "38ae5262aabe662ac1cc02a6e8d3fdb48fa8bb25c77be72d2e8a625a7c3e4812" 876 877 dependencies = [ 877 878 "brotli", 878 879 "byte-unit", ··· 902 903 903 904 [[package]] 904 905 name = "nu-system" 905 - version = "0.96.0" 906 + version = "0.97.1" 906 907 source = "registry+https://github.com/rust-lang/crates.io-index" 907 - checksum = "c22329ae7e604736901c4030e7f78543de2883e35f7fd4ea9718232d4c654360" 908 + checksum = "52ed001bb4cb39b4235871cb00650b79497084fc46beaf019d226239119d3ef5" 908 909 dependencies = [ 909 910 "chrono", 910 911 "itertools", ··· 922 923 923 924 [[package]] 924 925 name = "nu-utils" 925 - version = "0.96.0" 926 + version = "0.97.1" 926 927 source = "registry+https://github.com/rust-lang/crates.io-index" 927 - checksum = "43a01575a81aee1b5fd4a86c011920ca3d65d0c1d39e6352b5bb4c0d61d2fb6c" 928 + checksum = "88d91a233afaa875d01784c898f4464755cbefb5eaf8845032d651e39ac6354f" 928 929 dependencies = [ 929 930 "crossterm_winapi", 930 931 "log", ··· 939 940 940 941 [[package]] 941 942 name = "nu_plugin_dbus" 942 - version = "0.9.0" 943 + version = "0.10.0" 943 944 dependencies = [ 944 945 "dbus", 945 946 "nu-plugin",
+3 -3
Cargo.toml
··· 1 1 [package] 2 2 name = "nu_plugin_dbus" 3 - version = "0.9.0" 3 + version = "0.10.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.96.0" 18 - nu-protocol = { version = "0.96.0", features = ["plugin"] } 17 + nu-plugin = "0.97.1" 18 + nu-protocol = { version = "0.97.1", features = ["plugin"] } 19 19 serde = { version = "1.0.196", features = ["derive"] } 20 20 serde-xml-rs = "0.6.0"