diff --git a/Cargo.toml b/Cargo.toml index 229d0f7e1..8db1ccb9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ rust-version = "1.63.0" [dependencies] # For the default hasher -ahash = { version = "0.8.0", default-features = false, optional = true } +ahash = { version = "0.8.6", default-features = false, optional = true } # For external trait impls rayon = { version = "1.0", optional = true }