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 to criterion 0.5.1 #223

Closed rillian closed 6 months ago

rillian commented 6 months ago

Migrate to the latest version of the benchmark library. No code changes required.

Addresses two audit warnings:

Note that this requires an MSRV bump to 1.63.0 for the atty replacement.

rillian commented 6 months ago

Thanks!