diff --git a/Cargo.toml b/Cargo.toml index 51cc11d013..961b50e7ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,14 +75,14 @@ full = [ # HTTP versions http1 = [] -http2 = ["h2"] +http2 = ["dep:h2"] # Client/Server client = [] server = [] # C-API support (currently unstable (no semver)) -ffi = ["libc", "http-body-util"] +ffi = ["dep:libc", "dep:http-body-util"] # internal features used in CI nightly = []