aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-04-07 17:44:42 -0700
committerFuwn <[email protected]>2023-04-07 17:44:42 -0700
commit8a6f1a7e178f16179230a77c3c2d5f661385aa19 (patch)
tree47f194c635f2e8204c540ec50d7d285d05bfbc85
parentchore(git): ignore vscode configuration files (diff)
downloadlocus-8a6f1a7e178f16179230a77c3c2d5f661385aa19.tar.xz
locus-8a6f1a7e178f16179230a77c3c2d5f661385aa19.zip
deps(windmark): bump 0.3.3 -> 0.3.4
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 35159d2..bd27e7b 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.3.3", features = [
+windmark = { version = "0.3.4", features = [
"logger",
"auto-deduce-mime",
"response-macros"