aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-06-20 10:16:31 +0000
committerFuwn <[email protected]>2023-06-20 10:16:31 +0000
commite5c9a9337c410f35d88956d4e5aadaad175c7d94 (patch)
tree66a250c3c418aaa340112abc49fadcc1681f8edc
parentfix(response): remove double trailing slash (diff)
downloadseptember-e5c9a9337c410f35d88956d4e5aadaad175c7d94.tar.xz
september-e5c9a9337c410f35d88956d4e5aadaad175c7d94.zip
deps(germ): bump from 0.3.9 to 0.3.10v0.2.10
Fixes an issue where non-Latin characters were treated as whitespace.
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index aa9b054..fe2c88e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "september"
-version = "0.2.9"
+version = "0.2.10"
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.3.9", features = ["ast", "meta"] }
+germ = { version = "0.3.10", features = ["ast", "meta"] }
# HTTP
actix-web = "4.0.1"