Upgrade dependencies of bindgen and dbus-codegen.
This updates dependencies of bindgen and dbus-codgen that have different
slots so the old versions that do not set RDEPEND can be dropped.
BUG=chromium:1182669
TEST=./build_packages
Change-Id: Ieee5d4b28ee73c360e2b865b586153bb573d9c9a
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/2870568
Tested-by: Allen Webb <allenwebb@google.com>
Reviewed-by: Mike Frysinger <vapier@chromium.org>
Commit-Queue: Allen Webb <allenwebb@google.com>
diff --git a/dev-rust/rustc-std-workspace-std/rustc-std-workspace-std-1.0.0.ebuild b/dev-rust/rustc-std-workspace-std/rustc-std-workspace-std-1.0.0.ebuild
new file mode 100644
index 0000000..e5b72b0
--- /dev/null
+++ b/dev-rust/rustc-std-workspace-std/rustc-std-workspace-std-1.0.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 2021 The Chromium OS Authors. All rights reserved.
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+CROS_RUST_EMPTY_CRATE=1
+
+inherit cros-rust
+
+DESCRIPTION="Empty crate"
+HOMEPAGE=""
+
+LICENSE="BSD-Google"
+SLOT="${PV}/${PR}"
+KEYWORDS="*"
+
+# This file was automatically generated by cargo2ebuild.py