Skip to content

Commit

Permalink
Remove reqwest's native-tls dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
elichai authored and sylvestre committed Oct 2, 2024
1 parent 2debbfc commit 3b559d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@ reqwest = { version = "0.12", features = [
"rustls-tls",
"rustls-tls-native-roots",
"trust-dns",
], optional = true }
"http2",
"macos-system-configuration",
"charset",
], default-features = false, optional = true }
retry = "2"
semver = "1.0"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 3b559d8

Please sign in to comment.