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

chore: switch to cargo-deny and fix some lints #2111

Merged
merged 1 commit into from
Mar 14, 2025
Merged

Conversation

Stebalien
Copy link
Member

  • 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.
@Stebalien Stebalien requested a review from rjan90 March 14, 2025 19:11
@Stebalien
Copy link
Member Author

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"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@codecov-commenter
Copy link

codecov-commenter commented Mar 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.95%. Comparing base (aaf5155) to head (ba8017c).
Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@           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:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment on lines +14 to +24
"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",
Copy link
Member Author

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.

@Stebalien Stebalien merged commit e7f0bc6 into master Mar 14, 2025
15 checks passed
@Stebalien Stebalien deleted the steb/cargo-deny branch March 14, 2025 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ☑️ Done (Archive)
Development

Successfully merging this pull request may close these issues.

3 participants