mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
build(deps): update gitoxide crates (#6670)
* build(deps): update gitoxide crates * chore: handle gix update * chore: fix clippy lints --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
+2
-12
@@ -29,18 +29,11 @@ The minimal, blazing-fast, and infinitely customizable prompt for any shell! ☄
|
||||
"""
|
||||
|
||||
[features]
|
||||
default = ["battery", "notify", "gix-max-perf"]
|
||||
default = ["battery", "notify"]
|
||||
battery = ["starship-battery"]
|
||||
config-schema = ["schemars"]
|
||||
notify = ["notify-rust"]
|
||||
|
||||
# Enables most of the `max-performance` features of the `gix` module for better performance.
|
||||
# This can be more difficult to build in some conditions and requires cmake.
|
||||
gix-max-perf = ["gix-features/zlib-ng", "gix/fast-sha1"]
|
||||
# Slower than `git-repository-max-perf`, but better than the default.
|
||||
# Unlike `git-repository-max-perf` this does not require cmake and allows dynamic zlib linking.
|
||||
gix-faster = ["gix-features/zlib-stock", "gix/fast-sha1"]
|
||||
|
||||
[dependencies]
|
||||
chrono = { version = "0.4.40", default-features = false, features = ["clock", "std", "wasmbind"] }
|
||||
clap = { version = "4.5.35", features = ["derive", "cargo", "unicode"] }
|
||||
@@ -49,8 +42,7 @@ clap_complete_nushell = "4.5.5"
|
||||
dirs = "6.0.0"
|
||||
dunce = "1.0.5"
|
||||
# default feature restriction addresses https://github.com/starship/starship/issues/4251
|
||||
gix = { version = "0.70.0", default-features = false, features = ["max-performance-safe", "revision"] }
|
||||
gix-features = { version = "0.40.0", optional = true }
|
||||
gix = { version = "0.71.0", default-features = false, features = ["max-performance-safe", "revision", "zlib-rs"] }
|
||||
indexmap = { version = "2.8.0", features = ["serde"] }
|
||||
jsonc-parser = { version = "0.26.2", features = ["serde"] }
|
||||
log = { version = "0.4.27", features = ["std"] }
|
||||
@@ -93,8 +85,6 @@ yaml-rust2 = "0.10.1"
|
||||
|
||||
guess_host_triple = "0.1.4"
|
||||
home = "0.5.11"
|
||||
# Temporary workaround for https://github.com/rust-lang/libz-sys/issues/225
|
||||
libz-ng-sys = { version = "<1.1.20", optional = true }
|
||||
shell-words = "1.1.0"
|
||||
|
||||
[dependencies.schemars]
|
||||
|
||||
Reference in New Issue
Block a user