Update dependencies

This commit is contained in:
traxys 2024-03-02 15:56:00 +01:00
parent 37888d5835
commit faeaf43f80
8 changed files with 1356 additions and 951 deletions

View file

@ -8,34 +8,32 @@ edition = "2021"
members = [".", "api", "gui", "migration", "web"]
[dependencies]
anyhow = "1.0.71"
axum = { version = "0.7.2" }
base64 = "0.21.0"
jwt-simple = "0.11.5"
serde = { version = "1.0.163", features = ["derive"] }
anyhow = "1.0.79"
axum = { version = "0.7.4" }
base64 = "0.21.7"
jwt-simple = "0.12.7"
serde = { version = "1.0.195", features = ["derive"] }
tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread"] }
tracing = "0.1.37"
tracing-subscriber = "0.3.17"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
api = { path = "./api" }
migration = { path = "./migration" }
thiserror = "1.0.40"
tower-http = { version = "0.5.0", features = ["cors", "fs"] }
thiserror = "1.0.56"
tower-http = { version = "0.5.1", features = ["cors", "fs"] }
sha2 = "0.10"
uuid = { version = "1.3", features = ["v4"] }
uuid = { version = "1.7", features = ["v4"] }
sea-query = "0.30"
openidconnect = "3.3.0"
openidconnect = "3.4.0"
envious = "0.2.2"
parking_lot = "0.12.1"
urlencoding = "2.1.3"
tower-sessions = { version = "0.8.2", features = [
"postgres-store",
"deletion-task",
] }
tower-sessions = "0.10.0"
tower = "0.4.13"
time = "0.3.31"
maud = { version = "0.26.0", features = ["axum"] }
pulldown-cmark = "0.9.3"
ammonia = "3.3.0"
tower-sessions-sqlx-store = { version = "0.10.0", features = ["postgres"] }
[dependencies.sea-orm]
version = "0.12"