From 45c58229d340d7548b276c6ed93e0eadd93d0553 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 12:21:00 +0000 Subject: [PATCH] chore(deps): update boost digest to da62319 --- WORKSPACE.bazel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index af935d2..1da8a19 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -11,9 +11,9 @@ http_archive( http_archive( name = "boost", - sha256 = "c41441a6e9f8038ad626e9f937ddc3675ab896b6c3512eefc6840037b3816d03", - strip_prefix = "boost-563e8e0de4eac4b48a02d296581dc2454127608e", - urls = ["https://github.com/bazelboost/boost/archive/563e8e0de4eac4b48a02d296581dc2454127608e.zip"], + sha256 = "4a79c389add7e3d54d0e12c83098d471d24536ba2d6b8593d3a95f151f25eebb", + strip_prefix = "boost-da62319c330d81ef032517cbe13b6f35d97387cb", + urls = ["https://github.com/bazelboost/boost/archive/da62319c330d81ef032517cbe13b6f35d97387cb.zip"], ) load("@boost//:index.bzl", "boost_http_archives")