Skip to content

Commit

Permalink
chore: update git2 crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Feb 12, 2024
1 parent e99ac9b commit 4b75d41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ crate-type = ["cdylib"]

[dependencies]
chrono = "0.4"
git2 = { git = "https://github.com/rust-lang/git2-rs.git", rev = "502099a", version = "0.18", features = ["default", "vendored-libgit2", "vendored-openssl"] }
libgit2-sys = { git = "https://github.com/rust-lang/git2-rs.git", rev = "502099a", features = ["ssh", "https", "ssh_key_from_memory", "vendored", "vendored-openssl"] }
git2 = { version = "0.18", 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 4b75d41

Please sign in to comment.