diff --git a/Cargo.toml b/Cargo.toml index bb886b2..3c219c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.21.1", 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 }