diff --git a/git/Cargo.toml b/git/Cargo.toml index 3160ca3..1f0617f 100644 --- a/git/Cargo.toml +++ b/git/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" license = "MIT" [dependencies] -git2 = "0.13.10" +git2 = "0.17.2" # When building for musl (ie. a static binary), we opt into the "vendored" # feature flag of openssl-sys which compiles libopenssl statically for us.