From 158a28b87cb3dda336392e5ca51941d532cfb8dd Mon Sep 17 00:00:00 2001 From: phlax Date: Wed, 2 Nov 2022 15:32:27 +0000 Subject: [PATCH] deps: Bump `com_github_google_perfetto` -> 30.0 (#23795) Signed-off-by: Ryan Northey --- bazel/repository_locations.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 63573c9ae9e7..e7689a501413 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -192,12 +192,12 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "Perfetto", project_desc = "Perfetto Tracing SDK", project_url = "https://perfetto.dev/", - version = "28.0", - sha256 = "06eec38d02f99d225cdad9444102e77d9da717f8cc55f84a3b212abe94a5fc5a", + version = "30.0", + sha256 = "d1883793a2adb2a4105fc083478bf781badd566d72da45caa99095b61f938a2e", strip_prefix = "perfetto-{version}/sdk", urls = ["https://github.com/google/perfetto/archive/v{version}.tar.gz"], use_category = ["dataplane_core", "controlplane"], - release_date = "2022-08-02", + release_date = "2022-10-06", cpe = "N/A", license = "Apache-2.0", license_url = "https://github.com/google/perfetto/blob/v{version}/LICENSE",