Skip to content

Commit 9c80cfa

Browse files
committed
chore: use ring for crypto
1 parent 1e69e5d commit 9c80cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ lz4 = { version = "1.23", optional = true }
3131
parking_lot = "0.12"
3232
pin-project-lite = "0.2"
3333
rand = "0.8"
34-
rustls = { version = "0.23", optional = true }
34+
rustls = { version = "0.23", optional = true, default-features = false, features = ["logging", "ring", "std", "tls12"] }
3535
snap = { version = "1", optional = true }
3636
thiserror = "1.0"
3737
tokio = { version = "1.19", default-features = false, features = ["io-util", "net", "rt", "sync", "time", "macros"] }

0 commit comments

Comments
 (0)