Skip to content

Commit

Permalink
Merge pull request #231 from joshlf/patch-1
Browse files Browse the repository at this point in the history
Bump ahash dependency version
  • Loading branch information
zesterer committed Oct 24, 2023
2 parents d2930ff + 5c7204c commit 12d482d
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 12d482d

Please sign in to comment.