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 yanked deps before 4.6 #4989

Closed
michaelsproul opened this issue Dec 7, 2023 · 2 comments
Closed

Remove yanked deps before 4.6 #4989

michaelsproul opened this issue Dec 7, 2023 · 2 comments
Assignees
Labels
dependencies Pull requests that update a dependency file low-hanging-fruit Easy to resolve, get it before someone else does! v4.6.0 ETA Q1 2024

Comments

@michaelsproul
Copy link
Member

michaelsproul commented Dec 7, 2023

Description

There are some yanked deps:

warning: package ahash v0.7.6 in Cargo.lock is yanked in registry crates-io, consider running without --locked
warning: package ahash v0.8.3 in Cargo.lock is yanked in registry crates-io, consider running without --locked

I don't think it's a matter of just cargo update to fix them. They seem to be part of the dep tree via some old versions of hashbrown which I don't think has patch versions to fix this (see #4935 which I think did a cargo update). Some investigation will be required to work out how to get rid of them (i.e. updating the hashbrown minor version through whatever crates depend on hashbrown).

@michaelsproul michaelsproul added low-hanging-fruit Easy to resolve, get it before someone else does! dependencies Pull requests that update a dependency file v4.6.0 ETA Q1 2024 labels Dec 7, 2023
@jimmygchen jimmygchen self-assigned this Dec 7, 2023
@jimmygchen
Copy link
Member

I'll take a look at this one

@michaelsproul
Copy link
Member Author

Fixed in #4994

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file low-hanging-fruit Easy to resolve, get it before someone else does! v4.6.0 ETA Q1 2024
Projects
None yet
Development

No branches or pull requests

2 participants