diff --git a/pubsub-open-telemetry/WORKSPACE.bazel b/pubsub-open-telemetry/WORKSPACE.bazel index 68dcc11..06a01df 100644 --- a/pubsub-open-telemetry/WORKSPACE.bazel +++ b/pubsub-open-telemetry/WORKSPACE.bazel @@ -47,9 +47,9 @@ grpc_extra_deps() # Boost http_archive( name = "com_github_nelhage_rules_boost", - sha256 = "313e8a82b2423ed99011b0addb8ddbaf243b9b4ef2ab7c635050732eb4cd4015", - strip_prefix = "rules_boost-8018021402a99302d03e77a7781cd767a8fb00a9", - url = "https://github.com/nelhage/rules_boost/archive/8018021402a99302d03e77a7781cd767a8fb00a9.tar.gz", + sha256 = "3950bc0c09a44869669bb2b5e83bdea42d8038231263c567fd80314ae3dfe117", + strip_prefix = "rules_boost-1d5cd42547905c0fea655275babfba8c0b07b753", + url = "https://github.com/nelhage/rules_boost/archive/1d5cd42547905c0fea655275babfba8c0b07b753.tar.gz", ) load("@com_github_nelhage_rules_boost//:boost/boost.bzl", "boost_deps")