Skip to content

Commit

Permalink
Change default and add ring
Browse files Browse the repository at this point in the history
  • Loading branch information
kushudai committed Jul 20, 2024
1 parent c8e93d6 commit c452ee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license-file = "LICENSE"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["rustls-native"]
default = ["rustls-webpki"]
metrics = ["prometheus", "lazy_static"]
rustls-native = ["hyper-rustls/rustls-native-certs"]
rustls-webpki = ["hyper-rustls/webpki-roots"]
Expand All @@ -22,7 +22,7 @@ base64 = "0.22"
http = "1"
http-body-util = "0.1"
hyper = { version = "1", features = ["full"] }
hyper-rustls = { version = "0.27" }
hyper-rustls = { version = "0.27", features = ["ring"] }
hyper-util = { version = "0.1", features = ["client", "client-legacy", "tokio", "http2"] }
lazy_static = { version = "1", optional = true }
opentelemetry = { version = "0.24", optional = true }
Expand Down

0 comments on commit c452ee2

Please sign in to comment.