- Updated to
clap
4.
- Updated some dependencies to clear Dependabot warnings. None of the warnings were applicable to how
cargo-fund
used those dependencies directly.
- Updated some dependencies to clear Dependabot warnings. None of the warnings were applicable to how
cargo-fund
used those dependencies.
- (#8)
cargo-fund
will now try to prepend anhttps://
scheme to bare relative URLs, and failure to parse a URL will lead to that entry being ignored rather than crashing.
- (#5) The program now looks for the Github API token in the
CARGO_FUND_GITHUB_API_TOKEN
environment variable rather thanGITHUB_API_TOKEN
in order to better support privilege separation. - (#6) Increased timeout on HTTP client operations to 60 seconds.
Initial release.