Skip to content

Commit

Permalink
fix(deps): update rust crate git2 to 0.20 (#75)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 5, 2025
1 parent a78cb5d commit 604305f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ crate-type = ["cdylib"]

[dependencies]
chrono = "0.4"
git2 = { version = "0.19", features = ["default", "vendored-libgit2", "vendored-openssl"] }
git2 = { version = "0.20", features = ["default", "vendored-libgit2", "vendored-openssl"] }
libgit2-sys = { version = "*", features = ["ssh", "https", "ssh_key_from_memory", "vendored", "vendored-openssl"] }
home = "0.5"
once_cell = "1"
Expand Down

0 comments on commit 604305f

Please sign in to comment.