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
commit025d480736c552d8251b81d3bf61d7431c1e87cc (patch)
tree62ca68b8f36bb44c6167ca0a81f4c8c3d3f3e1ce /Cargo.toml
parentfeat(html): condense links option (diff)
downloadseptember-025d480736c552d8251b81d3bf61d7431c1e87cc.tar.xz
september-025d480736c552d8251b81d3bf61d7431c1e87cc.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 4c3081e..71a7b72 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"