Skip to content

Commit

Permalink
Update Rust crate tantivy to 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 12, 2024
1 parent a793a71 commit cb2daaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ rpassword = { version = "7.2.0", optional = true, default-features = false }
serde = { version = "1.0.164", optional = true, default-features = false }
serde_json = { version = "1.0.96", features = ["std"], optional = true, default-features = false }
serde_yaml = { version = "0.9.21", optional = true, default-features = false }
tantivy = { version = "0.19.2", features = ["mmap"], optional = true, default-features = false }
tantivy = { version = "0.22.0", features = ["mmap"], optional = true, default-features = false }
ticky = { git = "https://github.com/Dirout/ticky.git", features = ["stdtime"], optional = true, default-features = false }
url = { version = "2.4.0", optional = true, default-features = false }
uuid = { version = "1.3.3", features = ["std", "v7", "serde"], optional = true, default-features = false }
Expand Down

0 comments on commit cb2daaf

Please sign in to comment.