From 283a75d248f172ac1d4571b268e1f6206275d870 Mon Sep 17 00:00:00 2001 From: Toni Barth Date: Thu, 7 Mar 2024 14:57:55 +0100 Subject: [PATCH] try downgrading rusty-ytdl to fix a download error that doesn't seem to be catchable right now --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index 8423f40..85a232f 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -15,7 +15,7 @@ regex = "1.10.3" rocket = { version = "0.5.0", features = ["json", "secrets"]} rocket_db_pools = { version = "0.1.0", default-features = false, features = ["sqlx_sqlite" ]} rocket_okapi = { version = "0.8.0", default-features = false, features = ["swagger", "rapidoc", "secrets", "rocket_db_pools"]} -rusty_ytdl = "0.6.6" +rusty_ytdl = "=0.6.6" serde = { version = "1.0.197", features = ["derive"]} serde_json = "1.0.114" sha3 = "0.10.8"