From f4b6dda8c256317a7e893e076b7c04db0731be6a Mon Sep 17 00:00:00 2001 From: wan9xy Date: Wed, 5 Mar 2025 10:37:25 +0800 Subject: [PATCH] add feature flag http3 with reqwest --- plugins/http/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/http/Cargo.toml b/plugins/http/Cargo.toml index 9aa49e0e..63d9fa42 100644 --- a/plugins/http/Cargo.toml +++ b/plugins/http/Cargo.toml @@ -69,6 +69,7 @@ deflate = ["reqwest/deflate"] trust-dns = ["reqwest/trust-dns"] socks = ["reqwest/socks"] http2 = ["reqwest/http2"] +http3 = ["reqwest/http3"] charset = ["reqwest/charset"] macos-system-configuration = ["reqwest/macos-system-configuration"] unsafe-headers = []