aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-29 12:16:30 +0000
committerFuwn <[email protected]>2024-06-29 12:16:30 +0000
commit08ca12f86da0ffaf9b399b9a6710a3cd4a0c00ce (patch)
tree1de7648b2f86bec78978b32c2d395e3388fa165b /Cargo.toml
parentfix(html): empty alt text behaviour (diff)
downloadseptember-0.2.24.tar.xz
september-0.2.24.zip
refactor: remove all explicit clonesv0.2.24
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 3285cb7..c272109 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "september"
-version = "0.2.23"
+version = "0.2.24"
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.3", features = ["ast", "meta"] }
+germ = { version = "0.4.4", features = ["ast", "meta"] }
# HTTP
actix-web = "4.7.0"