build(deps): upgrade to git-repository v0.27 (#4588)

* upgrade to git-repository v0.27

* thanks clippy
This commit is contained in:
Sebastian Thiel
2022-11-12 17:07:49 +01:00
committed by GitHub
parent af63aa2af2
commit a53f681e3c
4 changed files with 93 additions and 86 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ dunce = "1.0.3"
gethostname = "0.4.0"
git-features = { version = "0.23.0", optional = true }
# default feature restriction addresses https://github.com/starship/starship/issues/4251
git-repository = { version = "0.25.0", default-features = false, features = ["max-performance-safe"] }
git-repository = { version = "0.27.0", default-features = false, features = ["max-performance-safe"] }
indexmap = { version = "1.9.1", features = ["serde"] }
local_ipaddress = "0.1.3"
log = { version = "0.4.17", features = ["std"] }