···3434# Cargo.toml
35353636[dependencies]
3737-windmark = "0.4.1"
3737+windmark = "0.4.2"
3838tokio = { version = "1.26.0", features = ["full"] }
39394040# If you would like to use the built-in logger (recommended)
4141-# windmark = { version = "0.4.1", features = ["logger"] }
4141+# windmark = { version = "0.4.2", features = ["logger"] }
42424343# If you would like to use the built-in MIME deduction when `Success`-ing a file
4444# (recommended)
4545-# windmark = { version = "0.4.1", features = ["auto-deduce-mime"] }
4545+# windmark = { version = "0.4.2", features = ["auto-deduce-mime"] }
46464747# If you would like to use macro-based responses (as seen below)
4848-# windmark = { version = "0.4.1", features = ["response-macros"] }
4848+# windmark = { version = "0.4.2", features = ["response-macros"] }
4949```
50505151### Implementing a Windmark Server