diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-11-04 21:18:05 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-11-04 21:18:05 +0100 |
commit | 93860b95995aab5a4caf59ba7b25105ddb2dfcdd (patch) | |
tree | 5adf15befb37fff80b93ca0d6c90f1e77c675676 /crates/yt_dlp | |
parent | fix(tree-sitter-yts/grammar.js): Add missing commands (diff) | |
download | yt-93860b95995aab5a4caf59ba7b25105ddb2dfcdd.tar.gz yt-93860b95995aab5a4caf59ba7b25105ddb2dfcdd.zip |
build(treewide): Update
Diffstat (limited to '')
-rw-r--r-- | crates/yt_dlp/Cargo.toml | 2 |
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 |