From dfab8497cd39f47698a9b92915882c5a77d5668c Mon Sep 17 00:00:00 2001 From: Christopher Chang <51393127+chriscerie@users.noreply.github.com> Date: Wed, 7 Feb 2024 13:12:00 -0800 Subject: [PATCH] Bump ahash --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f0f665b5b..e1a6ca49f 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.6", default-features = false, optional = true } +ahash = { version = "0.8.7", default-features = false, optional = true } # For external trait impls rayon = { version = "1.0", optional = true }