Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Upgrade to ahash v0.8 #1271

Merged
merged 1 commit into from
Oct 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down