aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-04-04 03:03:35 +0000
committerFuwn <[email protected]>2024-04-04 03:03:35 +0000
commit9bb47754062b738a6bbfc7f6a0f523ccd4106519 (patch)
treeef8bbc149bb1367bb7f1d78e392ff3de333d41d2 /Cargo.toml
parentfeat(html): condense links option (diff)
downloadseptember-9bb47754062b738a6bbfc7f6a0f523ccd4106519.tar.xz
september-9bb47754062b738a6bbfc7f6a0f523ccd4106519.zip
deps(germ): bump to 0.4.0
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 471b7c4..bf55391 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ opt-level = 3
[dependencies]
# Gemini
-germ = { version = "0.3.10", features = ["ast", "meta"] }
+germ = { version = "0.4.0", features = ["ast", "meta"] }
# HTTP
actix-web = "4.0.1"