Skip to content

Commit

Permalink
Update dependency com_github_brpc_brpc to v1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 19, 2025
1 parent fd8c853 commit b77da31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -202,16 +202,16 @@ def _com_github_brpc_brpc():
maybe(
http_archive,
name = "com_github_brpc_brpc",
sha256 = "85856da0216773e1296834116f69f9e80007b7ff421db3be5c9d1890ecfaea74",
strip_prefix = "brpc-1.9.0",
sha256 = "da0860ca2430b5fc09b52a803b39397faf005cd2e1256c9666b83c4c0e060a38",
strip_prefix = "brpc-1.12.1",
type = "tar.gz",
patch_args = ["-p1"],
patches = [
"@yacl//bazel:patches/brpc_m1.patch",
"@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.1.tar.gz",
],
)

Expand Down

0 comments on commit b77da31

Please sign in to comment.