From 8ba615f0e56ec1fcafe4f96e980985d91f99b39c Mon Sep 17 00:00:00 2001 From: Cabbage Stone Date: Fri, 27 Oct 2023 13:08:52 -0600 Subject: [PATCH] bump ahash version 0.8.0 -> 0.8.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }