build(deps): update rust crate starship-battery to 0.11.0 (#7374)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-04-03 21:27:35 +00:00
committed by GitHub
parent 7104d79920
commit 3df5dd254e
2 changed files with 29 additions and 24 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ sha1 = "0.10.6"
shadow-rs = { version = "1.7.1", default-features = false, features = ["build"] }
# 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.3", optional = true }
starship-battery = { version = "0.11.0", optional = true }
strsim = "0.11.1"
systemstat = "=0.2.6"
terminal_size = "0.4.4"