Skip to content

Upgrade winapi related deps#6178

Closed
faern wants to merge 2 commits into
mainfrom
upgrade-winapi-related-deps
Closed

Upgrade winapi related deps#6178
faern wants to merge 2 commits into
mainfrom
upgrade-winapi-related-deps

Conversation

@faern

@faern faern commented Apr 24, 2024

Copy link
Copy Markdown
Member

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

faern commented Apr 24, 2024

Copy link
Copy Markdown
Member Author

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

@faern

faern commented May 2, 2024

Copy link
Copy Markdown
Member Author

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