aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-04-14 18:29:03 -0700
committerFuwn <[email protected]>2022-04-14 18:29:03 -0700
commit97b08663354d5f2c494151bcd97d40475ee8d3b7 (patch)
treeec53d4348bbfa03c4faa9e83fcf2378e8947b9a3 /Cargo.toml
parentfeat: route fixing (diff)
downloadlocus-97b08663354d5f2c494151bcd97d40475ee8d3b7.tar.xz
locus-97b08663354d5f2c494151bcd97d40475ee8d3b7.zip
feat: sitemap
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 00ed2c8..0725425 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ codegen-units = 1
[dependencies]
# Gemini
-windmark = { version = "0.1.12", features = ["logger", "auto-deduce-mime"] }
+windmark = { version = "0.1.13", features = ["logger", "auto-deduce-mime"] }
# Loggging
log = "0.4.16"