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-11-04 21:18:05 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-11-04 21:18:05 +0100
commit93860b95995aab5a4caf59ba7b25105ddb2dfcdd (patch)
tree5adf15befb37fff80b93ca0d6c90f1e77c675676 /crates/libmpv2/Cargo.toml
parentfix(tree-sitter-yts/grammar.js): Add missing commands (diff)
downloadyt-93860b95995aab5a4caf59ba7b25105ddb2dfcdd.tar.gz
yt-93860b95995aab5a4caf59ba7b25105ddb2dfcdd.zip
build(treewide): Update
Diffstat (limited to 'crates/libmpv2/Cargo.toml')
-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 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]