Closed agourlay closed 10 months ago
The goal of this PR is to tackle the following report from cargo audit.
cargo audit
Crate: ahash Version: 0.7.6 Warning: yanked Dependency tree: ahash 0.7.6 └── hashbrown 0.12.3 ├── whatlang 0.16.2
This PR bumps hashbrown to the latest version to fix the issue.
hashbrown
@greyblake gentle reminder about this PR :)
@agourlay My very bad, thanks for pinging me and thanks for the PR. I just released 0.16.4 with the change
@greyblake Thanks a lot for the quick release :clap:
The goal of this PR is to tackle the following report from
cargo audit
.This PR bumps
hashbrown
to the latest version to fix the issue.