diff options
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/git-tracker/Cargo.toml | 2 |
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 |
