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:
link2xt
2026-04-27 21:17:30 +02:00
parent b806efa096
commit 563bd9f24e

View File

@@ -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 }