Update crunchyroll-rs to 0.3.7

fixes deprecation of streams to stream
This commit is contained in:
Serverfrog 2023-06-26 12:58:45 +02:00
parent 0234d46bf9
commit ebb5965015
5 changed files with 34 additions and 388 deletions

View file

@ -9,7 +9,7 @@ anyhow = "1.0"
async-trait = "0.1"
clap = { version = "4.3", features = ["derive", "string"] }
chrono = "0.4"
crunchyroll-rs = { version = "0.3.6", features = ["dash-stream"] }
crunchyroll-rs = { version = "0.3.7", features = ["dash-stream"] }
ctrlc = "3.4"
dialoguer = { version = "0.10", default-features = false }
dirs = "5.0"