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-11-04 21:18:05 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-11-04 21:18:05 +0100
commit93860b95995aab5a4caf59ba7b25105ddb2dfcdd (patch)
tree5adf15befb37fff80b93ca0d6c90f1e77c675676 /crates/yt_dlp
parentfix(tree-sitter-yts/grammar.js): Add missing commands (diff)
downloadyt-93860b95995aab5a4caf59ba7b25105ddb2dfcdd.tar.gz
yt-93860b95995aab5a4caf59ba7b25105ddb2dfcdd.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 03196e9..a8f9b53 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.22.4", features = ["auto-initialize", "gil-refs"] }
+pyo3 = { version = "0.22.5", features = ["auto-initialize", "gil-refs"] }
 bytes.workspace = true
 log.workspace = true
 serde.workspace = true