Bump the dependency on youtube_dl to 0.9.0

This commit is contained in:
Paul van Tilburg 2023-08-25 22:03:47 +02:00
parent fd4a26715e
commit 613d50bf30
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View File

@ -2974,12 +2974,11 @@ checksum = "1367295b8f788d371ce2dbc842c7b709c73ee1364d30351dd300ec2203b12377"
[[package]]
name = "youtube_dl"
version = "0.8.1"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d6b280dc44a0bc2dd27e296a72ba64b773909f56f7a4bef2e3de0d3ea25bdee"
checksum = "fc791a982b545c7392ea685957d39bbac4a716667b46d72a1d4c384065205ab9"
dependencies = [
"log",
"reqwest",
"serde",
"serde_json",
"tokio",

View File

@ -20,7 +20,7 @@ rocket_dyn_templates = { version = "0.1.0-rc.2", features = ["tera"] }
rss = "2.0.1"
thiserror = "1.0.31"
url = { version = "2.2.2", features = ["serde"] }
youtube_dl = { version = "0.8.0", features = ["tokio"] }
youtube_dl = { version = "0.9.0", features = ["tokio"] }
ytextract = "0.11.2"
[package.metadata.deb]