mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
build(deps): bump git2 from 0.13.0 to 0.13.1 (#1043)
* build(deps): bump git2 from 0.13.0 to 0.13.1 Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.0 to 0.13.1. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/git2-curl-0.13.0...0.13.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Fix git2 build failures Fix the dependencies for git2 based on the suggestions from https://github.com/rust-lang/git2-rs/issues/540. Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Thomas O'Donnell <andy.tom@gmail.com>
This commit is contained in:
committed by
GitHub
parent
bd016b6ce2
commit
7a39ba6ff1
+1
-1
@@ -31,7 +31,7 @@ tls-vendored = ["native-tls/vendored"]
|
||||
clap = "2.33.0"
|
||||
ansi_term = "0.12.1"
|
||||
dirs = "2.0.2"
|
||||
git2 = { version = "0.13.0", default-features = false, features = [] }
|
||||
git2 = { version = "0.13.1", default-features = false, features = [] }
|
||||
toml = "0.5.6"
|
||||
serde_json = "1.0.50"
|
||||
rayon = "1.3.0"
|
||||
|
||||
Reference in New Issue
Block a user