aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-03-31 16:35:45 -0700
committerFuwn <[email protected]>2023-03-31 16:35:45 -0700
commit6e8a238c8aa451edafcea38d89b47bbe9cc4e72b (patch)
tree58d49d62cbc032212c489bc510d2319541013c62
parentdeps(windmark): bump 0.2.2 -> 0.2.3 (diff)
downloadlocus-6e8a238c8aa451edafcea38d89b47bbe9cc4e72b.tar.xz
locus-6e8a238c8aa451edafcea38d89b47bbe9cc4e72b.zip
deps(windmark): bump 0.2.3 -> 0.2.4
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ba8b30b..dd43a02 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.3", features = [
+windmark = { version = "0.2.4", features = [
"logger",
"auto-deduce-mime"
] } # Gemini Server Framework