Skip to content

Commit 3995c63

Browse files
authored
chore(dependencies): remove implicit features of optional dependencies (#3321)
1 parent cb10be2 commit 3995c63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ full = [
7575

7676
# HTTP versions
7777
http1 = []
78-
http2 = ["h2"]
78+
http2 = ["dep:h2"]
7979

8080
# Client/Server
8181
client = []
8282
server = []
8383

8484
# C-API support (currently unstable (no semver))
85-
ffi = ["libc", "http-body-util"]
85+
ffi = ["dep:libc", "dep:http-body-util"]
8686

8787
# internal features used in CI
8888
nightly = []

0 commit comments

Comments
 (0)