Bump dbus from 0.9.0 to 0.9.1
Bumps [dbus](https://github.com/diwic/dbus-rs) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/diwic/dbus-rs/releases) - [Commits](https://github.com/diwic/dbus-rs/compare/dbus-v0.9.0...dbus-v0.9.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
committed by
Henrik Friedrichsen
parent
cb72870fc2
commit
98278becb1
8
Cargo.lock
generated
8
Cargo.lock
generated
@@ -801,9 +801,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dbus"
|
name = "dbus"
|
||||||
version = "0.9.0"
|
version = "0.9.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "22c08adfeb70c940c14d8af988fa854dcb5529e6141f2397e4e0fa4c9375d094"
|
checksum = "3b1334c0161ddfccd239ac81b188d62015b049c986c5cd0b7f9447cf2c54f4a3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
"libdbus-sys",
|
"libdbus-sys",
|
||||||
@@ -815,7 +815,7 @@ version = "0.9.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "26a1c139b794d571d930124e17fa4cae8a904dc8e916abf551ab763b00e93a63"
|
checksum = "26a1c139b794d571d930124e17fa4cae8a904dc8e916abf551ab763b00e93a63"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dbus 0.9.0",
|
"dbus 0.9.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -1964,7 +1964,7 @@ dependencies = [
|
|||||||
"clipboard",
|
"clipboard",
|
||||||
"crossbeam-channel 0.5.0",
|
"crossbeam-channel 0.5.0",
|
||||||
"cursive",
|
"cursive",
|
||||||
"dbus 0.9.0",
|
"dbus 0.9.1",
|
||||||
"dbus-tree",
|
"dbus-tree",
|
||||||
"failure",
|
"failure",
|
||||||
"fern",
|
"fern",
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ toml = "0.5"
|
|||||||
tokio-core = "0.1"
|
tokio-core = "0.1"
|
||||||
tokio-timer = "0.2"
|
tokio-timer = "0.2"
|
||||||
unicode-width = "0.1.8"
|
unicode-width = "0.1.8"
|
||||||
dbus = { version = "0.9.0", optional = true }
|
dbus = { version = "0.9.1", optional = true }
|
||||||
dbus-tree = { version = "0.9.0", optional = true }
|
dbus-tree = { version = "0.9.0", optional = true }
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
webbrowser = "0.5"
|
webbrowser = "0.5"
|
||||||
|
|||||||
Reference in New Issue
Block a user