From ed5a3b31729e5e22cdacc4b2fb8d46668518b8b4 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Fri, 3 Mar 2023 21:24:32 +0900 Subject: [PATCH] Bumped murmurhash version --- Cargo.toml | 2 +- stacker/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 40d1982ca..7bff25f70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ rustc-hash = "1.1.0" thiserror = "1.0.30" htmlescape = "0.3.1" fail = "0.5.0" -murmurhash32 = "0.2.0" +murmurhash32 = "0.3.0" time = { version = "0.3.10", features = ["serde-well-known"] } smallvec = "1.8.0" rayon = "1.5.2" diff --git a/stacker/Cargo.toml b/stacker/Cargo.toml index 0f098ff12..3c51ccbaa 100644 --- a/stacker/Cargo.toml +++ b/stacker/Cargo.toml @@ -5,6 +5,6 @@ edition = "2021" license = "MIT" [dependencies] -murmurhash32 = "0.2" +murmurhash32 = "0.3" byteorder = "1" common = { version = "0.5", path = "../common/", package = "tantivy-common" }