chore(deps): update rules_cc commit hash to d66a13e
diff --git a/rules_cc_toolchain_deps.bzl b/rules_cc_toolchain_deps.bzl
index 8a8578e..6d79d04 100644
--- a/rules_cc_toolchain_deps.bzl
+++ b/rules_cc_toolchain_deps.bzl
@@ -56,9 +56,9 @@
     if "rules_cc" not in native.existing_rules():
         http_archive(
             name = "rules_cc",
-            urls = ["https://github.com/bazelbuild/rules_cc/archive/daf6ace7cfeacd6a83e9ff2ed659f416537b6c74.zip"],
-            sha256 = "b295cad8c5899e371dde175079c0a2cdc0151f5127acc92366a8c986beb95c76",
-            strip_prefix = "rules_cc-daf6ace7cfeacd6a83e9ff2ed659f416537b6c74",
+            urls = ["https://github.com/bazelbuild/rules_cc/archive/d66a13e2a01630afcafc4ba411d83e291ecf02bd.zip"],
+            sha256 = "47a670ff6f1d4bb85eb2e15b52c818595cd392d06412da3159c3eeef8b3673da",
+            strip_prefix = "rules_cc-d66a13e2a01630afcafc4ba411d83e291ecf02bd",
         )
 
     # Setup default configuration for toolchain.