mirror of
https://github.com/starship/starship.git
synced 2024-11-07 08:54:50 +01:00
build(deps): update rust crate gix-features to 0.37.2
This commit is contained in:
parent
c6e2c10b01
commit
8ec386ea09
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -1207,9 +1207,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "gix-features"
|
||||
version = "0.37.1"
|
||||
version = "0.37.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "77a80f0fe688d654c2a741751578b11131071026d1934d03c1820d6d767525ce"
|
||||
checksum = "d50270e8dcc665f30ba0735b17984b9535bdf1e646c76e638e007846164d57af"
|
||||
dependencies = [
|
||||
"crc32fast",
|
||||
"crossbeam-channel",
|
||||
@ -1492,9 +1492,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "gix-trace"
|
||||
version = "0.1.6"
|
||||
version = "0.1.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e8e1127ede0475b58f4fe9c0aaa0d9bb0bad2af90bbd93ccd307c8632b863d89"
|
||||
checksum = "02b202d766a7fefc596e2cc6a89cda8ad8ad733aed82da635ac120691112a9b1"
|
||||
|
||||
[[package]]
|
||||
name = "gix-traverse"
|
||||
|
@ -50,7 +50,7 @@ dunce = "1.0.4"
|
||||
gethostname = "0.4.3"
|
||||
# default feature restriction addresses https://github.com/starship/starship/issues/4251
|
||||
gix = { version = "0.57.1", default-features = false, features = ["max-performance-safe", "revision"] }
|
||||
gix-features = { version = "0.37.1", optional = true }
|
||||
gix-features = { version = "0.37.2", optional = true }
|
||||
indexmap = { version = "2.1.0", features = ["serde"] }
|
||||
log = { version = "0.4.20", features = ["std"] }
|
||||
# notify-rust is optional (on by default) because the crate doesn't currently build for darwin with nix
|
||||
|
Loading…
Reference in New Issue
Block a user