aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-12 23:10:37 -0700
committerFuwn <[email protected]>2022-06-12 23:10:37 -0700
commit461b48f183921d77dd3c946657f183ccd0b3f2d7 (patch)
tree4d31ae14cf84d728ae080557e445b7ec54fe9165 /Cargo.toml
parentfeat(blog): description for tracked mounts (diff)
downloadlocus-461b48f183921d77dd3c946657f183ccd0b3f2d7.tar.xz
locus-461b48f183921d77dd3c946657f183ccd0b3f2d7.zip
deps(windmark): bump 0.1.15 -> 0.1.16
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1073049..834a432 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ codegen-units = 1
[dependencies]
# Gemini
-windmark = { version = "0.1.15", features = ["logger", "auto-deduce-mime"] }
+windmark = { version = "0.1.16", features = ["logger", "auto-deduce-mime"] }
# Loggging
log = "0.4.16"