aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"