Skip to content

Commit

Permalink
Update dependency com_github_grpc_grpc to v1.64.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 7, 2024
1 parent f0dad15 commit b1ed18a
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 @@ -255,13 +255,13 @@ def _com_github_grpc_grpc():
maybe(
http_archive,
name = "com_github_grpc_grpc",
sha256 = "7f42363711eb483a0501239fd5522467b31d8fe98d70d7867c6ca7b52440d828",
strip_prefix = "grpc-1.51.0",
sha256 = "c682fc39baefc6e804d735e6b48141157b7213602cc66dbe0bf375b904d8b5f9",
strip_prefix = "grpc-1.64.2",
type = "tar.gz",
patch_args = ["-p1"],
patches = ["@psi//bazel:patches/grpc.patch"],
urls = [
"https://github.com/grpc/grpc/archive/refs/tags/v1.51.0.tar.gz",
"https://github.com/grpc/grpc/archive/refs/tags/v1.64.2.tar.gz",
],
)

Expand Down

0 comments on commit b1ed18a

Please sign in to comment.