Update dependencies

This commit is contained in:
Tobias Reisinger 2025-05-30 22:57:12 +02:00
commit f90be43bd2
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 146 additions and 212 deletions

View file

@ -13,17 +13,17 @@ actix-web-actors = "4.2"
actix-cors = "0.7"
utoipa = "5.3"
utoipa-swagger-ui = { version = "8.1", features = ["actix-web", "debug-embed"] }
utoipa-swagger-ui = { version = "9.0", features = ["actix-web", "debug-embed"] }
log = "0.4"
itertools = "0.13"
itertools = "0.14"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
sqlx = { version = "0.7", features = ["sqlite", "runtime-tokio", "macros"] }
sqlx = { version = "0.8", features = ["sqlite", "runtime-tokio", "macros"] }
futures = "0.3"
tokio = { version = "1.36", features = ["rt", "rt-multi-thread"] }