aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-03-22 16:11:30 -0700
committerFuwn <[email protected]>2023-03-22 16:11:30 -0700
commit4060200c2f59e4076fa08034498919a94efb727c (patch)
tree3d76f0ec81c8911abc025c807e8b4e7a447dde1c /Cargo.toml
parentfix(rustfmt): remove outdated options (diff)
downloadlocus-4060200c2f59e4076fa08034498919a94efb727c.tar.xz
locus-4060200c2f59e4076fa08034498919a94efb727c.zip
deps(windmark): windmark from 0.1.19 to 0.2.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index caf570e..328c732 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,11 +20,11 @@ lto = "fat"
codegen-units = 1
[dependencies]
-tokio = { version = "0.2.4", features = ["full"] } # Asynchronous Runtime
+tokio = { version = "1.26.0", features = ["full"] } # Asynchronous Runtime
chrono = "0.4.19" # Date and Time
pickledb = "0.4.1" # Database
tantivy = "0.17.0" # Full-text Search Engine
-windmark = { version = "0.1.19", features = [
+windmark = { version = "0.2.0", features = [
"logger",
"auto-deduce-mime"
] } # Gemini Server Framework