Skip to content

Commit 2f1749e

Browse files
committed
ring was used instead of aws-lc
1 parent 11011b4 commit 2f1749e

File tree

2 files changed

+2
-125
lines changed

2 files changed

+2
-125
lines changed

Cargo.lock

Lines changed: 1 addition & 124 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
#async net
88
tokio = {version = "1.39.2", features = ["net","io-util","rt","macros","rt-multi-thread"]}
9-
tokio-rustls = "0.26.0"
9+
tokio-rustls = {version = "0.26.0", features = ["logging","tls12","ring"], default-features = false}
1010
webpki-roots = "0.26.3"
1111
rustls-pemfile = "2.1.3"
1212
#ip

0 commit comments

Comments
 (0)