diff options
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |