diff --git a/Cargo.lock b/Cargo.lock index b8d41756..14cdd89b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1519,17 +1519,6 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a" -[[package]] -name = "dbus" -version = "0.9.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b" -dependencies = [ - "libc", - "libdbus-sys", - "winapi 0.3.9", -] - [[package]] name = "deep-link-example" version = "0.0.0" @@ -3436,15 +3425,6 @@ version = "0.2.153" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" -[[package]] -name = "libdbus-sys" -version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72" -dependencies = [ - "pkg-config", -] - [[package]] name = "libloading" version = "0.7.4" @@ -6651,7 +6631,6 @@ dependencies = [ "chrono", "color-backtrace", "ctor", - "dbus", "env_logger", "image", "lazy_static", diff --git a/plugins/notification/Cargo.toml b/plugins/notification/Cargo.toml index b51b12f1..24cea18f 100644 --- a/plugins/notification/Cargo.toml +++ b/plugins/notification/Cargo.toml @@ -32,7 +32,6 @@ win7-notifications = { version = "0.3.1", optional = true } windows-version = { version = "0.1", optional = true } [target.'cfg(all(unix, not(target_os = "macos")))'.dependencies] -dbus = { version = "0.9", optional = true } lazy_static = { version = "1", optional = true } image = { version = "0.24", optional = true } zbus = { version = "4", optional = true }