diff options
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.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" |