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/libloading/libloading-0.7.0.ebuild b/dev-rust/libloading/libloading-0.7.0.ebuild
new file mode 100644
index 0000000..a1cb7f5
--- /dev/null
+++ b/dev-rust/libloading/libloading-0.7.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2021 The Chromium OS Authors. All rights reserved.
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+CROS_RUST_REMOVE_DEV_DEPS=1
+CROS_RUST_REMOVE_TARGET_CFG=1
+
+inherit cros-rust
+
+DESCRIPTION="A safer binding to platform’s dynamic library loading utilities"
+HOMEPAGE="https://crates.io/crates/libloading"
+SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
+
+LICENSE="ISC"
+SLOT="${PV}/${PR}"
+KEYWORDS="*"
+
+DEPEND="
+ =dev-rust/cfg-if-1*:=
+"
+RDEPEND="${DEPEND}"
+
+# This file was automatically generated by cargo2ebuild.py