From 8c44fa9ed1431e140c3b404db2ecb9cef2b0339b Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 20 Jun 2023 10:16:31 +0000 Subject: deps(germ): bump from 0.3.9 to 0.3.10 Fixes an issue where non-Latin characters were treated as whitespace. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 817ab64..36f260b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "september" -version = "0.2.9" +version = "0.2.10" authors = ["Fuwn "] 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" -- cgit v1.2.3