From 31f4ef35ae6c810bea1d8e0715a6ab54628dafb3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 04:20:06 +0000 Subject: [PATCH] Update dependency com_github_brpc_brpc to v1.12.0 --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 1f09611..9e921c6 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -202,8 +202,8 @@ def _com_github_brpc_brpc(): maybe( http_archive, name = "com_github_brpc_brpc", - sha256 = "85856da0216773e1296834116f69f9e80007b7ff421db3be5c9d1890ecfaea74", - strip_prefix = "brpc-1.9.0", + sha256 = "1b58c437174fcaa3b5adf100b6272eb9e0ef5d56ad1a51cfed60c9f34aa4c56f", + strip_prefix = "brpc-1.12.0", type = "tar.gz", patch_args = ["-p1"], patches = [ @@ -211,7 +211,7 @@ def _com_github_brpc_brpc(): "@sf_serving//bazel:patches/brpc.patch", ], urls = [ - "https://github.com/apache/brpc/archive/refs/tags/1.9.0.tar.gz", + "https://github.com/apache/brpc/archive/refs/tags/1.12.0.tar.gz", ], )