aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-04-17 07:07:44 +0000
committerFuwn <[email protected]>2023-04-17 07:07:44 +0000
commit00f4061c13835fcb57de201403ea16943be1e4da (patch)
treeeb1cb997631ce69dc0d063c3448090d06b981a47 /Cargo.toml
parentci(docker): bump rustc (diff)
downloadseptember-00f4061c13835fcb57de201403ea16943be1e4da.tar.xz
september-00f4061c13835fcb57de201403ea16943be1e4da.zip
deps(germ): bump from 0.3.7 to 0.3.9
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 72d9879..eac4ecc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ opt-level = 3
[dependencies]
# Gemini
gmi = "0.2.1"
-germ = { version = "0.3.7", features = ["ast", "meta"] }
+germ = { version = "0.3.9", features = ["ast", "meta"] }
# HTTP
actix-web = "4.0.1"