Bumped murmurhash version

This commit is contained in:
Paul Masurel
2023-03-03 21:24:32 +09:00
parent ca20bfa776
commit ed5a3b3172
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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" }