Skip to content

Commit

Permalink
fix(deps): update rust crate utoipa-swagger-ui to 7.1.1-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 1, 2024
1 parent 91e9017 commit 2d9a0ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions backend/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ serde_yml = "0.0.12"

# Generating openapi spec
utoipa.workspace = true
utoipa-swagger-ui = { version = "7.1.1-alpha.1", features = ["actix-web", "debug-embed", "reqwest"] }
utoipa-swagger-ui = { version = "7.1.1-beta.0", features = ["actix-web", "debug-embed", "reqwest"] }
utoipa-scalar = { version = "0.2.0-alpha.0", features = ["actix-web"] }
utoipauto = { version = "0.1.14", features = ["generic_full_path"] }

Expand Down

0 comments on commit 2d9a0ca

Please sign in to comment.