Skip to content

Commit

Permalink
fix(deps): update rust crate utoipa-redoc to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2024
1 parent b3f4e82 commit a4067a4
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 8 deletions.
37 changes: 30 additions & 7 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 @@ -49,7 +49,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-redoc = { version = "4.0", features = ["axum"] }
utoipa-redoc = { version = "5.0", features = ["axum"] }
utoipa-rapidoc = { version = "4.0", features = ["axum"] }

tower-http = { version = "0.6.1", features = ["cors", "fs"] }
Expand Down

0 comments on commit a4067a4

Please sign in to comment.