Skip to content

Commit

Permalink
Disable the default-feature in rustls. (#228)
Browse files Browse the repository at this point in the history
Signed-off-by: ChenYing Kuo <[email protected]>
  • Loading branch information
evshary authored Sep 27, 2024
1 parent bc01765 commit 7c07356
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 163 deletions.
165 changes: 3 additions & 162 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ntex-mqtt = "3.1.0"
ntex-tls = "2.2.0"
regex = "1.7.1"
rustc_version = "0.4"
rustls = "0.23.13"
rustls = { version = "0.23.13", default-features = false, features = [ "ring" ] }
rustls-pemfile = "2.0.0"
rustls-pki-types = "1.1.0"
secrecy = { version = "0.8.0", features = ["alloc", "serde"] }
Expand Down

0 comments on commit 7c07356

Please sign in to comment.