aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-03-22 16:13:38 -0700
committerFuwn <[email protected]>2023-03-22 16:13:38 -0700
commit1a74eb58ccae161ad2ff1a0a0a2eeaed85520076 (patch)
tree014ad2faaef53a18ef614da90ef2011259d482e6 /Cargo.toml
parentdeps(pickledb): from 0.4.1 to 0.5.1 (diff)
downloadlocus-1a74eb58ccae161ad2ff1a0a0a2eeaed85520076.tar.xz
locus-1a74eb58ccae161ad2ff1a0a0a2eeaed85520076.zip
deps(tantivy): from 0.17.0 to 0.19.2
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 67d3526..7322f11 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"