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

Replace Async::IO::Socket usage with stdlib Socket… #1056

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jakeonfire
Copy link

@jakeonfire jakeonfire commented Apr 26, 2024

…for async-http adapter to remove implicit dependency on async-io

async-io was removed as a dependency from async-http in version 0.65.0: https://github.com/socketry/async-http/releases/tag/v0.65.0

fixes: #1055

…pter to remove implicit dependency on async-io
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.

async-http adapter has an implicit dependency on async-io which was removed from async-http at version 0.65.0
2 participants