Skip to content

Commit

Permalink
Update QUICHE from 5a433bd7d to 30a43fd02 (#38387)
Browse files Browse the repository at this point in the history
https://github.com/google/quiche/compare/5a433bd7d..30a43fd02

```
$ git log 5a433bd7d..30a43fd02 --date=short --no-merges --format="%ad %al %s"

2025-02-10 martinduke Implement MoQT DELIVERY_TIMEOUT parameter
```

Signed-off-by: Ryan Hamilton <[email protected]>
  • Loading branch information
RyanTheOptimist authored Feb 11, 2025
1 parent 4a6c6ff commit 85f9080
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1218,12 +1218,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 = "5a433bd7de22c23700d046346bd3d3afe5c9cd07",
sha256 = "39951f6fff2171a36c759d64c98a9d0bd5921172a36437d719ea5cba639c3802",
version = "30a43fd02bc788fe9a3edebd2dbc8e79b46ff786",
sha256 = "5599f0a1f0f9d76cdd177bd0450308eb998e9dc4bd785577b5917995a71845f2",
urls = ["https://github.com/google/quiche/archive/{version}.tar.gz"],
strip_prefix = "quiche-{version}",
use_category = ["controlplane", "dataplane_core"],
release_date = "2025-02-06",
release_date = "2025-02-10",
cpe = "N/A",
license = "BSD-3-Clause",
license_url = "https://github.com/google/quiche/blob/{version}/LICENSE",
Expand Down

0 comments on commit 85f9080

Please sign in to comment.