Skip to content

Commit

Permalink
Merge pull request #17 from jutuon/rustls-native-roots
Browse files Browse the repository at this point in the history
Add rustls-tls-native-roots feature
  • Loading branch information
rj76 authored Jan 13, 2025
2 parents ce8b6d0 + 713e744 commit f6db9c8
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 @@ -21,6 +21,7 @@ default = ["native-tls"]
native-tls = ["reqwest/native-tls", "yup-oauth2/hyper-tls"]
native-tls-vendored = ["reqwest/native-tls-vendored", "yup-oauth2/hyper-tls"]
rustls-tls = ["reqwest/rustls-tls", "yup-oauth2/hyper-rustls"]
rustls-tls-native-roots = ["reqwest/rustls-tls-native-roots", "yup-oauth2/hyper-rustls"]

[dependencies]
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit f6db9c8

Please sign in to comment.