mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
chore: handle updates for os-info, windows and shadow-rs (#6487)
* build(deps): update rust crate windows to 0.59.0 * chore: handle windows update * chore: handle os_info update * build(deps): update rust crate shadow-rs to 0.37.0 * chore: handle shadow-rs update --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
+3
-3
@@ -72,7 +72,7 @@ semver = "1.0.24"
|
||||
serde = { version = "1.0.217", features = ["derive"] }
|
||||
serde_json = "1.0.135"
|
||||
sha1 = "0.10.6"
|
||||
shadow-rs = { version = "0.36.1", default-features = false }
|
||||
shadow-rs = { version = "0.37.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.10.0", optional = true }
|
||||
@@ -102,7 +102,7 @@ features = ["preserve_order", "indexmap2"]
|
||||
deelevate = "0.2.0"
|
||||
|
||||
[target.'cfg(windows)'.dependencies.windows]
|
||||
version = "0.58.0"
|
||||
version = "0.59.0"
|
||||
features = [
|
||||
"Win32_Foundation",
|
||||
"Win32_UI_Shell",
|
||||
@@ -115,7 +115,7 @@ features = [
|
||||
nix = { version = "0.29.0", default-features = false, features = ["feature", "fs", "user"] }
|
||||
|
||||
[build-dependencies]
|
||||
shadow-rs = { version = "0.36.1", default-features = false }
|
||||
shadow-rs = { version = "0.37.0", default-features = false }
|
||||
dunce = "1.0.5"
|
||||
|
||||
[target.'cfg(windows)'.build-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user