about summary refs log tree commit diff stats
path: root/crates/libmpv2/Cargo.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-12-14 12:57:32 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-12-14 12:58:47 +0100
commit964f3050d6db9f4539a26d8d1da65c489126f5fb (patch)
tree340b430a351304e72aecf3d084c960516617ad64 /crates/libmpv2/Cargo.toml
parentfeat(yt/watch/events): Wire up the `yt-description-*` client commands (diff)
downloadyt-964f3050d6db9f4539a26d8d1da65c489126f5fb.tar.gz
yt-964f3050d6db9f4539a26d8d1da65c489126f5fb.zip
build(treewide): Update
Diffstat (limited to '')
-rw-r--r--crates/libmpv2/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/libmpv2/Cargo.toml b/crates/libmpv2/Cargo.toml
index d41ea37..a8a4ed6 100644
--- a/crates/libmpv2/Cargo.toml
+++ b/crates/libmpv2/Cargo.toml
@@ -24,7 +24,7 @@ publish = false
 
 [dependencies]
 libmpv2-sys = { path = "libmpv2-sys" }
-thiserror = "2.0.3"
+thiserror = "2.0.7"
 log.workspace = true
 
 [dev-dependencies]