refactor: use rustls reexported from tokio_rustls

This commit is contained in:
link2xt
2025-10-13 16:46:48 +00:00
committed by l
parent 377f57f1c3
commit 0ab10f99fd
3 changed files with 2 additions and 4 deletions

View File

@@ -87,7 +87,6 @@ rand = { workspace = true }
regex = { workspace = true }
rusqlite = { workspace = true, features = ["sqlcipher"] }
rustls-pki-types = "1.12.0"
rustls = { version = "0.23.22", default-features = false }
sanitize-filename = { workspace = true }
sdp = "0.8.0"
serde_json = { workspace = true }