From 4060200c2f59e4076fa08034498919a94efb727c Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 22 Mar 2023 16:11:30 -0700 Subject: deps(windmark): windmark from 0.1.19 to 0.2.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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 -- cgit v1.2.3