build(deps): update rust crate git-repository to 0.35.0

This commit is contained in:
renovate[bot]
2023-02-11 08:34:33 +00:00
committed by GitHub
parent 1f3353e5c6
commit 4e0295125d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ dunce = "1.0.3"
gethostname = "0.4.1"
git-features = { version = "0.26.2", optional = true }
# default feature restriction addresses https://github.com/starship/starship/issues/4251
git-repository = { version = "0.34.0", default-features = false, features = ["max-performance-safe"] }
git-repository = { version = "0.35.0", default-features = false, features = ["max-performance-safe"] }
indexmap = { version = "1.9.2", features = ["serde"] }
log = { version = "0.4.17", features = ["std"] }
# nofity-rust is optional (on by default) because the crate doesn't currently build for darwin with nix