mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
chore: handle recent dependency updates & fix clippy warnings (#6773)
* build(deps): update rust crate schemars to 0.9.0 * chore: handle schemars update * build(deps): update rust crate nix to 0.30.1 * chore(os): handle os-info update * chore: handle clippy warnings --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
+2
-2
@@ -90,7 +90,7 @@ home = "0.5.11"
|
||||
shell-words = "1.1.0"
|
||||
|
||||
[dependencies.schemars]
|
||||
version = "0.8.22"
|
||||
version = "0.9.0"
|
||||
optional = true
|
||||
features = ["preserve_order", "indexmap2"]
|
||||
|
||||
@@ -108,7 +108,7 @@ features = [
|
||||
]
|
||||
|
||||
[target.'cfg(not(windows))'.dependencies]
|
||||
nix = { version = "0.29.0", default-features = false, features = ["feature", "fs", "user"] }
|
||||
nix = { version = "0.30.1", default-features = false, features = ["feature", "fs", "user"] }
|
||||
|
||||
[build-dependencies]
|
||||
shadow-rs = { version = "1.2.0", default-features = false, features = ["build"] }
|
||||
|
||||
Reference in New Issue
Block a user