Skip to content

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

@keehun

Description

@keehun

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".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions