diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2017-05-19 11:29:06 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2017-05-19 11:29:39 +0200 |
commit | f8532b14e9cf756a65e300e0f168342530b414f6 (patch) | |
tree | 38cdb9c52b225491d7f505651aa4b2e03ebd95bb | |
parent | b0976566fb9c79f7dc67b2ac808eb50ef4ad653f (diff) | |
download | servo-f8532b14e9cf756a65e300e0f168342530b414f6.tar.gz servo-f8532b14e9cf756a65e300e0f168342530b414f6.zip |
Update dbus crate to fix a warning.
https://github.com/diwic/dbus-rs/issues/79
-rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index bdbdd94df12..8f498ecf7fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -262,7 +262,7 @@ name = "blurz" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "dbus 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dbus 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -568,7 +568,7 @@ dependencies = [ [[package]] name = "dbus" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3475,7 +3475,7 @@ dependencies = [ "checksum cssparser 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)" = "88dc7bd2a41b9c6c66456ac709d9efead1deb390d2c252c59e0ddfff9cdf0c94" "checksum cssparser-macros 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "079adec4af52bb5275eadd004292028c79eb3c5f5b4ee8086a36d4197032f6df" "checksum dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97590ba53bcb8ac28279161ca943a924d1fd4a8fb3fa63302591647c4fc5b850" -"checksum dbus 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "47f881971824401c27bc1ff9f641d54ac66e0f409631806fa7be8cad8e6be450" +"checksum dbus 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4aee01fb76ada3e5e7ca642ea6664ebf7308a810739ca2aca44909a1191ac254" "checksum debug_unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9a032eac705ca39214d169f83e3d3da290af06d8d1d344d1baad2fd002dca4b3" "checksum deflate 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ebb02aaf4b775afc96684b8402510a338086974e38570a1f65bea8c202eb77a7" "checksum deque 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1614659040e711785ed8ea24219140654da1729f3ec8a47a9719d041112fe7bf" |