From 28cafbad2cb3ea50376c87ea5d1325476b92c0f5 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sun, 13 Oct 2024 23:07:33 +0000 Subject: [PATCH] chore(deps): update com_github_nelhage_rules_boost digest to e23cc59 --- 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 a90983f..a551a51 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 = "3950bc0c09a44869669bb2b5e83bdea42d8038231263c567fd80314ae3dfe117", - strip_prefix = "rules_boost-1d5cd42547905c0fea655275babfba8c0b07b753", - url = "https://github.com/nelhage/rules_boost/archive/1d5cd42547905c0fea655275babfba8c0b07b753.tar.gz", + sha256 = "202b939727f10f7bb5b6bd76632793e6a3dc03f664114bed303036651cf3d737", + strip_prefix = "rules_boost-e23cc59f87d5049618472d6ce0ca0ed5ef0c23dc", + url = "https://github.com/nelhage/rules_boost/archive/e23cc59f87d5049618472d6ce0ca0ed5ef0c23dc.tar.gz", ) load("@com_github_nelhage_rules_boost//:boost/boost.bzl", "boost_deps")