Skip to content

Commit

Permalink
deps/api: Bump rules_proto_grpc -> 4.6.0 (#33689)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
Co-authored-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com>
  • Loading branch information
dependency-envoy[bot] committed Apr 19, 2024
1 parent 74cc24a commit 34bd1df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,12 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "rules_proto_grpc",
project_desc = "Bazel rules for building Protobuf and gRPC code and libraries from proto_library targets ",
project_url = "https://github.com/rules-proto-grpc/rules_proto_grpc",
version = "4.4.0",
sha256 = "928e4205f701b7798ce32f3d2171c1918b363e9a600390a25c876f075f1efc0a",
version = "4.6.0",
sha256 = "2a0860a336ae836b54671cbbe0710eec17c64ef70c4c5a88ccfd47ea6e3739bd",
strip_prefix = "rules_proto_grpc-{version}",
urls = ["https://github.com/rules-proto-grpc/rules_proto_grpc/releases/download/{version}/rules_proto_grpc-{version}.tar.gz"],
use_category = ["build"],
release_date = "2023-05-03",
release_date = "2023-12-14",
),
envoy_toolshed = dict(
project_name = "envoy_toolshed",
Expand Down

0 comments on commit 34bd1df

Please sign in to comment.