mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
build(deps): upgrade gitoxide to v0.44 for performance improvements during discovery (#5141)
upgrade gitoxide to v0.44 for performance improvements during discovery Please note that there is a new `dot_git_only` option which would further speedup discovery. On even moderatly fast disks that probably not going to make a difference, but it will on incredibly slow (networked) disks. See https://github.com/helix-editor/helix/issues/6867 for reference.
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ dirs-next = "2.0.0"
|
||||
dunce = "1.0.4"
|
||||
gethostname = "0.4.2"
|
||||
# default feature restriction addresses https://github.com/starship/starship/issues/4251
|
||||
gix = { version = "0.43.1", default-features = false, features = ["max-performance-safe"] }
|
||||
gix = { version = "0.44.1", default-features = false, features = ["max-performance-safe"] }
|
||||
gix-features = { version = "0.29.0", optional = true }
|
||||
indexmap = { version = "1.9.3", features = ["serde"] }
|
||||
log = { version = "0.4.17", features = ["std"] }
|
||||
|
||||
Reference in New Issue
Block a user