...
This commit is contained in:
@@ -12,16 +12,16 @@ serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
actix-web = "4"
|
||||
actix-rt = "2"
|
||||
actix-cors = "0.6"
|
||||
utoipa = { version = "3.3", features = ["actix_extras"] }
|
||||
actix-cors = "0.7"
|
||||
utoipa = { version = "5.3.1", features = ["actix_extras"] }
|
||||
utoipa-swagger-ui = { version = "9.0.1", features = ["actix-web"] }
|
||||
utoipa-redoc = { version = "6.0", features = ["actix-web"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
log = "0.4"
|
||||
env_logger = "0.10"
|
||||
thiserror = "1.0"
|
||||
env_logger = "0.11"
|
||||
thiserror = "2.0"
|
||||
sha2 = "0.10"
|
||||
hex = "0.4"
|
||||
base64 = "0.13"
|
||||
dirs = "4.0"
|
||||
base64 = "0.22"
|
||||
dirs = "6.0"
|
||||
async-trait = "0.1"
|
||||
|
Reference in New Issue
Block a user