Skip to content

Commit

Permalink
Bump ahash dependency version
Browse files Browse the repository at this point in the history
The previous version had a bug, and was yanked.
  • Loading branch information
joshlf committed Oct 23, 2023
1 parent d2930ff commit 5c7204c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ edition = "2021"
rust-version = "1.65.0"

[dependencies]
ahash = "0.7.6"
ahash = "0.8.5"
arrayvec = "0.7.2"
atomic_refcell = "0.1.10" # part of public API
rayon = { version = "1.5.0", optional = true }
Expand Down

0 comments on commit 5c7204c

Please sign in to comment.