From 1102e07c1fe16b58b1cfb7253caac6687d945722 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 16 Jul 2024 18:39:26 -0700 Subject: deps(windmark): bump --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 35b7a87..7809bd4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3170,9 +3170,9 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmark" -version = "0.3.10" +version = "0.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60f603f41fdc0ce9876b6eefdcc7cb285acc02aeec92f9e8e23dde251e4322ab" +checksum = "c7b578dcc6d73004ef8c8c4d4adfb8a4bad8d0c14280f4e19f5f66b084832191" dependencies = [ "async-trait", "log", diff --git a/Cargo.toml b/Cargo.toml index 379f1ca..1fee096 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.10", features = [ +windmark = { version = "0.3.11", features = [ "logger", "auto-deduce-mime", "response-macros", -- cgit v1.2.3