mirror of
https://github.com/starship/starship.git
synced 2025-01-14 18:38:14 +01:00
fix: improve non-msvc windows support by bumping stable dependencies (#5989)
Confirmed to build - running tests
This commit is contained in:
parent
fb717d0f65
commit
50a6b84604
787
Cargo.lock
generated
787
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -49,8 +49,8 @@ dirs = "5.0.1"
|
|||||||
dunce = "1.0.4"
|
dunce = "1.0.4"
|
||||||
gethostname = "0.4.3"
|
gethostname = "0.4.3"
|
||||||
# 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.62.0", default-features = false, features = ["max-performance-safe", "revision"] }
|
gix = { version = "0.63.0", default-features = false, features = ["max-performance-safe", "revision"] }
|
||||||
gix-features = { version = "0.38.1", optional = true }
|
gix-features = { version = "0.38.2", optional = true }
|
||||||
indexmap = { version = "2.2.6", features = ["serde"] }
|
indexmap = { version = "2.2.6", features = ["serde"] }
|
||||||
log = { version = "0.4.21", features = ["std"] }
|
log = { version = "0.4.21", features = ["std"] }
|
||||||
# notify-rust is optional (on by default) because the crate doesn't currently build for darwin with nix
|
# notify-rust is optional (on by default) because the crate doesn't currently build for darwin with nix
|
||||||
@ -73,7 +73,7 @@ semver = "1.0.23"
|
|||||||
serde = { version = "1.0.202", features = ["derive"] }
|
serde = { version = "1.0.202", features = ["derive"] }
|
||||||
serde_json = "1.0.117"
|
serde_json = "1.0.117"
|
||||||
sha1 = "0.10.6"
|
sha1 = "0.10.6"
|
||||||
shadow-rs = { version = "0.27.1", default-features = false }
|
shadow-rs = { version = "0.28.0", default-features = false }
|
||||||
# battery is optional (on by default) because the crate doesn't currently build for Termux
|
# battery is optional (on by default) because the crate doesn't currently build for Termux
|
||||||
# see: https://github.com/svartalf/rust-battery/issues/33
|
# see: https://github.com/svartalf/rust-battery/issues/33
|
||||||
starship-battery = { version = "0.8.3", optional = true }
|
starship-battery = { version = "0.8.3", optional = true }
|
||||||
@ -117,7 +117,7 @@ features = [
|
|||||||
nix = { version = "0.28.0", default-features = false, features = ["feature", "fs", "user"] }
|
nix = { version = "0.28.0", default-features = false, features = ["feature", "fs", "user"] }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
shadow-rs = { version = "0.27.1", default-features = false }
|
shadow-rs = { version = "0.28.0", default-features = false }
|
||||||
dunce = "1.0.4"
|
dunce = "1.0.4"
|
||||||
|
|
||||||
[target.'cfg(windows)'.build-dependencies]
|
[target.'cfg(windows)'.build-dependencies]
|
||||||
|
Loading…
Reference in New Issue
Block a user