From 1e9fc515356a166c0f190d8f4024719c7a52aae6 Mon Sep 17 00:00:00 2001 From: PSeitz Date: Tue, 9 Apr 2024 06:35:39 +0200 Subject: [PATCH] update ahash (#2344) --- stacker/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacker/Cargo.toml b/stacker/Cargo.toml index d974be386..80062ac41 100644 --- a/stacker/Cargo.toml +++ b/stacker/Cargo.toml @@ -10,7 +10,7 @@ description = "term hashmap used for indexing" [dependencies] murmurhash32 = "0.3" common = { version = "0.6", path = "../common/", package = "tantivy-common" } -ahash = { version = "0.8.3", default-features = false, optional = true } +ahash = { version = "0.8.11", default-features = false, optional = true } rand_distr = "0.4.3" [[bench]]