Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable default features on reqwest #1570

Merged
merged 1 commit into from Feb 24, 2024

Conversation

rbtcollins
Copy link
Contributor

reqwest's default features cause openssl to be linked in, and defeats the point
of supporting rustls feature flags. Disable default features to avoid this.

This was a regression from the migration to workspace dep versions.

@rbtcollins rbtcollins requested a review from a team as a code owner February 23, 2024 18:25
Copy link

codecov bot commented Feb 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.0%. Comparing base (98cd103) to head (c1f0b50).

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #1570   +/-   ##
=====================================
  Coverage   66.0%   66.0%           
=====================================
  Files        140     140           
  Lines      19537   19537           
=====================================
  Hits       12903   12903           
  Misses      6634    6634           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@TommyCpp
Copy link
Contributor

I think it's duplicated with #1562?

@rbtcollins
Copy link
Contributor Author

rbtcollins commented Feb 23, 2024

@TommyCpp it is! But its narrower, and it passes CI :) I hadn't seen yours when I put this up.

Happy to close it if you prefer.

@TommyCpp
Copy link
Contributor

Will rebase #1562 on top of this

@TommyCpp TommyCpp merged commit 47b928e into open-telemetry:main Feb 24, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants