From 61b738a43b7417d44124affb1c06d70476daa30f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20R=2E=20Sede=C3=B1o?= Date: Tue, 24 Sep 2024 08:48:08 -0400 Subject: [PATCH] bump proto-field-extraction version --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 73ab1fd..af0f095 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -51,8 +51,8 @@ http_archive( http_archive( name = "com_google_protofieldextraction", - strip_prefix = "proto-field-extraction-e808da3acf5bd6d518e19e8afa20b4a9d0b2b599", # Mar 20, 2024 - url = "https://github.com/grpc-ecosystem/proto-field-extraction/archive/e808da3acf5bd6d518e19e8afa20b4a9d0b2b599.tar.gz", + strip_prefix = "proto-field-extraction-598807946f248917db4b7d2e7249de3e4eee0003", # July 9, 2024 + url = "https://github.com/grpc-ecosystem/proto-field-extraction/archive/598807946f248917db4b7d2e7249de3e4eee0003.tar.gz", ) # -------- Load and call dependencies of underlying libraries --------