mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 19:06:35 +03:00
Add "ring" feature to tokio-rustls
Seems it was enabled by iroh and this is not the case with iroh 0.98. Better enable the feature explicitly since we directly use it.
This commit is contained in:
@@ -101,7 +101,7 @@ tagger = "4.3.4"
|
||||
textwrap = "0.16.2"
|
||||
thiserror = { workspace = true }
|
||||
tokio-io-timeout = "1.2.1"
|
||||
tokio-rustls = { version = "0.26.2", default-features = false }
|
||||
tokio-rustls = { version = "0.26.2", default-features = false, features = ["ring"] }
|
||||
tokio-stream = { version = "0.1.17", features = ["fs"] }
|
||||
astral-tokio-tar = { version = "0.6", default-features = false }
|
||||
tokio-util = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user