Skip to content

Commit

Permalink
fix(deps): update utoipa packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent 88f13ca commit f8123ba
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 48 deletions.
84 changes: 40 additions & 44 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ opentelemetry-otlp = { version = "0.25.0", features = [
"tls",
] }

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 = { version = "5.0.0", features = ["axum_extras", "uuid", "chrono"] }
utoipa-swagger-ui = { version = "8.0", features = ["axum", "reqwest"] }
utoipa-redoc = { version = "5.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 f8123ba

Please sign in to comment.