Update ahash to fix aarch64 build on macOS

See upstream discussion in
https://github.com/tkaitchuck/aHash/issues/207
pull/647/head^2 0.56.1
Wilfred Hughes 2024-03-05 22:08:10 +07:00
parent bf8fcab420
commit d9d6401c45
2 changed files with 7 additions and 2 deletions

@ -1,5 +1,10 @@
## 0.56.1 (unreleased)
### Build
Fixed an issue with building difftastic on aarch64 with rust 1.71 or
earlier.
## 0.56 (released 5th March 2024)
### Parsing

4
Cargo.lock generated

@ -4,9 +4,9 @@ version = 3
[[package]]
name = "ahash"
version = "0.8.7"
version = "0.8.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01"
checksum = "d713b3834d76b85304d4d525563c1276e2e30dc97cc67bfb4585a4a29fc2c89f"
dependencies = [
"cfg-if",
"once_cell",