diff options
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,8 +23,8 @@ tokio-stream = { version = "0.1.14", features = ["fs"] } atom_syndication = "0.12.1" fluent = "0.16.0" poem = { version = "2.0.0", features = ["embed", "i18n", "session"] } -askama = { git = "https://bunny.garden/forks/askama.git", features = ["with-poem"] } -askama_poem = { git = "https://bunny.garden/forks/askama.git" } +askama = { git = "https://bunny.garden/forks/askama", features = ["with-poem"] } +askama_poem = { git = "https://bunny.garden/forks/askama" } rust-embed = "8.2.0" rand = "0.8.5" thiserror = "1.0.56" |