We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43aac91 commit 438098aCopy full SHA for 438098a
1 file changed
Cargo.toml
@@ -40,7 +40,7 @@ default = ["default-tls", "charset", "http2", "system-proxy"]
40
41
default-tls = ["rustls"]
42
43
-http2 = ["h2", "hyper/http2", "hyper-util/http2", "hyper-rustls?/http2"]
+http2 = ["dep:h2", "hyper/http2", "hyper-util/http2", "hyper-rustls?/http2"]
44
45
rustls = ["__rustls-aws-lc-rs", "dep:rustls-platform-verifier", "__rustls"]
46
rustls-no-provider = ["dep:rustls-platform-verifier", "__rustls"]
0 commit comments