about summary refs log tree commit diff stats
path: root/crates
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-02-14 16:00:20 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-02-14 16:00:20 +0100
commit938b4f1b11dce643942d5e6cd505b206319709a2 (patch)
tree3060896109ae5cb0aa531b4023b8cb5c5c2c0525 /crates
parentbuild(.envrc): Always save the `output.info.json` if in devshell (diff)
downloadyt-938b4f1b11dce643942d5e6cd505b206319709a2.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 1d34371..a948a34 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.3", features = ["auto-initialize"] }
+pyo3 = { version = "0.23.4", features = ["auto-initialize"] }
 bytes.workspace = true
 log.workspace = true
 serde.workspace = true