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