Bump the dependency on ytextract (closes: #14)

This fixes the issue where JSON cannot be serialized due to changes
in YouTube (a new player UI button in particular).
This commit is contained in:
Paul van Tilburg 2023-01-29 14:28:03 +01:00
parent 7f1120fd47
commit 83d025c785
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3133,9 +3133,9 @@ dependencies = [
[[package]]
name = "ytextract"
version = "0.11.1"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d23e95563efc0a066ac0e6491ecd7012940ef495ce050c9f09de145a034ccabf"
checksum = "05fa23ed8e30fd11f0be289657a7f96d7b307704142ea921e56a4bb93debb39f"
dependencies = [
"async-stream",
"base64 0.13.1",

View File

@ -20,7 +20,7 @@ rss = "2.0.1"
thiserror = "1.0.31"
url = { version = "2.2.2", features = ["serde"] }
youtube_dl = { version = "0.7.0", features = ["tokio"] }
ytextract = "0.11.1"
ytextract = "0.11.2"
[package.metadata.deb]
maintainer = "Paul van Tilburg <paul@luon.net>"