Skip to content

Commit

Permalink
fix(deps): update rust crate utoipa-rapidoc to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 7fb4f89 commit b149211
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 @@ -50,7 +50,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-rapidoc = { version = "4.0", features = ["axum"] }
utoipa-rapidoc = { version = "5.0", features = ["axum"] }

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

0 comments on commit b149211

Please sign in to comment.