1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-06 18:40:47 +00:00

build(deps): update rust crate git-features to 0.23.1

This commit is contained in:
renovate[bot] 2022-11-12 18:46:10 +00:00
parent df5a04288c
commit f65861946d

View File

@ -48,7 +48,7 @@ clap_complete = "4.0.5"
dirs-next = "2.0.0"
dunce = "1.0.3"
gethostname = "0.4.0"
git-features = { version = "0.23.0", optional = true }
git-features = { version = "0.23.1", optional = true }
# default feature restriction addresses https://github.com/starship/starship/issues/4251
git-repository = { version = "0.27.0", default-features = false, features = ["max-performance-safe"] }
indexmap = { version = "1.9.1", features = ["serde"] }