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 | |
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 '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 |