Merge pull request #216 from neodyland/dependabot/cargo/utoipa-5.4.0

Bump utoipa from 5.3.1 to 5.4.0
This commit is contained in:
tuna2134
2025-06-23 18:13:42 +09:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ log = "0.4.22"
sbv2_core = { version = "0.2.0-alpha6", path = "../sbv2_core", features = ["aivmx"] }
serde = { version = "1.0.210", features = ["derive"] }
tokio = { version = "1.45.1", features = ["full"] }
utoipa = { version = "5.0.0", features = ["axum_extras"] }
utoipa = { version = "5.4.0", features = ["axum_extras"] }
utoipa-scalar = { version = "0.3.0", features = ["axum"] }
[features]