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 4805502..3027769 100644
--- a/crates/git-tracker/Cargo.toml
+++ b/crates/git-tracker/Cargo.toml
@@ -11,7 +11,7 @@ publish = false
[dependencies]
git2 = { version = "0.19.0", default-features = false, features = ["https"] }
log.workspace = true
-thiserror = "1.0.63"
+thiserror = "1.0.64"
[lints]
workspace = true