diff options
| author | Fuwn <[email protected]> | 2023-06-20 10:16:31 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-06-20 10:16:31 +0000 |
| commit | 15993978d76aaf65b9903fefaa50cc9080c1f66a (patch) | |
| tree | cf3a25679ab97d8f86a26fe49ad5335f912fbce1 /Cargo.toml | |
| parent | fix(response): remove double trailing slash (diff) | |
| download | september-0.2.10.tar.xz september-0.2.10.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.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |