Skip to content

Commit

Permalink
fix(deps): update rust crate utoipa-swagger-ui to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 7fb4f89 commit 5af263d
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 41 deletions.
100 changes: 60 additions & 40 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ opentelemetry-otlp = { version = "0.25.0", features = [
] }

utoipa = { version = "4.2.3", features = ["axum_extras", "uuid", "chrono"] }
utoipa-swagger-ui = { version = "7.1", features = ["axum", "reqwest"] }
utoipa-swagger-ui = { version = "8.0", features = ["axum", "reqwest"] }
utoipa-redoc = { version = "4.0", features = ["axum"] }
utoipa-rapidoc = { version = "4.0", features = ["axum"] }

Expand Down

0 comments on commit 5af263d

Please sign in to comment.