aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-02 04:13:59 +0000
committerFuwn <[email protected]>2022-06-02 04:13:59 +0000
commita922c4361093092caf07b646466902cd66f12179 (patch)
treea2ddea5b8d7983b8ede60b07640dddd89631d0c7 /Cargo.toml
parentfeat(response): show meta when non-success response (diff)
downloadseptember-a922c4361093092caf07b646466902cd66f12179.tar.xz
september-a922c4361093092caf07b646466902cd66f12179.zip
deps(germ): bump and use new-style ast
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 ef1e496..874be89 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ opt-level = 3
[dependencies]
# Gemini
gmi = "0.2.1"
-germ = { version = "0.2.2", features = ["ast"] }
+germ = { version = "0.2.4", features = ["ast"] }
# HTTP
actix-web = "4.0.1"