Skip to content

Commit

Permalink
Update dependency com_github_grpc_grpc to v1.64.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 30, 2024
1 parent f0dad15 commit 96c7612
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 = "c5ad277fc21d4899f0e23f6f0337d8a2190d3c66c57ca868378be7c7bfa59fec",
strip_prefix = "grpc-1.64.1",
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.1.tar.gz",
],
)

Expand Down

0 comments on commit 96c7612

Please sign in to comment.