deps: Bump `rules_proto` -> 4.0.0 (#18400)

Signed-off-by: Ryan Northey <ryan@synca.io>

Mirrored from https://github.com/envoyproxy/envoy @ 223096c2aa6f8962e3f6423e3ff822b33a3890ac
pull/626/head
data-plane-api(Azure Pipelines) 3 years ago
parent ced31d9389
commit 594d9eb004
  1. 8
      bazel/repository_locations.bzl

@ -100,11 +100,11 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "Protobuf Rules for Bazel",
project_desc = "Protocol buffer rules for Bazel",
project_url = "https://github.com/bazelbuild/rules_proto",
version = "f7a30f6f80006b591fa7c437fe5a951eb10bcbcf",
sha256 = "9fc210a34f0f9e7cc31598d109b5d069ef44911a82f507d5a88716db171615a8",
release_date = "2021-02-09",
version = "4.0.0",
sha256 = "66bfdf8782796239d3875d37e7de19b1d94301e8972b3cbd2446b332429b4df1",
release_date = "2021-09-15",
strip_prefix = "rules_proto-{version}",
urls = ["https://github.com/bazelbuild/rules_proto/archive/{version}.tar.gz"],
urls = ["https://github.com/bazelbuild/rules_proto/archive/refs/tags/{version}.tar.gz"],
use_category = ["api"],
),
opentelemetry_proto = dict(

Loading…
Cancel
Save