chore: Disable http3 by default

Unfortunately h3 requires aws-lc since the last version of reqwest.
aws-lc currently breaks the build.
This commit is contained in:
Jade Ellis
2026-04-24 12:11:48 +01:00
parent a07d3e24ea
commit 0344bf71d8
2 changed files with 4 additions and 220 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ gzip_compression = [
"reqwest/gzip",
]
http3 = [
"reqwest/http3",
# "reqwest/http3", # TODO: Depends on aws-lc
]
hardened_malloc = [
"dep:hardened_malloc-rs"