diff options
Diffstat (limited to 'crates')
-rw-r--r-- | crates/libmpv2/Cargo.toml | 2 | ||||
-rw-r--r-- | crates/yt_dlp/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/libmpv2/Cargo.toml b/crates/libmpv2/Cargo.toml index fc92fbf..b7d9bdb 100644 --- a/crates/libmpv2/Cargo.toml +++ b/crates/libmpv2/Cargo.toml @@ -24,7 +24,7 @@ publish = false [dependencies] libmpv2-sys = { path = "libmpv2-sys" } -thiserror = "1.0.64" +thiserror = "1.0.68" log.workspace = true [dev-dependencies] 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 |