aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-24 04:36:20 -0700
committerFuwn <[email protected]>2024-06-24 04:36:20 -0700
commita7d1406683e29358a269f0c10df572339eebcf5d (patch)
treee3d4e6f672ad38180cb031859fab9e343fbc319c /Cargo.toml
parentfeat(technology): maths (diff)
downloadlocus-a7d1406683e29358a269f0c10df572339eebcf5d.tar.xz
locus-a7d1406683e29358a269f0c10df572339eebcf5d.zip
chore: add fly.io configuration
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 4631024..379f1ca 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.9", features = [
+windmark = { version = "0.3.10", features = [
"logger",
"auto-deduce-mime",
"response-macros",