aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-19 09:19:22 +0000
committerFuwn <[email protected]>2024-06-19 09:19:22 +0000
commit9a2220010bf367e77862037d5a10ef134d7d95fa (patch)
treedd47f1c58aec623873a96fbebc06571261c28ac7 /Cargo.toml
parentfix(html): replace relative path with absolute path (diff)
downloadseptember-0.2.21.tar.xz
september-0.2.21.zip
deps(germ): bump to 0.4.2v0.2.21
Germ version `0.4.2` fixes an issue where valid Gemtext within pre-formatted blocks would be parsed as their Gemtext counterparts, opposed to as pre-formatted content.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 90a2c24..0570ae0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "september"
-version = "0.2.20"
+version = "0.2.21"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "A simple and efficient Gemini-to-HTTP proxy."
@@ -21,7 +21,7 @@ opt-level = 3
[dependencies]
# Gemini
-germ = { version = "0.4.1", features = ["ast", "meta"] }
+germ = { version = "0.4.2", features = ["ast", "meta"] }
# HTTP
actix-web = "4.7.0"