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:
Sebastian Thiel
2023-04-27 21:14:34 +02:00
committed by GitHub
parent fa00d82dfd
commit 8884bd1fd0
3 changed files with 165 additions and 142 deletions
+1 -1
View File
@@ -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"] }