Update dependencies
This commit is contained in:
parent
892786d2f3
commit
f90be43bd2
2 changed files with 146 additions and 212 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue