ci: Setup valid Cargo.lock for depcheck to unblock CI#22933
Open
AdamGS wants to merge 2 commits into
Open
Conversation
Contributor
Author
|
I can't seem to reproduce the license check failure, I've tried to reproduce a clear |
depcheckdepcheck to unblock CI
depcheck to unblock CICargo.lock for depcheck to unblock CI
Contributor
Author
|
just realized it just says in the log that's its an HTTP error, just need someone to retry it. |
Member
|
I'll retry |
Jefffrey
approved these changes
Jun 13, 2026
Jefffrey
left a comment
Contributor
There was a problem hiding this comment.
good idea; though looks like theres new CVEs? 🙁
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which issue does this PR close?
Rationale for this change
depcheckstopped working because an underlying dependency released a non-semver compatible change (time 0.3.48, not going to link to the issue there because people are already spamming it). Because there was no lockfile, every run pulled the most recent versions for all dependencies, which don't currently compile.What changes are included in this PR?
depcheckdepcheckwith--lockin CIAre these changes tested?
Tested locally
Are there any user-facing changes?
None