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 Sep 23, 2024
1 parent be7e7ab commit 5a46451
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 5a46451

Please sign in to comment.