Skip to content

Commit

Permalink
Update utoipa-swagger-ui vendored dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
juhaku committed May 22, 2024
1 parent 91a98ef commit 68172bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utoipa-swagger-ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ reqwest = { version = "0.12", features = [
"rustls-tls",
], default-features = false, optional = true }
url = { version = "2.5", optional = true }
utoipa-swagger-ui-vendored = { version = "*", path = "../utoipa-swagger-ui-vendored", optional = true }
utoipa-swagger-ui-vendored = { version = "0.1", path = "../utoipa-swagger-ui-vendored", optional = true }

# Windows is forced to use reqwest to download the Swagger UI.
[target.'cfg(windows)'.build-dependencies]
reqwest = { version = "0.12", features = [
"blocking",
"rustls-tls",
], default-features = false }
utoipa-swagger-ui-vendored = { version = "*", path = "../utoipa-swagger-ui-vendored", optional = true }
utoipa-swagger-ui-vendored = { version = "0.1", path = "../utoipa-swagger-ui-vendored", optional = true }

0 comments on commit 68172bf

Please sign in to comment.