diff --git a/toolchain/deps.bzl b/toolchain/deps.bzl index 9906088a4..9d86e714f 100644 --- a/toolchain/deps.bzl +++ b/toolchain/deps.bzl @@ -19,9 +19,9 @@ def bazel_toolchain_dependencies(): if not native.existing_rule("rules_cc"): http_archive( name = "rules_cc", - sha256 = "b6f34b3261ec02f85dbc5a8bdc9414ce548e1f5f67e000d7069571799cb88b25", - strip_prefix = "rules_cc-726dd8157557f1456b3656e26ab21a1646653405", - urls = ["https://github.com/bazelbuild/rules_cc/archive/726dd8157557f1456b3656e26ab21a1646653405.tar.gz"], + sha256 = "eb5e6d901de6d52d18c2ac977733f9a487786ff5b60f03222c2cad94a23f355a", + strip_prefix = "rules_cc-2e780ceda91ae65c7ed3835bc912c145fc6fd21c", + urls = ["https://github.com/bazelbuild/rules_cc/archive/2e780ceda91ae65c7ed3835bc912c145fc6fd21c.tar.gz"], ) # Load bazel_skylib if the user has not defined them.