Update dependencies, add translation endpoint, and display a user message when logged in
This commit is contained in:
parent
6b043620b8
commit
348b0f24e9
19 changed files with 170 additions and 34 deletions
|
|
@ -31,13 +31,12 @@ sqlx = { version = "0.8", features = ["sqlite", "runtime-tokio", "chrono"] }
|
|||
async-compression = { version = "0.4", features = ["tokio", "gzip"] }
|
||||
|
||||
askama = "0.14"
|
||||
comrak = "0.38"
|
||||
comrak = "0.39"
|
||||
|
||||
argon2 = { version = "0.5", features = ["default", "std"] }
|
||||
rand_core = { version = "0.9", features = ["std"] }
|
||||
rand = "0.9"
|
||||
strum = "0.27"
|
||||
strum_macros = "0.27"
|
||||
strum = { version = "0.27", features = ["derive"] }
|
||||
async-trait = "0.1"
|
||||
|
||||
lettre = { version = "0.11", default-features = false, features = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue