aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
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",