diff options
Diffstat (limited to 'crates/git-tracker/Cargo.toml')
| -rw-r--r-- | crates/git-tracker/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/git-tracker/Cargo.toml b/crates/git-tracker/Cargo.toml index 3027769..14af5d0 100644 --- a/crates/git-tracker/Cargo.toml +++ b/crates/git-tracker/Cargo.toml @@ -9,9 +9,9 @@ repository.workspace = true publish = false [dependencies] -git2 = { version = "0.19.0", default-features = false, features = ["https"] } +git2 = { version = "0.19", default-features = false, features = ["https"] } log.workspace = true -thiserror = "1.0.64" +thiserror = "1.0" [lints] workspace = true |
