deps: Bump `opencensus_proto` -> 0.4.1 (#26446)

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

Mirrored from https://github.com/envoyproxy/envoy @ aa02be22f513d0d14fd0038c9d960c233cf92295
pull/626/head
data-plane-api(Azure Pipelines) 2 years ago
parent db51b44245
commit 70092e771b
  1. 6
      bazel/repository_locations.bzl

@ -79,9 +79,9 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "OpenCensus Proto", project_name = "OpenCensus Proto",
project_desc = "Language Independent Interface Types For OpenCensus", project_desc = "Language Independent Interface Types For OpenCensus",
project_url = "https://github.com/census-instrumentation/opencensus-proto", project_url = "https://github.com/census-instrumentation/opencensus-proto",
version = "0.3.0", version = "0.4.1",
sha256 = "b7e13f0b4259e80c3070b583c2f39e53153085a6918718b1c710caf7037572b0", sha256 = "e3d89f7f9ed84c9b6eee818c2e9306950519402bf803698b15c310b77ca2f0f3",
release_date = "2022-09-22", release_date = "2022-09-23",
strip_prefix = "opencensus-proto-{version}/src", strip_prefix = "opencensus-proto-{version}/src",
urls = ["https://github.com/census-instrumentation/opencensus-proto/archive/v{version}.tar.gz"], urls = ["https://github.com/census-instrumentation/opencensus-proto/archive/v{version}.tar.gz"],
use_category = ["api"], use_category = ["api"],

Loading…
Cancel
Save