Skip to content

Commit

Permalink
Add async-https-rustls feature (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenroose authored Nov 3, 2024
1 parent 32e022c commit 8718248
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 @@ -42,3 +42,4 @@ default = ["blocking", "async", "async-https"]
blocking = ["ureq", "ureq/socks"]
async = ["reqwest", "reqwest/socks"]
async-https = ["reqwest/default-tls", "async"]
async-https-rustls = ["reqwest/rustls-tls", "async"]

0 comments on commit 8718248

Please sign in to comment.