Skip to content

Commit

Permalink
fix(deps): update rust crate git2 to 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 14, 2024
1 parent ce0971d commit 3508104
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.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

0 comments on commit 3508104

Please sign in to comment.