diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-02-14 16:00:20 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-02-14 16:00:20 +0100 |
commit | 938b4f1b11dce643942d5e6cd505b206319709a2 (patch) | |
tree | 3060896109ae5cb0aa531b4023b8cb5c5c2c0525 /crates | |
parent | build(.envrc): Always save the `output.info.json` if in devshell (diff) | |
download | yt-938b4f1b11dce643942d5e6cd505b206319709a2.zip |
build(treewide): Update
Diffstat (limited to 'crates')
-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 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 |