Roll to rules_cc@0.0.10

This was the first version to add the load()-able versions of the rules.

Change-Id: I28c38dcb858fa088b5f049a47bb7e08bb523f9f9
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/rules_libusb/+/276020
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Reviewed-by: Ted Pudlik <tpudlik@google.com>
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Pigweed-Auto-Submit: Armando Montanez <amontanez@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 8d2aea9..10384f0 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -4,7 +4,7 @@
 )
 
 bazel_dep(name = "platforms", version = "0.0.8")
-bazel_dep(name = "rules_cc", version = "0.0.9")
+bazel_dep(name = "rules_cc", version = "0.0.10")
 bazel_dep(name = "rules_license", version = "0.0.8")
 bazel_dep(name = "bazel_skylib", version = "1.5.0")
 
diff --git a/examples/basic_usage/MODULE.bazel b/examples/basic_usage/MODULE.bazel
index ce4337c..ee6394e 100644
--- a/examples/basic_usage/MODULE.bazel
+++ b/examples/basic_usage/MODULE.bazel
@@ -1,6 +1,6 @@
 module(name = "rules_libusb_basic_example")
 
-bazel_dep(name = "rules_cc", version = "0.0.9")
+bazel_dep(name = "rules_cc", version = "0.0.10")
 
 bazel_dep(name = "rules_libusb")