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>
GitOrigin-RevId: be79e6e1f1d7dcefb52f654027b1096266528ca4
diff --git a/Cargo.toml b/Cargo.toml
index 9268b0d..360ae30 100644
--- a/Cargo.toml
+++ b/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"