-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
fix(deps): use windows-sys instead of winapi #9805
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@ognevny is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
1 similar comment
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
### Description ~the same reason as for #9805, but for turborepo-wax. the package update fully removes winapi from lockfile. also cargo updated many packages for unknown reason (I've run `cargo update -p winapi-util`)~ as asked in review lockfile is deleted <!-- ✍️ Write a short summary of your work. If necessary, include relevant screenshots. --> ### Testing Instructions <!-- Give a quick description of steps to test your changes. -->
Description
winapi
is abandoned and had no updates since 2020, whilewindows-sys
is supported by Microsoft. also updatedwinapi-util
to usewindows-sys
tooTesting Instructions