-
Notifications
You must be signed in to change notification settings - Fork 142
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
chore: switch to cargo-deny and fix some lints #2111
Conversation
Stebalien
commented
Mar 14, 2025
- Update url dependency. We don't use it directly, but wasmtime does.
- Update the builtin actors (dev) dependency to remove some crufty dependencies.
- Add licenses everywhere.
- Update url dependency. We don't use it directly, but wasmtime does. - Update the builtin actors (dev) dependency to remove some crufty dependencies. - Add licenses everywhere.
This fixes the CI issue by simply swapping cargo-audit with the newer/better cargo-deny (which we also use in the builtin actors). |
] | ||
|
||
[bans] | ||
multiple-versions = "allow" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2111 +/- ##
=======================================
Coverage 75.95% 75.95%
=======================================
Files 154 154
Lines 15772 15772
=======================================
Hits 11980 11980
Misses 3792 3792 🚀 New features to boost your workflow:
|
"Apache-2.0", | ||
"Apache-2.0 WITH LLVM-exception", | ||
"BSD-2-Clause", | ||
"BSD-3-Clause", | ||
"CC0-1.0", | ||
"MIT", | ||
"NCSA", | ||
"Unlicense", | ||
"MPL-2.0", | ||
"Unicode-3.0", | ||
"Zlib", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are all "permissive" licenses. But we should try to trim down our dependency tree a bit.