Update crunchyroll-rs to 0.3.7 (#220)

This commit is contained in:
Bastian Venz 2023-06-26 17:59:55 +02:00 committed by GitHub
parent 0234d46bf9
commit f40dc0dd1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"