Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 3f05189

Browse files
authored
Update to quiche 0.24.5 (#815)
Motivation: Quiche released a new version which also contains security fixes Modifications: Update to sha of 0.24.5 Result: Depend on latest quiche version
1 parent fb90125 commit 3f05189

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codec-native-quic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<quicheHomeIncludeDir>${quicheHomeDir}/quiche/include</quicheHomeIncludeDir>
5757
<quicheRepository>https://github.com/cloudflare/quiche</quicheRepository>
5858
<quicheBranch>master</quicheBranch>
59-
<quicheCommitSha>70d6d3e233568e906e66179a56c93cf9b0616899</quicheCommitSha>
59+
<quicheCommitSha>5ea8d8e3569c1ed34b895e2211e62791e77c29ab</quicheCommitSha>
6060
<generatedSourcesDir>${project.build.directory}/generated-sources</generatedSourcesDir>
6161
<templateDir>${project.build.directory}/template</templateDir>
6262
<cargoTarget />

0 commit comments

Comments
 (0)