Skip to content

Commit

Permalink
Merge pull request #2497 from TeamHarTex/renovate/utoipa-monorepo
Browse files Browse the repository at this point in the history
fix(deps): update utoipa monorepo
  • Loading branch information
HTGAzureX1212 authored Jan 16, 2025
2 parents cac4907 + 4808905 commit be0c344
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api-backend/hartex-backend-driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tower-http = { version = "0.6.2", features = ["timeout", "trace"] }
tower-service = "0.3.3"
tracing = { version = "0.1.41", features = ["log-always"] }
utoipa = "5.3.1"
utoipa-axum = "0.1.4"
utoipa-scalar = { version = "0.2.1", features = ["axum"] }
utoipa-axum = "0.2.0"
utoipa-scalar = { version = "0.3.0", features = ["axum"] }

[features]
2 changes: 1 addition & 1 deletion api-backend/hartex-backend-models/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ axum = "0.8.1"
either = { version = "1.13.0", features = ["serde"] }
serde = { version = "1.0.217", features = ["derive"] }
utoipa = "5.3.1"
utoipa-axum = "0.1.4"
utoipa-axum = "0.2.0"

[features]

0 comments on commit be0c344

Please sign in to comment.