diff options
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ codegen-units = 1 tokio = { version = "1.26.0", features = ["full"] } # Asynchronous Runtime chrono = "0.4.19" # Date and Time pickledb = "0.5.1" # Database -tantivy = "0.17.0" # Full-text Search Engine +tantivy = "0.19.2" # Full-text Search Engine windmark = { version = "0.2.0", features = [ "logger", "auto-deduce-mime" |