Commit 657a4d3
Merge #706
706: Make `reqwest/rustls-tls` an optional feature r=curquiza a=ea935
# Pull Request
## Related issue
Fixes #705
## What does this PR do?
- Removes `reqwest/rustls-tls` as a required feature for the `meilisearch/reqwest` feature.
- Adds the feature `meilisearch/tls` which enables `reqwest/rustlts-tls`
## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **New Features**
* Added a "tls" feature (alias to the Rustls TLS provider) and enabled it in the default feature set so HTTPS via Rustls is available by default.
* **Chores**
* Updated networking dependency features to retain HTTP/2 and streaming while moving TLS behind the new "tls" feature.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Co-authored-by: ea935 <[email protected]>
Co-authored-by: Clémentine <[email protected]>1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
0 commit comments