aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-21 15:48:02 +0000
committerFuwn <[email protected]>2024-06-21 15:48:02 +0000
commit1e89d8e19f6a0c37e6df9ceebb1f064e60003275 (patch)
tree41e64450dca48a05bf19e0bcb46df3cb53ccea76 /Cargo.toml
parentdeps(germ): bump to 0.4.2 (diff)
downloadseptember-0.2.22.tar.xz
september-0.2.22.zip
deps(germ): bumpv0.2.22
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 0570ae0..5674315 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "september"
-version = "0.2.21"
+version = "0.2.22"
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.2", features = ["ast", "meta"] }
+germ = { version = "0.4.3", features = ["ast", "meta"] }
# HTTP
actix-web = "4.7.0"