Commit a6ce8b0
authored
feat: introduce
### Description
Activating the `rustls` feature of `reqwest` pulls in `aws-lc-rs` by
default as the crypto provider. To allow people to make their own
decision about which crypto provider to use with `rustls`, we should
depend on the `rustls-no-provider` feature flag instead.
We add our own `rustls-no-provider` feature flag which allows users to
opt out of `aws-lc-rs` being the default crypto provider of `reqwest` in
a backwards-compatible way.
#### Issues
Resolves: #1102
#### Reminders
- Add GH Issue ID _&_ Linear ID (if applicable)
- Add an entry to CHANGELOG.md, following the format of existing entries
- The PR title should use [Conventional
Commits](https://develop.sentry.dev/engineering-practices/commit-messages/#type)
style (`feat:`, `fix:`, `ref:`, `meta:`, etc.)
- Useful links for external contributors: [Sentry SDK development
docs](https://develop.sentry.dev/sdk/), [Discord
community](https://discord.gg/sentry)rustls-no-provider feature flag (#1103)1 parent df88275 commit a6ce8b0
2 files changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
| |||
43 | 47 | | |
44 | 48 | | |
45 | 49 | | |
46 | | - | |
| 50 | + | |
47 | 51 | | |
48 | 52 | | |
49 | 53 | | |
| |||
0 commit comments