greyblake / whatlang-rs

Natural language detection library for Rust. Try demo online: https://whatlang.org/
https://whatlang.org/
MIT License
969 stars 109 forks source link

Update dependencies to remove ahash 0.7.6 #138

Closed agourlay closed 10 months ago

agourlay commented 12 months ago

The goal of this PR is to tackle the following report from 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.

agourlay commented 10 months ago

@greyblake gentle reminder about this PR :)

greyblake commented 10 months ago

@agourlay My very bad, thanks for pinging me and thanks for the PR. I just released 0.16.4 with the change

agourlay commented 10 months ago

@greyblake Thanks a lot for the quick release :clap: