diff options
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 10be247..1d34371 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.0", features = ["auto-initialize"] } +pyo3 = { version = "0.23.3", features = ["auto-initialize"] } bytes.workspace = true log.workspace = true serde.workspace = true |