summaryrefslogtreecommitdiff
path: root/crates/git-tracker
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-30 21:31:15 -0400
committerGitHub <[email protected]>2025-03-30 21:31:15 -0400
commit80647c0ffd9dd30b4b64e588851737f9d323b5b8 (patch)
tree4eaa5c396be56c28084f41c046736f31c364aae2 /crates/git-tracker
parentc2b5fdf271170f1fd8b65dc15ee94173afc382a4 (diff)
crates: bump thiserror from 1.0.68 to 2.0.12 (#79)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.68 to 2.0.12. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.68...2.0.12) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'crates/git-tracker')
-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 0d865f1..64775f5 100644
--- a/crates/git-tracker/Cargo.toml
+++ b/crates/git-tracker/Cargo.toml
@@ -11,7 +11,7 @@ publish = false
[dependencies]
git2 = { version = "0.20", default-features = false, features = ["https"] }
log.workspace = true
-thiserror = "1.0"
+thiserror = "2.0"
[lints]
workspace = true