mirror of
https://github.com/starship/starship
synced 2024-11-02 04:08:02 +00:00
build: bump git-features from 0.22.5 to 0.22.6 (#4398)
This commit is contained in:
parent
7baecf7914
commit
a7e6baba9c
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue