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 14af5d0..0d865f1 100644 --- a/crates/git-tracker/Cargo.toml +++ b/crates/git-tracker/Cargo.toml @@ -9,7 +9,7 @@ repository.workspace = true publish = false [dependencies] -git2 = { version = "0.19", default-features = false, features = ["https"] } +git2 = { version = "0.20", default-features = false, features = ["https"] } log.workspace = true thiserror = "1.0" |
