chore: reduce dependency dupes in lockfiles#561
Merged
Conversation
Contributor
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
krishnakumar4a4
approved these changes
Nov 6, 2025
krishnakumar4a4
left a comment
Contributor
There was a problem hiding this comment.
lgtm.
Things I have focussed on this review are
- windows-sys 0.52.0 is removed
- nu-ansi-term bumped to 0.50.3 in which windows-sys dep range is widened nushell/nu-ansi-term#69
I believe rest of the changes are automatic updates done due to cargo update run.
gurry
approved these changes
Nov 7, 2025
wmmc88
added a commit
to wmmc88/windows-drivers-rs
that referenced
this pull request
Nov 11, 2025
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.
Removes duplicate dependency versions in workspace, examples, and tests. This should slightly speed up build, test, pipelines, etc
closes #500