Skip to content

Disable reqwest dep when _manual-tls is enabled in the payjoin crate#1484

Merged
spacebear21 merged 1 commit intopayjoin:masterfrom
benalleng:manual-tls-disable-reqwest
Apr 15, 2026
Merged

Disable reqwest dep when _manual-tls is enabled in the payjoin crate#1484
spacebear21 merged 1 commit intopayjoin:masterfrom
benalleng:manual-tls-disable-reqwest

Conversation

@benalleng
Copy link
Copy Markdown
Collaborator

The reqwest dep is enabled in the _manual-tls feature pulling in url as a sub dependency but this is only used in conjunction with the io feature which already has reqwest as a dep.

Closes #1483

Pull Request Checklist

Please confirm the following before requesting review:

The reqwest dep is enabled in the _manual-tls feature pulling in url as
a sub dependency but this is only used in conjunction with the io
feature which already has reqwest as a dep.
@benalleng benalleng force-pushed the manual-tls-disable-reqwest branch from 3f31c18 to 90dabd6 Compare April 15, 2026 16:00
@coveralls
Copy link
Copy Markdown
Collaborator

coveralls commented Apr 15, 2026

Coverage Report for CI Build 24464733809

Coverage remained the same at 84.34%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 12803
Covered Lines: 10798
Line Coverage: 84.34%
Coverage Strength: 412.4 hits per line

💛 - Coveralls

Copy link
Copy Markdown
Collaborator

@spacebear21 spacebear21 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

@spacebear21 spacebear21 merged commit 2a4a228 into payjoin:master Apr 15, 2026
14 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.

Should the _manual-tls feature include enabling reqwest?

3 participants