Skip to content

Commit

Permalink
Bump libgit2 dependency to latest upstream (#145)
Browse files Browse the repository at this point in the history
Unblocks projects that link against native libgit2 for other reasons
from being able to upgrade.
  • Loading branch information
alerque committed Dec 22, 2022
1 parent 4367de6 commit 235dcc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -30,7 +30,7 @@ anyhow = "1.0.60"
cfg-if = "1.0.0"
enum-iterator = "~1.1.3"
getset = "0.1.2"
git2 = { version = "0.14.4", optional = true, default-features = false }
git2 = { version = "0.15.0", optional = true, default-features = false }
rustc_version = { version = "0.4.0", optional = true }
sysinfo = { version = "0.27.0", optional = true, default-features = false }
thiserror = "1.0.32"
Expand Down

0 comments on commit 235dcc1

Please sign in to comment.