aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-19 07:52:02 +0000
committerFuwn <[email protected]>2024-06-19 07:52:02 +0000
commit107dcbc5454e532eee99bb35ff9c6f881c70eefa (patch)
treefa0d091292c6baea33da2eb22f5899a0f905a410 /Cargo.toml
parentfeat(response): PLAIN_TEXT_ROUTES wildcard matching (diff)
downloadseptember-107dcbc5454e532eee99bb35ff9c6f881c70eefa.tar.xz
september-107dcbc5454e532eee99bb35ff9c6f881c70eefa.zip
feat: CONDENSE_LINKS_AT_HEADINGS configuration option
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 cbd7623..2c3d80e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ opt-level = 3
[dependencies]
# Gemini
-germ = { version = "0.4.0", features = ["ast", "meta"] }
+germ = { version = "0.4.1", features = ["ast", "meta"] }
# HTTP
actix-web = "4.7.0"