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}", ),