Skip to content

Commit

Permalink
chore(deps): update dependency com_github_grpc_grpc to v1.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 6, 2023
1 parent b294196 commit b657e98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ switched_rules_by_language(
# gRPC.
http_archive(
name = "com_github_grpc_grpc",
sha256 = "4b64cbc454cc4fd0801a2823111e1d99f519c765dfa116905740f7ca2256d085",
urls = ["https://github.com/grpc/grpc/archive/v1.51.1.zip"],
strip_prefix = "grpc-1.51.1",
sha256 = "aa329c7de707a03511c88206ef4483e9346ab6336b6be4378d294060aa7400b3",
urls = ["https://github.com/grpc/grpc/archive/v1.58.0.zip"],
strip_prefix = "grpc-1.58.0",
)

load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps")
Expand Down
6 changes: 3 additions & 3 deletions bazel_example/WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ protobuf_deps()

http_archive(
name = "com_github_grpc_grpc",
sha256 = "4b64cbc454cc4fd0801a2823111e1d99f519c765dfa116905740f7ca2256d085",
strip_prefix = "grpc-1.51.1",
urls = ["https://github.com/grpc/grpc/archive/v1.51.1.zip"],
sha256 = "aa329c7de707a03511c88206ef4483e9346ab6336b6be4378d294060aa7400b3",
strip_prefix = "grpc-1.58.0",
urls = ["https://github.com/grpc/grpc/archive/v1.58.0.zip"],
)

load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps")
Expand Down

0 comments on commit b657e98

Please sign in to comment.