Skip to content

Commit

Permalink
Make reqwest to use rustls instead of openssl (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
juhaku authored May 7, 2024
1 parent 09eb5ab commit 8594735
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
@@ -1,7 +1,7 @@
[package]
name = "utoipa-swagger-ui"
description = "Swagger UI for utoipa"
version = "7.0.0"
version = "7.0.1"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down Expand Up @@ -34,4 +34,4 @@ rustdoc-args = ["--cfg", "doc_cfg"]
[build-dependencies]
zip = { version = "1", default-features = false, features = ["deflate"] }
regex = "1.7"
reqwest = { version = "0.12", features = ["blocking"] }
reqwest = { version = "0.12", features = ["blocking", "rustls-tls"], default-features = false }

0 comments on commit 8594735

Please sign in to comment.