summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/git-tracker/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/git-tracker/Cargo.toml b/crates/git-tracker/Cargo.toml
index b7cc931..09584cb 100644
--- a/crates/git-tracker/Cargo.toml
+++ b/crates/git-tracker/Cargo.toml
@@ -12,7 +12,7 @@ publish = false
[dependencies]
git2 = { workspace = true }
log = { workspace = true }
-thiserror = "1.0.62"
+thiserror = "1.0.63"
[lints.rust]
async_fn_in_trait = "allow"