aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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