Skip to content

Commit

Permalink
chore: update git2 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Jun 24, 2024
1 parent 68df30d commit 73e12ed
Show file tree
Hide file tree
Showing 5 changed files with 813 additions and 705 deletions.
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.18", features = ["default", "vendored-libgit2", "vendored-openssl"] }
git2 = { version = "0.19", 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
Loading

0 comments on commit 73e12ed

Please sign in to comment.