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

Remove dirs dependency (unmaintained), update all dependencies #944

Merged
merged 3 commits into from
Dec 22, 2020

Conversation

brightly-salty
Copy link
Contributor

Originally tried to replace dirs with dirs-next. Fixes #943 It turned out that dirs was an unused dependency of wasm-pack.

I ran cargo upgrade (cargo-edit crate) to update all dependencies and cargo udeps (cargo-udeps) to find any more unused dependencies.

Now all dependencies are current and all dependencies are used.

I ran `cargo upgrade` (cargo-edit crate) to update all dependencies
@brightly-salty
Copy link
Contributor Author

@ashleygwilliams Am I being waited upon for the next step of the process?

@ashleygwilliams
Copy link
Member

hi @brightly-salty! no you are not. i have, unfortunately realized that our CI is broken (for multiple reasons), so it's hard to trust tests are passing. i'll merge this now, but it will probably take a second before it will be released. i did quit my job yesterday so i do have some extra time and should hopefully be able to get to it. i do assure you i have not forgotten and that i appreciate you handling this for us!

@ashleygwilliams
Copy link
Member

@brightly-salty could you update this PR to just update the single dependency? I'm going to need to do other work for the other dependencies and I would prefer not hold up this PR

@ashleygwilliams ashleygwilliams merged commit 993863f into rustwasm:master Dec 22, 2020
@brightly-salty brightly-salty deleted the replace-dirs branch December 22, 2020 20:38
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.

RUSTSEC-2020-0053: dirs: dirs is unmaintained, use dirs-next instead
2 participants