aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-07-16 18:39:26 -0700
committerFuwn <[email protected]>2024-07-16 18:39:26 -0700
commit1102e07c1fe16b58b1cfb7253caac6687d945722 (patch)
treefe5a10ee3b57fbbf83baa831b1a171e7fbf7933d /Cargo.toml
parentfeat(technology): new entries (diff)
downloadlocus-1102e07c1fe16b58b1cfb7253caac6687d945722.tar.xz
locus-1102e07c1fe16b58b1cfb7253caac6687d945722.zip
deps(windmark): bump
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 379f1ca..1fee096 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@ tokio = { version = "1.38.0", features = ["full"] } # Asynchronous Runtime
chrono = "0.4.38" # Date and Time
pickledb = "0.5.1" # Database
tantivy = "0.19.2" # Full-text Search Engine
-windmark = { version = "0.3.10", features = [
+windmark = { version = "0.3.11", features = [
"logger",
"auto-deduce-mime",
"response-macros",