aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2024-03-03 11:47:00 +0000
committerLibravatar cel 🌸 <cel@blos.sm>2024-03-03 11:47:00 +0000
commitb9a4e9d737a8e482bac390af2121e75b517e9f2c (patch)
treed6f93871bb76969f2da437193a5407e3776eec81 /Cargo.toml
parent55a60c967c89c3022a61cee5bde890a99fd52dfc (diff)
downloadblossom-b9a4e9d737a8e482bac390af2121e75b517e9f2c.tar.gz
blossom-b9a4e9d737a8e482bac390af2121e75b517e9f2c.tar.bz2
blossom-b9a4e9d737a8e482bac390af2121e75b517e9f2c.zip
update dependency git repos
Diffstat (limited to '')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 83814b7..5df4a0a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"