Skip to content

Commit

Permalink
Update QUICHE from e94fbe61a to 9808dac40 (#36098)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
asedeno authored Sep 12, 2024
1 parent 85a6830 commit 9c16974
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 @@ -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",
Expand Down

0 comments on commit 9c16974

Please sign in to comment.