Skip to content

Commit 438098a

Browse files
authored
chore: refer to h2 as dep:h2 (#2919)
1 parent 43aac91 commit 438098a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ default = ["default-tls", "charset", "http2", "system-proxy"]
4040

4141
default-tls = ["rustls"]
4242

43-
http2 = ["h2", "hyper/http2", "hyper-util/http2", "hyper-rustls?/http2"]
43+
http2 = ["dep:h2", "hyper/http2", "hyper-util/http2", "hyper-rustls?/http2"]
4444

4545
rustls = ["__rustls-aws-lc-rs", "dep:rustls-platform-verifier", "__rustls"]
4646
rustls-no-provider = ["dep:rustls-platform-verifier", "__rustls"]

0 commit comments

Comments
 (0)