Skip to content

Commit

Permalink
Explicitly exclude default features for rustls to avoid ring
Browse files Browse the repository at this point in the history
  • Loading branch information
KendallWeihe committed Sep 12, 2024
1 parent afc7692 commit 1edc067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/web5/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ x25519-dalek = { version = "2.0.1", features = ["getrandom", "static_secrets"] }
zbase32 = "0.1.2"
lazy_static = "1.5.0"
flate2 = "1.0.33"
rustls = "0.23.13"
rustls = { version = "0.23.13", default-features = false, features = ["std", "tls12"] }
webpki-roots = "0.26.5"

[dev-dependencies]
Expand Down

0 comments on commit 1edc067

Please sign in to comment.