From 9c16974a50a9fdc247653eea03a49da9367fa1d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20R=2E=20Sede=C3=B1o?= Date: Thu, 12 Sep 2024 17:50:43 -0400 Subject: [PATCH] Update QUICHE from e94fbe61a to 9808dac40 (#36098) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/google/quiche/compare/e94fbe61a..9808dac40 ``` $ git log e94fbe61a..9808dac40 --date=short --no-merges --format="%ad %al %s" 2024-09-10 martinduke Order MoQT Queued streams by send_order. 2024-09-09 birenroy Allows [] and {} in request paths. 2024-09-09 quiche-dev Add CRNT to Cronet QUIC connection options. 2024-09-05 wub No public description ``` Risk Level: Low Testing: Existing tests pass Docs Changes: N/A Release Notes: N/A Platform Specific Features: N/A Signed-off-by: Alejandro R Sedeño --- 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 6b37c24503ed..d382a58b13d5 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -1208,12 +1208,12 @@ REPOSITORY_LOCATIONS_SPEC = dict( 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", - version = "e94fbe61aae27c2587fe5c1ff0141ac7b2cacb30", - sha256 = "ef31887f0bd3542a9f266cd50a38bbe65022653439994675486c473e3b56dcfd", + version = "9808dac40e034f09d7af53d3d79589a02e39c211", + sha256 = "b59e6e5b9b249a8d0cb521851d54a09ac74d2beb01a233498a006f75c86c9b76", urls = ["https://github.com/google/quiche/archive/{version}.tar.gz"], strip_prefix = "quiche-{version}", use_category = ["controlplane", "dataplane_core"], - release_date = "2024-09-05", + release_date = "2024-09-10", cpe = "N/A", license = "BSD-3-Clause", license_url = "https://github.com/google/quiche/blob/{version}/LICENSE",