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

build: bump git-features from 0.22.5 to 0.22.6 (#4398)

This commit is contained in:
dependabot[bot] 2022-09-23 16:13:23 +02:00 committed by GitHub
parent 7baecf7914
commit a7e6baba9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1061,9 +1061,9 @@ dependencies = [
[[package]]
name = "git-features"
version = "0.22.5"
version = "0.22.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62c4e5d2274d9945f97aa078d314b8062c24fa99797251c6220cf73302039713"
checksum = "ed5c20d8d0e488f547dfe796f245dcd70e37f24a4f51ba159be26074bf465c71"
dependencies = [
"crc32fast",
"crossbeam-channel",

View File

@ -42,7 +42,7 @@ 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.3", features = ["fs-walkdir-single-threaded"] }
git-features = { version = "0.22.6", features = ["fs-walkdir-single-threaded"] }
git-repository = "0.24.0"
indexmap = { version = "1.9.1", features = ["serde"] }
local_ipaddress = "0.1.3"