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 check to CI #380

Merged
merged 1 commit into from
Sep 30, 2023
Merged

Add cargo-deny check to CI #380

merged 1 commit into from
Sep 30, 2023

Conversation

algesten
Copy link
Owner

This config protects from:

  • duplicate crates
  • copy-left licenses in the dependency tree
  • RUSTSEC advisories

Note we need to check in Cargo.lock for this to work.

@algesten
Copy link
Owner Author

Thanks to @emilk for the help in ureq algesten/ureq#661

@algesten algesten force-pushed the feature/cargo-deny branch 2 times, most recently from f53bb2c to d9ab617 Compare September 30, 2023 12:25
This config protects from:

  * duplicate crates
  * copy-left licenses in the dependency tree
  * RUSTSEC advisories

Note we need to check in Cargo.lock for this to work.
@algesten algesten merged commit f1438f2 into main Sep 30, 2023
22 checks passed
@algesten algesten deleted the feature/cargo-deny branch September 30, 2023 14:08
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.

2 participants