aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-04-06 00:02:11 -0700
committerFuwn <[email protected]>2023-04-06 00:02:11 -0700
commit039acf58ac5a4b16fdb896634affb637b1bdeaad (patch)
tree46caa813e140c5baae75a48268f6a997a5e9951c /Cargo.toml
parentfix(docker): copy syntax warning (diff)
downloadlocus-039acf58ac5a4b16fdb896634affb637b1bdeaad.tar.xz
locus-039acf58ac5a4b16fdb896634affb637b1bdeaad.zip
deps(windmark): bump 0.2.5 -> 0.3.1
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 2713d4e..818c248 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.5", features = [
+windmark = { version = "0.3.1", features = [
"logger",
"auto-deduce-mime",
"response-macros"