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

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

This commit is contained in:
renovate[bot] 2023-02-14 07:41:01 +00:00 committed by GitHub
parent 07c2298965
commit f1c129b07f
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

@ -1013,9 +1013,9 @@ dependencies = [
[[package]]
name = "git-features"
version = "0.26.2"
version = "0.26.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "639e64c26a31abf446952e27ef278c537eed8e813a8bc649b5da6cb51b2e1227"
checksum = "688ac55de8f6126dd2e43cf51a74e94b8407102334a5d7810948c5b6f2772668"
dependencies = [
"crc32fast",
"crossbeam-channel",

View File

@ -48,7 +48,7 @@ clap_complete = "4.1.1"
dirs-next = "2.0.0"
dunce = "1.0.3"
gethostname = "0.4.1"
git-features = { version = "0.26.2", optional = true }
git-features = { version = "0.26.4", optional = true }
# default feature restriction addresses https://github.com/starship/starship/issues/4251
git-repository = { version = "0.35.0", default-features = false, features = ["max-performance-safe"] }
indexmap = { version = "1.9.2", features = ["serde"] }