Bump the dependency on youtube_dl to 0.10.0

This commit is contained in:
Paul van Tilburg 2024-07-26 22:51:25 +02:00
parent cb1323aa39
commit 47ebc62d01
Signed by: paul
GPG key ID: C6DE073EDA9EEC4D
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -3033,9 +3033,9 @@ dependencies = [
[[package]]
name = "youtube_dl"
version = "0.9.0"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc791a982b545c7392ea685957d39bbac4a716667b46d72a1d4c384065205ab9"
checksum = "9689a10ae6a391064930de26cf8a11cf8e844bbfccf2d1f39cd02b10679c14ad"
dependencies = [
"log",
"serde",

View file

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