Renamed chromeos_dbus_bindings to chromeos-dbus-bindings.

BUG=chromium:1161583
TEST=emerge-${BOARD} tlsdate_dbus

Cq-Depend: chromium:2602782
Change-Id: I8531304c587ec8e08e4027c72859ee598e466ca4
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/tlsdate/+/2602781
Reviewed-by: Jorge Lucangeli Obes <jorgelo@chromium.org>
Commit-Queue: Allen Webb <allenwebb@google.com>
Tested-by: Allen Webb <allenwebb@google.com>
diff --git a/Cargo.toml b/Cargo.toml
index 7c05dc3..25a79b1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@
 include = ["Cargo.toml", "build.rs", "src/lib.rs", "src/bindings/*"]
 
 [build-dependencies]
-chromeos_dbus_bindings = { path = "../../platform2/chromeos-dbus-bindings"} # provided by ebuild
+chromeos-dbus-bindings = { path = "../../platform2/chromeos-dbus-bindings"} # provided by ebuild
 
 [dependencies]
 dbus = "0.8"