about summary refs log tree commit diff stats
path: root/crates/yt_dlp
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-12-14 12:57:32 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-12-14 12:58:47 +0100
commit964f3050d6db9f4539a26d8d1da65c489126f5fb (patch)
tree340b430a351304e72aecf3d084c960516617ad64 /crates/yt_dlp
parentfeat(yt/watch/events): Wire up the `yt-description-*` client commands (diff)
downloadyt-964f3050d6db9f4539a26d8d1da65c489126f5fb.tar.gz
yt-964f3050d6db9f4539a26d8d1da65c489126f5fb.zip
build(treewide): Update
Diffstat (limited to '')
-rw-r--r--crates/yt_dlp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/yt_dlp/Cargo.toml b/crates/yt_dlp/Cargo.toml
index 10be247..1d34371 100644
--- a/crates/yt_dlp/Cargo.toml
+++ b/crates/yt_dlp/Cargo.toml
@@ -22,7 +22,7 @@ rust-version.workspace = true
 publish = false
 
 [dependencies]
-pyo3 = { version = "0.23.0", features = ["auto-initialize"] }
+pyo3 = { version = "0.23.3", features = ["auto-initialize"] }
 bytes.workspace = true
 log.workspace = true
 serde.workspace = true