aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-31 00:14:38 -0700
committerFuwn <[email protected]>2022-03-31 00:14:38 -0700
commit11b58f01425abdd9fb435a40b417b31ca2304d4c (patch)
treec5edf40f30aab36bf23c20ba13444576b06ef484
parentfeat(mounts): mount root (diff)
downloadlocus-11b58f01425abdd9fb435a40b417b31ca2304d4c.tar.xz
locus-11b58f01425abdd9fb435a40b417b31ca2304d4c.zip
deps: bump windmark
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3bb2ec8..0a2256b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ codegen-units = 1
[dependencies]
# Gemini
-windmark = { version = "0.1.5", features = ["logger"] }
+windmark = { version = "0.1.7", features = ["logger", "auto-deduce-mime"] }
# Loggging
log = "0.4.16"