mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
build: gitoxide upgrade (#4319)
adjustments to upgrade to gitoxide v0.22.1
This commit is contained in:
+2
-2
@@ -43,8 +43,8 @@ dirs-next = "2.0.0"
|
||||
dunce = "1.0.2"
|
||||
gethostname = "0.2.3"
|
||||
# Addresses https://github.com/starship/starship/issues/4251
|
||||
git-features = { version = "0.22.2", features = ["fs-walkdir-single-threaded"] }
|
||||
git-repository = "0.21.1"
|
||||
git-features = { version = "0.22.3", features = ["fs-walkdir-single-threaded"] }
|
||||
git-repository = "0.22.1"
|
||||
indexmap = { version = "1.9.1", features = ["serde"] }
|
||||
local_ipaddress = "0.1.3"
|
||||
log = { version = "0.4.16", features = ["std"] }
|
||||
|
||||
Reference in New Issue
Block a user