From c1665752ed001a1b4feb2a65a1e90243506c68c3 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 3 Oct 2025 18:50:56 +0000 Subject: [PATCH] chore(deps): update com_github_nelhage_rules_boost digest to 2fa8365 --- pubsub-open-telemetry/WORKSPACE.bazel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pubsub-open-telemetry/WORKSPACE.bazel b/pubsub-open-telemetry/WORKSPACE.bazel index b89cc53d..e45ac029 100644 --- a/pubsub-open-telemetry/WORKSPACE.bazel +++ b/pubsub-open-telemetry/WORKSPACE.bazel @@ -55,9 +55,9 @@ opentelemetry_cpp_deps() # Boost http_archive( name = "com_github_nelhage_rules_boost", - sha256 = "085aadb6cd1323740810efcde29e99838286f44e0ab060af6e2a645380316cd6", - strip_prefix = "rules_boost-504e4dbc8c480fac5da33035490bc2ccc59db749", - url = "https://github.com/nelhage/rules_boost/archive/504e4dbc8c480fac5da33035490bc2ccc59db749.tar.gz", + sha256 = "96370e697996b70072c7c2fe9fb9bd47a66682cfab590358ee2f267fd0fd8c9b", + strip_prefix = "rules_boost-2fa8365555016fd48d8c8042d7adb5bbc8841573", + url = "https://github.com/nelhage/rules_boost/archive/2fa8365555016fd48d8c8042d7adb5bbc8841573.tar.gz", ) load("@com_github_nelhage_rules_boost//:boost/boost.bzl", "boost_deps")