From b20302e363d873f4e997aa43e3a52b1cdb243fb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20Kaan=20G=C3=9CM=C3=9C=C5=9E?= <96421894+Tahinli@users.noreply.github.com> Date: Fri, 19 Apr 2024 23:12:14 +0300 Subject: [PATCH] chore: :heavy_plus_sign: add rustls-platform-verifier dependency --- streamer/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/streamer/Cargo.toml b/streamer/Cargo.toml index bffcc48..1501eec 100644 --- a/streamer/Cargo.toml +++ b/streamer/Cargo.toml @@ -11,6 +11,7 @@ cpal = "0.15.3" futures-util = { version = "0.3.30", features = ["futures-sink", "sink"] } ringbuf = "0.3.3" rustls-pemfile = "2.1.2" +rustls-platform-verifier = "0.2.0" tokio = { version = "1.36.0", features = ["full"] } tokio-rustls = "0.25.0" tokio-tungstenite = { version = "0.21.0", features = ["__rustls-tls"] }