Skip to content

Commit

Permalink
Bumped murmurhash version
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton committed Mar 3, 2023
1 parent ca20bfa commit ed5a3b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion stacker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit ed5a3b3

Please sign in to comment.