Skip to content

Commit

Permalink
feat: upgrade utoipa swagger ui et scalar
Browse files Browse the repository at this point in the history
  • Loading branch information
batleforc committed Jan 17, 2025
1 parent ccf3c20 commit da71e4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/back/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ tracing = { workspace = true }
tokio = { workspace = true }
actix-web = "4"
utoipa = { workspace = true, features = ["actix_extras"] }
utoipa-swagger-ui = { version = "8", features = ["actix-web"] }
utoipa-swagger-ui = { version = "9", features = ["actix-web"] }
actix-cors = "0.7"
tracing-actix-web = "0.7"
infer = "0.16"

utoipa-scalar = { version = "0.2", features = ["actix-web"] }
utoipa-scalar = { version = "0.3", features = ["actix-web"] }

# Code that handle the CLI
[[bin]]
Expand Down

0 comments on commit da71e4b

Please sign in to comment.