aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-03-30 21:23:03 -0700
committerFuwn <[email protected]>2023-03-30 21:23:03 -0700
commitbd09bd07b49f1baf8db9b7b926378466408315b3 (patch)
tree4cda5fca5dc0f068cd596ae4c28886aed5f6d565
parentdeps(windmark): bump 0.2.1 -> 0.2.2 (diff)
downloadlocus-bd09bd07b49f1baf8db9b7b926378466408315b3.tar.xz
locus-bd09bd07b49f1baf8db9b7b926378466408315b3.zip
deps(windmark): bump 0.2.2 -> 0.2.3
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c690e21..ba8b30b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,7 +24,7 @@ tokio = { version = "1.26.0", features = ["full"] } # Asynchronous Runtime
chrono = "0.4.19" # Date and Time
pickledb = "0.5.1" # Database
tantivy = "0.19.2" # Full-text Search Engine
-windmark = { version = "0.2.2", features = [
+windmark = { version = "0.2.3", features = [
"logger",
"auto-deduce-mime"
] } # Gemini Server Framework