Skip to content

Commit

Permalink
Merge pull request #56 from flavio/expose-rustls-native-roots-features
Browse files Browse the repository at this point in the history
fix: rustls allow usage or system root certificates
  • Loading branch information
flavio authored Dec 14, 2022
2 parents 804cc54 + 16b8137 commit 7846dda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ maintenance = {status = "actively-developed"}
default = ["native-tls", "test-registry"]
native-tls = ["reqwest/native-tls"]
rustls-tls = ["reqwest/rustls-tls"]
rustls-tls-native-roots = ["reqwest/rustls-tls-native-roots"]
trust-dns = ["reqwest/trust-dns"]
# This features is used by tests that use docker to create a registry
test-registry = []
Expand Down

0 comments on commit 7846dda

Please sign in to comment.