Skip to content

Commit 4808905

Browse files
fix(deps): update utoipa monorepo
1 parent cac4907 commit 4808905

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: api-backend/hartex-backend-driver/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tower-http = { version = "0.6.2", features = ["timeout", "trace"] }
3030
tower-service = "0.3.3"
3131
tracing = { version = "0.1.41", features = ["log-always"] }
3232
utoipa = "5.3.1"
33-
utoipa-axum = "0.1.4"
34-
utoipa-scalar = { version = "0.2.1", features = ["axum"] }
33+
utoipa-axum = "0.2.0"
34+
utoipa-scalar = { version = "0.3.0", features = ["axum"] }
3535

3636
[features]

Diff for: api-backend/hartex-backend-models/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ axum = "0.8.1"
1717
either = { version = "1.13.0", features = ["serde"] }
1818
serde = { version = "1.0.217", features = ["derive"] }
1919
utoipa = "5.3.1"
20-
utoipa-axum = "0.1.4"
20+
utoipa-axum = "0.2.0"
2121

2222
[features]

0 commit comments

Comments
 (0)