about summary refs log tree commit diff stats
path: root/crates
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-03-21 19:33:49 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-03-21 19:33:49 +0100
commit47754f54b978e7ed66ccd29c866fabe28607997e (patch)
treef34e3f0935c10aa7614fd73d37bad72701aa7ea3 /crates
parentfeat(yt/storage/videos): Validate in DB, that is_focused is UNIQUE (diff)
downloadyt-47754f54b978e7ed66ccd29c866fabe28607997e.zip
build(treewide): Update
Diffstat (limited to 'crates')
-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 a948a34..b80c70f 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.4", features = ["auto-initialize"] }
+pyo3 = { version = "0.24.0", features = ["auto-initialize"] }
 bytes.workspace = true
 log.workspace = true
 serde.workspace = true