1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2025-01-26 08:38:28 +00:00

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

This commit is contained in:
renovate[bot] 2022-11-28 16:09:55 +00:00
parent 0427863168
commit 7998c4a14d
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -1031,9 +1031,9 @@ dependencies = [
[[package]]
name = "git-features"
version = "0.24.0"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d795b325f589a50a00d834ffe278b1cc1c11a667016ac71941bce13a260c4ba9"
checksum = "d7bdbe755d2129bc609437b6b18af1116f146128dda6070c15c0aa50201ac17c"
dependencies = [
"crc32fast",
"crossbeam-channel",
@ -2268,9 +2268,9 @@ dependencies = [
[[package]]
name = "prodash"
version = "21.0.0"
version = "21.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d27f6a3ef883aaea624a6ad91c88452e5df05430a79fd880c12673a7bc1648d6"
checksum = "7e13d7bd38cdab08b3a8b780cedcc54238c84fdca4084eb188807b308bcf11e6"
dependencies = [
"bytesize",
"human_format",

View File

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