-
-
Notifications
You must be signed in to change notification settings - Fork 750
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 CI #883
Comments
One thing to note is that currently cargo-audit fails with the following as output:
The first one is because gleam is depending on The second one is because gleam is depending on I think the third one is an error in cargo-audit, because tokio is upgraded to 1.0.1 in gleam. We would probably need to wait until these instances are fixed until adding cargo-deny to the CI. |
Cargo deny supports allowing version violations in the config file, I would like to allow any errors for now and fix them in future. Cargo permits multiple versions of the same crate in a project, so I suspect we have two versions of tokio indirectly. |
After following cargo-tree, it looks like the old |
https://github.com/EmbarkStudios/cargo-deny
An example from another project: bytecodealliance/wasmtime#2519
The text was updated successfully, but these errors were encountered: