diff --git a/Cargo.toml b/Cargo.toml index 9437e7369..8feb510ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,9 @@ reqwest = { version = "0.12", features = [ "rustls-tls", "rustls-tls-native-roots", "trust-dns", -], optional = true } + "http2", + "macos-system-configuration", +], default-features = false, optional = true } retry = "2" semver = "1.0" serde = { version = "1.0", features = ["derive"] }