From b9ac572d1a5fd09ada8a1e70e9d6a10390af8f58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 08:50:58 +0000 Subject: [PATCH] Update dependency com_github_brpc_brpc to v1.11.0 --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 71d68ab..522624a 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -199,8 +199,8 @@ def _com_github_brpc_brpc(): maybe( http_archive, name = "com_github_brpc_brpc", - sha256 = "85856da0216773e1296834116f69f9e80007b7ff421db3be5c9d1890ecfaea74", - strip_prefix = "brpc-1.9.0", + sha256 = "ef87e543a50b7246ce833065a861084f8c32a4e227369b4405f225f82a8d3030", + strip_prefix = "brpc-1.11.0", type = "tar.gz", patch_args = ["-p1"], patches = [ @@ -208,7 +208,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.11.0.tar.gz", ], )