tkaitchuck / aHash

aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction
https://crates.io/crates/ahash
Apache License 2.0
1.03k stars 101 forks source link

Update zerocopy version to 0.7.31 #189

Closed nabilwadih closed 9 months ago

nabilwadih commented 9 months ago

There is a security vulnerability in older versions of the crate: https://rustsec.org/advisories/RUSTSEC-2023-0074

Updating the version will mitigate this.