Skip to content

Commit

Permalink
Disable rustls default features
Browse files Browse the repository at this point in the history
  • Loading branch information
surban authored and daniel-abramov committed Jun 1, 2024
1 parent ff31138 commit c1025d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ version = "0.2.11"
[dependencies.rustls]
optional = true
version = "0.23.0"
default-features = false

[dependencies.rustls-pki-types]
optional = true
Expand All @@ -60,6 +61,7 @@ version = "0.3.1"
[dependencies.tokio-rustls]
optional = true
version = "0.26.0"
default-features = false

[dependencies.webpki-roots]
optional = true
Expand Down

0 comments on commit c1025d5

Please sign in to comment.