-
Notifications
You must be signed in to change notification settings - Fork 6
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
Unexpected dependency on requests #93
Comments
Hi, thanks for the reports. Yes, there is definitely a documentation gap and the requirements could be listed better. All the actions in https://github.com/actions-rust-lang target the GitHub runners. Mainly, because that is the only environment available to test them. I happily accept PRs to improve the situation here. Regarding the specific dependency: |
I added some information about the dependencies to the readme |
@jonasbb can you explain why |
|
For various reasons I had to switch to a new custom runner for GitHub actions, and this broke
actions-rust-language/audit
:would it be possible to use
urllib
so that there are no extra dependencies needed? Alternatively documenting this requirement, or vendoring requests (or do this with urllib3, since it has no other dependencies) are also options.The text was updated successfully, but these errors were encountered: