5
3
Fork
You've already forked bmputil
2

reqwest: Disable openssl dependency. #55

Merged
esden merged 1 commit from fix/remove-openssl-dependency into main 2025年07月21日 06:57:11 +02:00
esden commented 2025年07月21日 06:53:07 +02:00 (Migrated from github.com)
Copy link

We did not intend to depend on openssl, but it was part of the default feature set of reqwest. We are using rusttls instead. To get rid of the dependency we have to disable default features and enable what we want manually.

We did not intend to depend on openssl, but it was part of the default feature set of reqwest. We are using rusttls instead. To get rid of the dependency we have to disable default features and enable what we want manually.
semanticdiff-com[bot] commented 2025年07月21日 06:53:10 +02:00 (Migrated from github.com)
Copy link

Review changes with SemanticDiff

Review changes with &nbsp;<a href="https://app.semanticdiff.com/gh/blackmagic-debug/bmputil/pull/55/changes"><picture><source media="(prefers-color-scheme: dark)" srcset="https://app.semanticdiff.com/images/github_button.svg?theme=dark"><source media="(prefers-color-scheme: light)" srcset="https://app.semanticdiff.com/images/github_button.svg?theme=light"><img src="https://app.semanticdiff.com/images/github_button.svg?theme=light" align="center" alt="SemanticDiff"></picture></a>
dragonmux left a comment
Copy link

LGTM, merging. Thank you for noticing this oops and putting together + testing this fix!

LGTM, merging. Thank you for noticing this oops and putting together + testing this fix!
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
blackmagic-debug/bmputil!55
Reference in a new issue
blackmagic-debug/bmputil
No description provided.
Delete branch "fix/remove-openssl-dependency"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?