We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ring
1 parent 1e69e5d commit 9c80cfaCopy full SHA for 9c80cfa
Cargo.toml
@@ -31,7 +31,7 @@ lz4 = { version = "1.23", optional = true }
31
parking_lot = "0.12"
32
pin-project-lite = "0.2"
33
rand = "0.8"
34
-rustls = { version = "0.23", optional = true }
+rustls = { version = "0.23", optional = true, default-features = false, features = ["logging", "ring", "std", "tls12"] }
35
snap = { version = "1", optional = true }
36
thiserror = "1.0"
37
tokio = { version = "1.19", default-features = false, features = ["io-util", "net", "rt", "sync", "time", "macros"] }
0 commit comments