From 83d025c785deb86d468a9bdfb35254643a0bfa48 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Sun, 29 Jan 2023 14:28:03 +0100 Subject: [PATCH] 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). --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca244e3..39da7d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 8cf7c18..73218b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "