chore: update everything to work with utoipa
This commit is contained in:
@@ -41,9 +41,9 @@ revolt-result = { version = "0.8.9", path = "../../core/result", features = [
|
||||
revolt-files = { version = "0.8.9", path = "../../core/files" }
|
||||
|
||||
# Axum / web server
|
||||
axum = { version = "0.7.5" }
|
||||
axum-extra = { version = "0.9", features = ["typed-header"] }
|
||||
axum = { version = "0.8.6" }
|
||||
axum-extra = { version = "0.12.0", features = ["typed-header"] }
|
||||
|
||||
# OpenAPI & documentation generation
|
||||
utoipa-scalar = { version = "0.1.0", features = ["axum"] }
|
||||
utoipa = { version = "4.2.3", features = ["axum_extras", "ulid"] }
|
||||
utoipa-scalar = { version = "0.3.0", features = ["axum"] }
|
||||
utoipa = { version = "5.4.0", features = ["ulid"] }
|
||||
|
||||
Reference in New Issue
Block a user