fix: improve non-msvc windows support by bumping stable dependencies (#5989)

Confirmed to build - running tests
This commit is contained in:
Martin 2024-05-22 18:02:53 +02:00 committed by GitHub
parent fb717d0f65
commit 50a6b84604
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 372 additions and 423 deletions

787
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -49,8 +49,8 @@ dirs = "5.0.1"
dunce = "1.0.4"
gethostname = "0.4.3"
# 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-features = { version = "0.38.1", optional = true }
gix = { version = "0.63.0", default-features = false, features = ["max-performance-safe", "revision"] }
gix-features = { version = "0.38.2", optional = true }
indexmap = { version = "2.2.6", features = ["serde"] }
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
@ -73,7 +73,7 @@ semver = "1.0.23"
serde = { version = "1.0.202", features = ["derive"] }
serde_json = "1.0.117"
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
# see: https://github.com/svartalf/rust-battery/issues/33
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"] }
[build-dependencies]
shadow-rs = { version = "0.27.1", default-features = false }
shadow-rs = { version = "0.28.0", default-features = false }
dunce = "1.0.4"
[target.'cfg(windows)'.build-dependencies]