Skip to content

Commit

Permalink
fix(deps): update rust crate utoipa to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent 7cc3493 commit 008af46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ opentelemetry-otlp = { version = "0.25.0", features = [
"tls",
] }

utoipa = { version = "4.2.3", features = ["axum_extras", "uuid", "chrono"] }
utoipa = { version = "5.0.0", 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"] }
Expand Down

0 comments on commit 008af46

Please sign in to comment.