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

Need to update indexmap dependency to 2.x (sub-dependency ahash crate version has been yanked) #893

Closed
keehun opened this issue Oct 23, 2023 · 1 comment

Comments

@keehun
Copy link

keehun commented Oct 23, 2023

This afternoon, ahash crate versions below 0.8.4 were yanked. This poses a problem for those of us who enforce strict checks on yanked crates (for example, with cargo-deny).

The ahash crate is pulled in via indexmap = "1" (more specifically, version 1.9.3).

Newer versions of indexmap (now up to 2.0.2) will pull latest ahash (0.8.5 at the time of writing) which resolves this issue.

It would be fantastic if cbindgen could update to indexmap = "2".

@keehun keehun changed the title Need to update indexmap dependency to 2.x Need to update indexmap dependency to 2.x (sub-dependency ahash crate version has been yanked) Oct 23, 2023
@keehun
Copy link
Author

keehun commented Oct 24, 2023

ahash has since released 0.7.7 to fix this issue. Please run cargo update -p ahash to update your ahash dependencies.

@keehun keehun closed this as completed Oct 24, 2023
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

No branches or pull requests

1 participant