From e7458ab863ea9b1b2e6a9b874e5fdd1dd7262c22 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 11 Apr 2024 16:55:07 +0200 Subject: Update grpc to v1.62.1 and all its dependencies - update boringssl to commit ae72a45 - update protobuf to v25.1 - update abseil to v20240116.0 (including patches) Also add mirrors for third-party dependencies where known and hashes correspond. --- etc/import/include/grpc/TARGETS.grpc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'etc/import/include/grpc/TARGETS.grpc') diff --git a/etc/import/include/grpc/TARGETS.grpc b/etc/import/include/grpc/TARGETS.grpc index 892aa639..2da10193 100644 --- a/etc/import/include/grpc/TARGETS.grpc +++ b/etc/import/include/grpc/TARGETS.grpc @@ -20,6 +20,7 @@ , "support/sync_windows.h" , "support/thd_id.h" , "support/time.h" + , "impl/call.h" , "impl/codegen/atm.h" , "impl/codegen/atm_gcc_atomic.h" , "impl/codegen/atm_gcc_sync.h" @@ -41,6 +42,7 @@ { "type": ["@", "rules", "data", "staged"] , "srcs": [ "grpc_audit_logging.h" + , "grpc_crl_provider.h" , "byte_buffer.h" , "byte_buffer_reader.h" , "compression.h" @@ -75,6 +77,7 @@ , "srcs": [ "event_engine/endpoint_config.h" , "event_engine/event_engine.h" + , "event_engine/extensible.h" , "event_engine/port.h" , "event_engine/memory_allocator.h" , "event_engine/memory_request.h" @@ -133,4 +136,9 @@ , "srcs": ["census.h"] , "stage": ["grpc"] } +, "channel_arg_names_headers": + { "type": ["@", "rules", "data", "staged"] + , "srcs": ["impl/channel_arg_names.h"] + , "stage": ["grpc"] + } } -- cgit v1.2.3