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

Add cargo deny to our presubmits #424

Merged
merged 3 commits into from
Oct 4, 2023
Merged

Commits on Oct 4, 2023

  1. Remove Rocket from our dependencies

    It's not being used by anything and is causing cargo-deny issues
    timothyfroehlich committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    1a09f74 View commit details
    Browse the repository at this point in the history
  2. Add cargo deny to our presubmits

    Inspired by ureq [doing the same](algesten/ureq#661)
    
    This will help us keep track of our dependencies and make sure we aren't using ones with the wrong licenses.
    timothyfroehlich committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    05d6cba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a528aa View commit details
    Browse the repository at this point in the history