Skip to content

Commit

Permalink
fix(deps): update rust crate utoipa-swagger-ui to v6 (#387)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 11, 2024
1 parent 7aa21b3 commit b6e7169
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 55 deletions.
56 changes: 2 additions & 54 deletions 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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ ulid = "1.1.0"
unleash-types = { version = "0.10", features = ["openapi", "hashes"] }
unleash-yggdrasil = { version = "0.8.0" }
utoipa = { version = "4.2.0", features = ["actix_extras", "chrono"] }
utoipa-swagger-ui = { version = "5", features = ["actix-web"] }
utoipa-swagger-ui = { version = "6", features = ["actix-web"] }
[dev-dependencies]
actix-http = "3.5.1"
actix-http-test = "3.1.0"
Expand Down

0 comments on commit b6e7169

Please sign in to comment.