Skip to content

Commit 3b559d8

Browse files
elichaisylvestre
authored andcommitted
Remove reqwest's native-tls dependency
1 parent 2debbfc commit 3b559d8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
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)