mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
build(deps): update rust crate gix to 0.40.0
This commit is contained in:
Generated
+2
-2
@@ -836,9 +836,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "gix"
|
name = "gix"
|
||||||
version = "0.39.0"
|
version = "0.40.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "dabfac58aecb4a38cdd2568de66eb1f0d968fd6726f5a80cb8bea7944ef10cc0"
|
checksum = "cba77ff867378bb250c11a89724e42436a4ac48e2ad2a21dbb4c9ff227e92f2c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"gix-actor",
|
"gix-actor",
|
||||||
"gix-attributes",
|
"gix-attributes",
|
||||||
|
|||||||
+1
-1
@@ -49,7 +49,7 @@ dirs-next = "2.0.0"
|
|||||||
dunce = "1.0.3"
|
dunce = "1.0.3"
|
||||||
gethostname = "0.4.1"
|
gethostname = "0.4.1"
|
||||||
# default feature restriction addresses https://github.com/starship/starship/issues/4251
|
# default feature restriction addresses https://github.com/starship/starship/issues/4251
|
||||||
gix = { version = "0.39.0", default-features = false, features = ["max-performance-safe"] }
|
gix = { version = "0.40.0", default-features = false, features = ["max-performance-safe"] }
|
||||||
gix-features = { version = "0.28.0", optional = true }
|
gix-features = { version = "0.28.0", optional = true }
|
||||||
indexmap = { version = "1.9.2", features = ["serde"] }
|
indexmap = { version = "1.9.2", features = ["serde"] }
|
||||||
log = { version = "0.4.17", features = ["std"] }
|
log = { version = "0.4.17", features = ["std"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user