Remove unused dependencies across workspace#6380
Merged
DOsinga merged 1 commit intoblock:mainfrom Jan 12, 2026
Merged
Conversation
Contributor
Author
|
I have run an analysis using cursor and found out that the following dependencies does not have any code related to them. Maybe I'm missing something here, but the tests ran successfully locally. |
bb94bb1 to
ca82030
Compare
DOsinga
approved these changes
Jan 8, 2026
Collaborator
DOsinga
left a comment
There was a problem hiding this comment.
can you look this over and make sure that we keep dev-dependencies for now and anything that is platform specific.
|
|
||
| [dev-dependencies] | ||
| tower = "0.5" | ||
| async-trait = "0.1.89" |
Contributor
Author
For sure! I will take care of this later tonight. Thanks! |
ca82030 to
f6d285a
Compare
Some dependencies were not being used across the workspace. This patch removes them in the effort to reduce the packaging dependency graph. Signed-off-by: Rodolfo Olivieri <rodolfo.olivieri3@gmail.com>
fbalicchia
pushed a commit
to fbalicchia/goose
that referenced
this pull request
Jan 13, 2026
Signed-off-by: Rodolfo Olivieri <rodolfo.olivieri3@gmail.com>
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.
Summary
Some dependencies were not being used across the workspace. This patch removes them in the effort to reduce the packaging dependency graph.
Type of Change
AI Assistance
Testing
I have run both
cargo buildandcargo testlocally.Related Issues
Relates to #5716
Discussion: LINK (if any)
Screenshots/Demos (for UX changes)
Before:
After: