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

Upgrade winapi related deps #6178

Closed
wants to merge 2 commits into from
Closed

Upgrade winapi related deps #6178

wants to merge 2 commits into from

Conversation

faern
Copy link
Member

@faern faern commented Apr 24, 2024

I just saw that winapi-util just released a version finally migrating from winapi to windows-sys (BurntSushi/winapi-util#13 (comment)). So I created this branch to bump the dependency. Not that it gets rid of winapi from our dependency tree, but one step in that direction.

I then looked at cargo tree --all-targets and identified another place where we could actually shrink our dependency tree a tiny bit. Bumping hyper removes the last dependency on socket2 0.4 which gets rid of that completely, and in turn removes another link to winapi in the meantime.

So this is just a small dependency tree maintenance PR.


This change is Reviewable

faern added 2 commits April 24, 2024 16:20
Removes dependency on old socket2 which in turn removes one link to the
transitive winapi dependency
@faern faern requested a review from dlon April 24, 2024 14:26
@faern
Copy link
Member Author

faern commented Apr 24, 2024

There is some build error here that I have to look into...

@faern
Copy link
Member Author

faern commented May 2, 2024

This PR was made obsolete by @hulthe in #6177

@faern faern closed this May 2, 2024
@faern faern deleted the upgrade-winapi-related-deps branch August 29, 2024 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant