From a9de886d27abc62f3d4b9d470f57cc09a0880fd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:58:27 +0000 Subject: [PATCH] Update murmurhash32 requirement from 0.3 to 0.4 Updates the requirements on [murmurhash32](https://github.com/quickwit-inc/murmurhash32) to permit the latest version. - [Commits](https://github.com/quickwit-inc/murmurhash32/commits) --- updated-dependencies: - dependency-name: murmurhash32 dependency-version: 0.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- stacker/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacker/Cargo.toml b/stacker/Cargo.toml index f90eb7212..083ab083f 100644 --- a/stacker/Cargo.toml +++ b/stacker/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/quickwit-oss/tantivy" description = "term hashmap used for indexing" [dependencies] -murmurhash32 = "0.3" +murmurhash32 = "0.4" common = { version = "0.11", path = "../common/", package = "tantivy-common" } ahash = { version = "0.8.11", default-features = false, optional = true }