diff options
| author | Fuwn <[email protected]> | 2023-05-17 02:12:20 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-05-17 02:12:20 -0700 |
| commit | 0bc4ac8ba3a16aed491c3260d51406685cde2408 (patch) | |
| tree | 164df292848c8ba9197ffb1607a7fa1ddcad37ed /Cargo.toml | |
| parent | chore(tasks): simplify formatter (diff) | |
| download | locus-0bc4ac8ba3a16aed491c3260d51406685cde2408.tar.xz locus-0bc4ac8ba3a16aed491c3260d51406685cde2408.zip | |
deps(windmark): bump to 0.3.9
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ tokio = { version = "1.26.0", features = ["full"] } # Asynchronous Runtime chrono = "0.4.19" # Date and Time pickledb = "0.5.1" # Database tantivy = "0.19.2" # Full-text Search Engine -windmark = { version = "0.3.4", features = [ +windmark = { version = "0.3.9", features = [ "logger", "auto-deduce-mime", "response-macros" |