Skip to content

Commit

Permalink
feat(deps): add rustls features for reqwest
Browse files Browse the repository at this point in the history
  • Loading branch information
fMeow committed May 1, 2021
1 parent 0eea44a commit 90efc95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ status = "actively-developed"
default = [ "rocksdb", "reqwest_async" ]
blocking = [ "maybe-async/is_sync", "uclient/blocking" ]
reqwest_async = [ "uclient/async_reqwest" ]
reqwest_async_rustls = [ "uclient/async_reqwest_rustls" ]
reqwest_blocking = [ "uclient/blocking_reqwest", "blocking" ]
reqwest_blocking_rustls = [ "uclient/blocking_reqwest_rustls", "blocking" ]
surf_async = [ "uclient/async_surf", "http-types" ]
cluster = [ ]
enterprise = [ ]
Expand Down

0 comments on commit 90efc95

Please sign in to comment.