aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-03-12 07:28:31 +0000
committerFuwn <[email protected]>2023-03-12 07:28:31 +0000
commit681b4332c1713438e21b38e498ce195bad516215 (patch)
tree5aedff2f527432ecd887d7d8b7dbb13d26e9827f
parentfix(to_html): normalize raw p tag (diff)
downloadseptember-681b4332c1713438e21b38e498ce195bad516215.tar.xz
september-681b4332c1713438e21b38e498ce195bad516215.zip
deps(germ): bump to 0.3.7
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3a97b24..0093f89 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ opt-level = 3
[dependencies]
# Gemini
gmi = "0.2.1"
-germ = { version = "0.2.4", features = ["ast", "meta"] }
+germ = { version = "0.3.7", features = ["ast", "meta"] }
# HTTP
actix-web = "4.0.1"