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

Use tokio_tar instead of async_tar #1170

Merged
merged 1 commit into from
Jan 29, 2024
Merged

Use tokio_tar instead of async_tar #1170

merged 1 commit into from
Jan 29, 2024

Conversation

charliermarsh
Copy link
Member

Summary

tokio_tar is a fork of async_tar that uses Tokio instead of async-std. Using it removes a significant dependency from our tree.

(There is an open PR (dignifiedquire/async-tar#41) in async-tar to add Tokio support, but it's over a year old.)

See: #1157 (comment).

@charliermarsh charliermarsh added the internal A refactor or improvement that is not user-facing label Jan 29, 2024
@charliermarsh charliermarsh merged commit 4b9daf9 into main Jan 29, 2024
5 checks passed
@charliermarsh charliermarsh deleted the charlie/tokio-tar branch January 29, 2024 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal A refactor or improvement that is not user-facing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants