aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"