diff options
| author | Fuwn <[email protected]> | 2023-03-22 16:11:30 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-03-22 16:11:30 -0700 |
| commit | 4060200c2f59e4076fa08034498919a94efb727c (patch) | |
| tree | 3d76f0ec81c8911abc025c807e8b4e7a447dde1c | |
| parent | fix(rustfmt): remove outdated options (diff) | |
| download | locus-4060200c2f59e4076fa08034498919a94efb727c.tar.xz locus-4060200c2f59e4076fa08034498919a94efb727c.zip | |
deps(windmark): windmark from 0.1.19 to 0.2.0
| -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 |