diff --git a/Cargo.toml b/Cargo.toml index b12449953dd..44832bdd997 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.8" } +ahash = { version = "0.7" } # for timezone support chrono-tz = { version = "0.6", optional = true }