Renamed chromeos_dbus_bindings to chromeos-dbus-bindings.

This also bumps the version of the system_api crate to 0.24.53.

BUG=chromium:1161583
TEST=./build_packages --board=${BOARD}

Cq-Depend: chromium:2602782
Change-Id: If7f5324bc9fb2bfe5c368a4e11ba702bde9eee7a
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform2/+/2602582
Reviewed-by: Nicole Anderson-Au <nvaa@google.com>
Reviewed-by: Eric Caruso <ejcaruso@chromium.org>
Reviewed-by: Mike Frysinger <vapier@chromium.org>
Commit-Queue: Allen Webb <allenwebb@google.com>
Tested-by: Allen Webb <allenwebb@google.com>
diff --git a/chromeos-dbus-bindings/Cargo.toml b/chromeos-dbus-bindings/Cargo.toml
index 4756a43..4fa7646 100644
--- a/chromeos-dbus-bindings/Cargo.toml
+++ b/chromeos-dbus-bindings/Cargo.toml
@@ -1,5 +1,5 @@
 [package]
-name = "chromeos_dbus_bindings"
+name = "chromeos-dbus-bindings"
 version = "0.24.52"
 authors = ["The Chromium OS Authors"]
 edition = "2018"
diff --git a/sirenia/Cargo.toml b/sirenia/Cargo.toml
index b12b952..ca8fd4d 100644
--- a/sirenia/Cargo.toml
+++ b/sirenia/Cargo.toml
@@ -30,7 +30,7 @@
 
 [build-dependencies]
 chrono = "0.4"
-chromeos_dbus_bindings = { path = "../chromeos-dbus-bindings"} # provided by ebuild
+chromeos-dbus-bindings = { path = "../chromeos-dbus-bindings"} # provided by ebuild
 
 [dependencies]
 dbus = "0.8"
diff --git a/sirenia/manatee-client/Cargo.toml b/sirenia/manatee-client/Cargo.toml
index fbc3845..61aabf8 100644
--- a/sirenia/manatee-client/Cargo.toml
+++ b/sirenia/manatee-client/Cargo.toml
@@ -8,7 +8,7 @@
 include = ["Cargo.toml", "build.rs", "src/lib.rs", "src/bindings/*"]
 
 [build-dependencies]
-chromeos_dbus_bindings = { path = "../../chromeos-dbus-bindings"} # provided by ebuild
+chromeos-dbus-bindings = { path = "../../chromeos-dbus-bindings"} # provided by ebuild
 
 [dependencies]
 dbus = "0.8"
diff --git a/system_api/Cargo.toml b/system_api/Cargo.toml
index 9268b0d..360ae30 100644
--- a/system_api/Cargo.toml
+++ b/system_api/Cargo.toml
@@ -1,13 +1,13 @@
 [package]
 name = "system_api"
-version = "0.24.52"
+version = "0.24.53"
 authors = ["The Chromium OS Authors"]
 edition = "2018"
 exclude = ["*"]
 include = ["Cargo.toml", "build.rs", "src/*", "src/bindings/*"]
 
 [build-dependencies]
-chromeos_dbus_bindings = { path = "../chromeos-dbus-bindings"} # provided by ebuild
+chromeos-dbus-bindings = { path = "../chromeos-dbus-bindings"} # provided by ebuild
 
 [dependencies]
 dbus = "0.8"