Skip to content

Commit b0c9aab

Browse files
committed
Remove reqwest's native-tls dependency
1 parent be7e7ab commit b0c9aab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,10 @@ reqwest = { version = "0.12", features = [
7676
"rustls-tls",
7777
"rustls-tls-native-roots",
7878
"trust-dns",
79-
], optional = true }
79+
"http2",
80+
"macos-system-configuration",
81+
"charset",
82+
], default-features = false, optional = true }
8083
retry = "2"
8184
semver = "1.0"
8285
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)