Skip to content

Commit

Permalink
fix(rust,client): re-enable TLS support for reqwest with supportAsync (
Browse files Browse the repository at this point in the history
…#10439)

* fix(rust,client): keep default reqwest features with supportAsync

This avoids disabling TLS support entirely.

* chore(rust,client): capture sample changes

This avoids disabling TLS support entirely.
  • Loading branch information
PiDelport authored Sep 22, 2021
1 parent 30a37b3 commit de95e2a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ reqwest = "~0.9"
{{#supportAsync}}
[dependencies.reqwest]
version = "^0.11"
default-features = false
features = ["json", "multipart"]
{{/supportAsync}}
{{/reqwest}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ serde_json = "^1.0"
url = "^2.2"
[dependencies.reqwest]
version = "^0.11"
default-features = false
features = ["json", "multipart"]

[dev-dependencies]

0 comments on commit de95e2a

Please sign in to comment.