From 9ed486778f26fd627eb0f3d2be0e008c831f5947 Mon Sep 17 00:00:00 2001 From: Ryan Hamilton Date: Thu, 19 Mar 2026 00:05:50 +0000 Subject: [PATCH] Update QUICHE from 3a1960c51 to e8bbb3961 https://github.com/google/quiche/compare/3a1960c51..e8bbb3961 ``` $ git log 3a1960c51..e8bbb3961 --date=short --no-merges --format="%ad %al %s" 2026-03-18 wub No public description 2026-03-18 rch Add a non-const tls_connection() getter to TlsHandshaker. 2026-03-17 haoyuewang Correctly handle ignore_read_data case when sequencer gets unblocked. 2026-03-17 quiche-dev Add mutable_ssl_config to QuicCryptoServerConfigPeer 2026-03-16 reubent Add HttpValidationPolicy for rejecting RFC non-compliant status codes 2026-03-16 quiche-dev Disable flaky test cases in //third_party/quic/core/io:socket_test until resolved 2026-03-16 birenroy Deprecates --gfe2_reloadable_flag_http2_avoid_decompose_representation 2026-03-16 haoyuewang Add a regression test for b/488057588. 2026-03-13 vasilvv Turn off flaky test QuicEventLoopFactoryTest.WakeUp/libevent_epoll_ ``` Signed-off-by: Ryan Hamilton --- bazel/deps.yaml | 2 +- bazel/repository_locations.bzl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/deps.yaml b/bazel/deps.yaml index 714d766bdffd..baf3c99ca2b6 100644 --- a/bazel/deps.yaml +++ b/bazel/deps.yaml @@ -284,7 +284,7 @@ quiche: project_name: "QUICHE" project_desc: "QUICHE (QUIC, HTTP/2, Etc) is Google‘s implementation of QUIC and related protocols" project_url: "https://github.com/google/quiche" - release_date: "2026-03-13" + release_date: "2026-03-18" use_category: - controlplane - dataplane_core diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 5fd2a03f0b29..b21dd59b4a62 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -542,8 +542,8 @@ REPOSITORY_LOCATIONS_SPEC = dict( urls = ["https://github.com/simdutf/simdutf/releases/download/v{version}/singleheader.zip"], ), quiche = dict( - version = "3a1960c518a0201b1b34384bcc89ea81add484cf", - sha256 = "edc92981797fddf5ff355cba9b83e00b1e0ce180812c5ca0fd139a2120482e0c", + version = "e8bbb3961767439b802073e1034fb07b313dc929", + sha256 = "0734b8cedb4a824e15e81a23f5d7f08517b57c6f602c52dcb112021a0d0b10e0", urls = ["https://github.com/google/quiche/archive/{version}.tar.gz"], strip_prefix = "quiche-{version}", ),