You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
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
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, withcargo-deny
).The
ahash
crate is pulled in viaindexmap = "1"
(more specifically, version 1.9.3).Newer versions of
indexmap
(now up to 2.0.2) will pull latestahash
(0.8.5 at the time of writing) which resolves this issue.It would be fantastic if
cbindgen
could update toindexmap = "2"
.The text was updated successfully, but these errors were encountered: