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

fix: remove reqwest and its openssl dep #35

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

SupernaviX
Copy link
Contributor

By default, reqwest depends on having openssl installed locally, which makes it a pain to build in docker. You can remove the dep by turning off default features and adding rustls instead:

reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }

But since the runtime isn't using reqwest yet, I thought it'd be easier to just remove the dep for now.

@scarmuega scarmuega merged commit 09672d5 into txpipe:main Nov 5, 2024
@SupernaviX SupernaviX deleted the no-openssl branch November 5, 2024 15:10
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.

2 participants