From 5c7204cdc0f44b64bb970cb5f0f1e512b9d36963 Mon Sep 17 00:00:00 2001 From: Joshua Liebow-Feeser Date: Mon, 23 Oct 2023 15:58:22 -0700 Subject: [PATCH] Bump ahash dependency version The previous version had a bug, and was yanked. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f3cc264..a188587 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }