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

Isolate tower to single use site #1192

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

blt
Copy link
Collaborator

@blt blt commented Dec 31, 2024

What does this PR do?

This commit removes the tower crate down into sheepdog where it
has its last remaining use. We do require it here as it's Service
is part of the type definition for our UDS connection function.

This commit removes the `tower` crate down into sheepdog where it
has its last remaining use. We do require it here as it's Service
is part of the type defintion for our UDS connection function.

Signed-off-by: Brian L. Troutwine <[email protected]>
Copy link
Collaborator Author

blt commented Dec 31, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

@blt blt added the no-changelog label Dec 31, 2024 — with Graphite App
@blt blt marked this pull request as ready for review December 31, 2024 18:19
@blt blt requested a review from a team as a code owner December 31, 2024 18:19
"load-shed",
"util"
] }
tower = { version = "0.5", default-features = false, features = ["util"] }
Copy link
Contributor

Choose a reason for hiding this comment

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

This could maybe be reduced to only https://docs.rs/tower-service/0.3.3/tower_service/

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Oh you know, good point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants