From 7cd8c495cfd84188208210b2a8a8e4312b8bde96 Mon Sep 17 00:00:00 2001 From: Nikhil Benesch Date: Tue, 11 Oct 2022 02:07:03 -0400 Subject: [PATCH] Upgrade to ahash v0.8 (#1271) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 44832bdd997..b12449953dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ hash_hasher = "^2.0.3" # For SIMD utf8 validation simdutf8 = "0.1.3" # faster hashing -ahash = { version = "0.7" } +ahash = { version = "0.8" } # for timezone support chrono-tz = { version = "0.6", optional = true }