Skip to content

Commit

Permalink
fix(apiserver): CI error caused by the failure to download swagger-ui,
Browse files Browse the repository at this point in the history
…close #236
  • Loading branch information
wangeguo committed Sep 7, 2024
1 parent 65c9c4a commit ba5701d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apiserver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ tower-http = { version = "0.5.2", features = ["full"] }
tracing-subscriber.workspace = true
tracing.workspace = true
utoipa = { version = "4.1.0", features = ["axum_extras", "uuid", "chrono"] }
utoipa-swagger-ui = { version = "7.1.0", features = ["axum"] }
utoipa-swagger-ui = { version = "7.1.0", features = ["axum", "reqwest"] }
uuid = { version = "1.10.0", features = ["serde", "v4", "fast-rng", "macro-diagnostics"] }

0 comments on commit ba5701d

Please sign in to comment.