From 8ab8624bf065e17fc2dba4a513af64a95c579b22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 18:46:13 +0000 Subject: [PATCH] Update dependency com_google_benchmark to v1.9.1 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 1cb92ca..1f5c11a 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -19,9 +19,9 @@ rules_foreign_cc_dependencies() # google benchmark http_archive( name = "com_google_benchmark", - sha256 = "0094b77c01e9973876f1831f76cbae43fdaf09b424e467dc4171abaa6884e455", - strip_prefix = "benchmark-1.8.2", - urls = ["https://github.com/google/benchmark/archive/refs/tags/v1.8.2.zip"], + sha256 = "8a63c9c6adf9e7ce8d0d81f251c47de83efb5e077e147d109fa2045daac8368b", + strip_prefix = "benchmark-1.9.1", + urls = ["https://github.com/google/benchmark/archive/refs/tags/v1.9.1.zip"], ) # google tests