From 2203b5ab964873917881d0577fb81c4f6ce27201 Mon Sep 17 00:00:00 2001 From: kozabrada123 <59031733+kozabrada123@users.noreply.github.com> Date: Sat, 16 Dec 2023 11:25:33 +0100 Subject: [PATCH] fix: attempt to fix failing wasm build --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2498e7b..22947fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,8 +54,6 @@ sqlx = { version = "0.7.1", features = [ ], optional = true } thiserror = "1.0.47" discortp = { version = "0.5.0", optional = true, features = ["rtp", "discord", "demux"] } -rustls = "0.21.8" -rustls-native-certs = "0.6.3" safina-timer = "0.1.11" rand = "0.8.5"