diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-12-14 12:57:32 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-12-14 12:58:47 +0100 |
commit | 964f3050d6db9f4539a26d8d1da65c489126f5fb (patch) | |
tree | 340b430a351304e72aecf3d084c960516617ad64 /crates/libmpv2/Cargo.toml | |
parent | feat(yt/watch/events): Wire up the `yt-description-*` client commands (diff) | |
download | yt-964f3050d6db9f4539a26d8d1da65c489126f5fb.tar.gz yt-964f3050d6db9f4539a26d8d1da65c489126f5fb.zip |
build(treewide): Update
Diffstat (limited to 'crates/libmpv2/Cargo.toml')
-rw-r--r-- | crates/libmpv2/Cargo.toml | 2 |
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] |